HKDSE · Exam Tips

Mathematics Exam Tips

Master the HKDSE Mathematics Compulsory Part with official examiner insights, precise time-management techniques, proven marking-scheme answer structures, and high-performance calculator strategies.

3 min readUpdated: Jun 21, 2026

Exam at a Glance

Papers
2
Total Marks
150
Time Limit
3h 30min
Question Types
4
PaperDurationMarksQuestionsWeightingQuestion Types
Paper 1 (Conventional Questions)2h 15min105
Paper 2 (Multiple Choice)1h 15min45
Grade Scale
5**5*54321U
Calculator Policy

Use only calculators on the HKEAA Approved List, bearing the 'H.K.E.A.A. APPROVED' (or the older 'H.K.E.A. APPROVED') label. The approved list includes programmable scientific models such as the Casio fx-50FH II and fx-3650P II, and you MAY keep your own formulas and programs stored in the calculator's memory — HKDSE does not require you to clear it. Graphic-display (graphing) calculators and calculators with symbolic algebra (CAS) are not on the approved list and must not be used.

  • AO1: AO1: Mathematical Knowledge and Skills (60%)
  • AO2: AO2: Mathematical Application and Problem Solving (40%)

Built from real past papers and marking schemes (2021–2025).

Tips & Strategies

Demystifying the Marks: Where Every Point Counts

HKDSE Mathematics is not just a test of calculation, but a race against time and a test of precision. In Paper 1, Section A(1) (35 marks) tests your core competency, Section A(2) (35 marks) tests structured logical presentation, and Section B (35 marks) separates the Level 5** elites from the rest of the cohort. To maximize your score, you must treat the marking scheme as your ultimate guide. Examiners look for specific milestones: Method Marks (M marks) for correct algebraic setups, and Accuracy Marks (A marks) for correct intermediate or final values. Missing a single geometric reason or rounding too early in Section B can be the difference between a Level 5 and a 5**.

The 5-Second Golden Habit to Prevent Costly Errors

Top scorers begin every question with a 5-second visualization and end with a 5-second check. Before writing down any equation, quickly classify the topic and identify what the question is asking. Is it asking for a coordinate, an area, or an angle? After finding the answer, verify its geometric feasibility. If you calculated a probability and got a number greater than 1, or if you found a triangle height that is negative, you know immediately that an error has occurred. For Paper 2 Multiple Choice, always check your algebraic solutions by substituting small integers (such as \(x = 2\) or \(x = 3\)) into the question and options to eliminate incorrect choices instantly.

Time Management: The 1-Mark-Per-Minute Rule

Time pressure is the biggest obstacle in Paper 1 and Paper 2. In Paper 1, you have 135 minutes to earn 105 marks. Adhere strictly to the '1 minute per mark' rule, leaving yourself 30 minutes of buffer time. Budget your time as follows: Section A(1) should take no more than 30 minutes; Section A(2) should take around 45 minutes; and Section B should take 30 minutes. This leaves you with exactly 30 minutes to review your steps, check for rounding errors, and tackle stubborn sub-questions in Section B. In Paper 2, with 45 questions in 75 minutes, you have exactly 1.6 minutes per question. Do not spend more than 3 minutes on any single multiple-choice question. If you get stuck, circle the question in your booklet, make an educated guess, and move on immediately.

Cracking Command Words and Formatting Your Proofs

Pay extremely close attention to the command words used by the HKEAA.

  • 'Write down': No working is required. Write the answer directly to save precious seconds.
  • 'Find' or 'Calculate': Show all essential algebraic steps. Never write down only the final answer, as you risk losing all Method (M) marks if the answer is incorrect.
  • 'Prove' or 'Show that': Start from one side of the equation (e.g., L.H.S.) and show logical steps to reach the other side (R.H.S.). Do not assume what you are trying to prove at the start of your calculation.
  • 'Is the claim correct? Explain your answer.': You must explicitly state a conclusion (e.g., 'Yes, the claim is correct' or 'Thus, the claim is disagreed') after presenting your logical verification. Failure to state a clear conclusion costs the final explanation mark.

Subject-Specific Study Hacks for Maximum Performance

When preparing for high-weight topics, focus on the following core domains:

  1. Geometric Proofs (Paper 1 Section A): Always write down the standard geometric reasons in brackets, such as 'alt. angles, AB // CD', 'vert. opp. angles', or 'corr. angles, AB // CD'. Leaving these out will cost you easy accuracy marks.
  2. 3D Trigonometry (Paper 1 Section B): Always draw the 2D cross-sections of the 3D figures separately. Clearly label the right angles, projection lines, and identified planes to avoid confusing the angle of inclination with adjacent angles.
  3. Equations of Circles: Master the coordinates of the centre \((-\frac{D}{2}, -\frac{E}{2})\) and the radius formula \(r = \sqrt{(\frac{D}{2})^2 + (\frac{E}{2})^2 - F}\). Be ready to transition smoothly between coordinate geometry and geometric properties of circles (like angles in the same segment or tangent properties).

Calculator Programs

Quadratic Roots & Discriminant

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

Purpose: Finds the discriminant \(\Delta=b^2-4ac\) and the two real roots of \(ax^2+bx+c=0\).

When to use it: Any quadratic equation, or when a question asks you to test the nature of the roots.

Steps
Prompts the coefficients a, b, c, then displays \(\Delta\) followed by the two roots.
Program
?→A:?→B:?→C:B²-4AC→D:D◢(-B+√D)÷(2A)◢(-B-√D)÷(2A)

Exam note: If \(\Delta<0\) there are no real roots (the \(\sqrt{D}\) step will error) — that itself tells you the nature of the roots.

Distance & Midpoint

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

Purpose: For points \((x_1,y_1),(x_2,y_2)\): the distance \(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\) and the midpoint.

When to use it: Coordinate geometry: length of a segment, checking midpoints, or perpendicular bisectors.

Steps
Prompts \(x_1,y_1,x_2,y_2\) (A,B,C,D), then displays the distance, then the midpoint coordinates.
Program
?→A:?→B:?→C:?→D:√((C-A)²+(D-B)²)◢(A+C)÷2◢(B+D)÷2

Exam note: Enter coordinates in the order asked; mixing up the order swaps the points (distance is unaffected, midpoint is not).

Circle: Centre & Radius (general form)

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

Purpose: From \(x^2+y^2+Dx+Ey+F=0\): centre \((-\tfrac{D}{2},-\tfrac{E}{2})\) and radius \(\sqrt{(\tfrac{D}{2})^2+(\tfrac{E}{2})^2-F}\).

When to use it: Any circle given in general form in coordinate geometry.

Steps
Prompts \(D,E,F\), then displays the centre coordinates and the radius.
Program
?→D:?→E:?→F:-D÷2◢-E÷2◢√((D÷2)²+(E÷2)²-F)

Exam note: A negative value under the root means the equation is not a real circle.

Heron's Formula (triangle area)

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

Purpose: Area of a triangle from three sides \(a,b,c\): \(s=\tfrac{a+b+c}{2}\), area \(=\sqrt{s(s-a)(s-b)(s-c)}\).

When to use it: Mensuration / trigonometry when all three sides are known but no height is given.

Steps
Prompts \(a,b,c\), then displays the area.
Program
?→A:?→B:?→C:(A+B+C)÷2→S:√(S(S-A)(S-B)(S-C))

Exam note: Only valid if the three lengths can actually form a triangle (each side < sum of the other two).

Cosine Rule (angle from 3 sides)

Casio fx-50FH II / fx-3650P II (HKEAA-approved programmable)

Purpose: Angle \(C\) opposite side \(c\): \(C=\cos^{-1}\!\big(\tfrac{a^2+b^2-c^2}{2ab}\big)\).

When to use it: Non-right-angled triangles where all three sides are known.

Steps
Set the calculator to Degree mode, prompt sides \(a,b,c\), then display angle \(C\).
Program
?→A:?→B:?→C:cos⁻¹((A²+B²-C²)÷(2AB))

Exam note: Must be in Degree mode for HKDSE; Radian mode gives a wrong angle.

Common Mistakes

  1. 1highMarks at stake: 2More about Trigonometry

    Premature rounding of intermediate trigonometric or logarithmic values in Section B questions.

    How to avoid it: Keep all intermediate values as exact fractions, surds, or stored in calculator memories (A, B, C, D, X, Y), and round only the final answer to 3 significant figures or exact values as requested.
  2. 2mediumMarks at stake: 3Basic properties of circles

    Assuming two solids are mathematically similar based solely on matching a single ratio (e.g., base radius ratio) without verifying both matching linear scale factors (height and radius).

    How to avoid it: To prove mathematical similarity, show that the ratio of heights equals the ratio of base radii, and that area scales as \(k^2\) and volume scales as \(k^3\).
  3. 3mediumMarks at stake: 2Quadratic equations in one unknown

    Confusing the condition for rational roots in quadratic equations with merely having real roots (checking only if \(\Delta \ge 0\)).

    How to avoid it: For rational roots, the coefficients must be rational and the discriminant \(\Delta = b^2 - 4ac\) must be a perfect square. Always verify both conditions before drawing conclusions.
  4. 4highMarks at stake: 2Basic properties of circles

    Omitting essential geometric reasons in geometry proofs (e.g., writing congruent triangles without stating 'AAS', 'SAS', or omitting parallel line reasons).

    How to avoid it: Every statement in a geometric proof must be backed by an approved shorthand abbreviation (e.g., 'alt. angles, AB//CD', 'vert. opp. angles', 'corr. angles') in brackets.
  5. 5mediumMarks at stake: 3Equations of straight lines

    Incorrectly identifying the orthocentre of a right-angled triangle by setting up long equations of altitudes.

    How to avoid it: Recognise that the orthocentre of any right-angled triangle lies exactly on the vertex containing the 90-degree right angle. No calculation is needed if the right angle vertex is known.
  6. 6lowMarks at stake: 1More about Trigonometry

    Failing to discard impossible or extraneous angles in 3D trigonometry questions (e.g., keeping an angle that violates basic plane geometry constraints).

    How to avoid it: Always check if your calculated angle makes geometric sense within the triangle or tetrahedron. Verify that sum of angles on a straight line, triangle angle sum, or inequality theorems are satisfied.

Turn these tips into top grades

thinka turns your weak spots into targeted practice, with instant marking and exam-style feedback. Study smarter, not longer.

Practise real exam questions with instant AI feedback and marking.

Start Practising Free