The Hardest GCSE Maths Questions

These are twelve of the hardest GCSE maths questions you will meet, all pitched at grade 9. Each one has a full worked solution, so you can check your method rather than just your answer.

Every other hardest questions page gives you a fixed list. Once you have done those ten, you are finished. Papyra generates them, so when you have worked through these twelve you can produce as many more as you want, at the same difficulty, free.

Oliver

Questions selected by Oliver, BSc Mathematics, University of Warwick

Oliver co-founded Papyra and is its CTO. He holds a BSc in Mathematics from the University of Warwick, and took A* in both Mathematics and Further Mathematics at A-level. He chose these twelve questions from Papyra's bank for difficulty and topic spread.

Twelve grade 9 questions, with worked solutions

Written by Papyra against the Higher tier content Edexcel, AQA and OCR share. None of them is a past paper question, so you will not have seen them before. They are ordered by difficulty, and question 12 is the nastiest.

1 Grade 9 Ratio and quadratics [5 marks]

Edexcel, AQA and OCR Higher: Ratio notation, solving quadratic equations, surds

The ratio (x1):(x+2)(x - 1) : (x + 2) is equal to the ratio (x+2):(2x+7)(x + 2) : (2x + 7).

Find the possible values of xx. Give your answers in exact form.

Show worked solution

What this is testing. Whether you can turn a statement about two ratios into an equation, and whether "exact form" makes you reach for the quadratic formula rather than a calculator.

  1. Equal ratios are equal fractions, so x1x+2=x+22x+7\frac{x - 1}{x + 2} = \frac{x + 2}{2x + 7}, which cross-multiplies to (x1)(2x+7)=(x+2)2(x - 1)(2x + 7) = (x + 2)^2.
    M1 - forming an equation from the two ratios
  2. Expand both sides: 2x2+5x7=x2+4x+42x^2 + 5x - 7 = x^2 + 4x + 4.
    M1 - expanding both brackets
  3. Collect everything on one side: x2+x11=0x^2 + x - 11 = 0.
    A1 - correct quadratic
  4. Nothing multiplies to 11-11 and adds to 11, so use the formula with a=1a = 1, b=1b = 1, c=11c = -11: x=1±1+442x = \frac{-1 \pm \sqrt{1 + 44}}{2}.
    M1 - quadratic formula with correct substitution
  5. 45=35\sqrt{45} = 3\sqrt{5}, so x=1±352x = \frac{-1 \pm 3\sqrt{5}}{2}.
    A1 - both solutions, surd simplified

Answer. x=1+352x = \frac{-1 + 3\sqrt{5}}{2} or x=1352x = \frac{-1 - 3\sqrt{5}}{2}

Where students lose marks. Two places. Expanding (x+2)2(x + 2)^2 as x2+4x^2 + 4 kills the question at the second line. And "exact form" means the surd stays: leaving the answer as 1±452\frac{-1 \pm \sqrt{45}}{2}, or rounding to 2.852.85, drops the final mark even though the working is right.

2 Grade 9 Bounds and suitable accuracy [5 marks]

Edexcel, AQA and OCR Higher: Upper and lower bounds, compound measures, degrees of accuracy

A car travels a distance of 36.036.0 m, correct to 3 significant figures, in a time of 7.27.2 seconds, correct to 2 significant figures.

By considering bounds, work out the car's average speed to a suitable degree of accuracy. You must justify your answer.

Show worked solution

What this is testing. Whether you can pair bounds to make a quantity as large or as small as possible, and whether you can then say what that pair of numbers licenses you to claim.

  1. Distance: 35.95d<36.0535.95 \le d < 36.05.
    B1 - bounds for the distance
  2. Time: 7.15t<7.257.15 \le t < 7.25.
    B1 - bounds for the time
  3. Speed is largest when the distance is largest and the time is smallest: 36.05÷7.15=5.0419...36.05 \div 7.15 = 5.0419... m/s.
    M1 - upper bound, correctly paired
  4. Speed is smallest the other way round: 35.95÷7.25=4.9586...35.95 \div 7.25 = 4.9586... m/s.
    A1 - lower bound, correctly paired
  5. Both bounds round to 5.05.0 to 2 significant figures but differ in the third, so 2 significant figures is the greatest accuracy the data supports.
    C1 - comparison and conclusion

Answer. 5.05.0 m/s, because the upper and lower bounds agree to 2 significant figures and no further

Where students lose marks. Pairing the bounds the wrong way (largest distance with largest time) gives two numbers that are neither bound, and the whole method mark goes. The other loss is arithmetic without argument: a student who calculates both bounds correctly and then writes "5.0 m/s" with no comparison sentence has not answered "you must justify your answer".

3 Grade 9 Surds [5 marks]

Edexcel, AQA and OCR Higher: Simplifying surds, rationalising denominators, show that proofs

Show that 12+1+13+2+12+3=1\frac{1}{\sqrt{2} + 1} + \frac{1}{\sqrt{3} + \sqrt{2}} + \frac{1}{2 + \sqrt{3}} = 1

Show worked solution

What this is testing. Whether you spot that rationalising three ugly fractions makes them cancel each other. "Show that" means the printed answer is not the goal, the route to it is.

  1. Multiply each fraction by the conjugate of its own denominator over itself. The denominators then become differences of two squares.
    M1 - conjugate method on at least one term
  2. 12+1×2121=2121=21\frac{1}{\sqrt{2} + 1} \times \frac{\sqrt{2} - 1}{\sqrt{2} - 1} = \frac{\sqrt{2} - 1}{2 - 1} = \sqrt{2} - 1
    A1 - first term
  3. 13+2×3232=3232=32\frac{1}{\sqrt{3} + \sqrt{2}} \times \frac{\sqrt{3} - \sqrt{2}}{\sqrt{3} - \sqrt{2}} = \frac{\sqrt{3} - \sqrt{2}}{3 - 2} = \sqrt{3} - \sqrt{2}
    A1 - second term
  4. 12+3×2323=2343=23\frac{1}{2 + \sqrt{3}} \times \frac{2 - \sqrt{3}}{2 - \sqrt{3}} = \frac{2 - \sqrt{3}}{4 - 3} = 2 - \sqrt{3}
    A1 - third term
  5. Add them: (21)+(32)+(23)(\sqrt{2} - 1) + (\sqrt{3} - \sqrt{2}) + (2 - \sqrt{3}). The 2\sqrt{2} terms cancel, the 3\sqrt{3} terms cancel, and 1+2=1-1 + 2 = 1 is left, as required.
    A1 - complete cancellation and conclusion

Answer. The three terms telescope to 1+2=1-1 + 2 = 1

Where students lose marks. Reaching for a common denominator of (2+1)(3+2)(2+3)(\sqrt{2} + 1)(\sqrt{3} + \sqrt{2})(2 + \sqrt{3}) is legal and almost never finishes inside the time. The other loss is stopping at three rationalised terms without adding them: a "show that" is only complete when the last line is the printed result.

4 Grade 9 Simultaneous equations with a circle [5 marks]

Edexcel, AQA and OCR Higher: Equation of a circle, simultaneous equations, one linear one quadratic

Solve the simultaneous equations x2+y2=25x^2 + y^2 = 25 y=x+1y = x + 1

Show worked solution

What this is testing. Substitution into a quadratic, and whether you remember that a line cutting a circle gives two points, so each xx needs its own yy.

  1. Substitute y=x+1y = x + 1 into the circle: x2+(x+1)2=25x^2 + (x + 1)^2 = 25.
    M1 - substitution
  2. Expand the bracket: x2+x2+2x+1=25x^2 + x^2 + 2x + 1 = 25, so 2x2+2x+1=252x^2 + 2x + 1 = 25.
    A1 - correct expansion
  3. Rearrange and divide by 2: 2x2+2x24=02x^2 + 2x - 24 = 0, so x2+x12=0x^2 + x - 12 = 0.
    A1 - correct quadratic
  4. Factorise: (x+4)(x3)=0(x + 4)(x - 3) = 0, so x=4x = -4 or x=3x = 3.
    M1 - solving the quadratic
  5. Put each xx back into y=x+1y = x + 1: x=3x = 3 gives y=4y = 4, and x=4x = -4 gives y=3y = -3.
    A1 - both pairs, correctly matched

Answer. x=3x = 3, y=4y = 4 and x=4x = -4, y=3y = -3

Where students lose marks. Expanding (x+1)2(x + 1)^2 as x2+1x^2 + 1 is the classic, and it produces a quadratic that still factorises, so nothing looks wrong. The second loss is presentational: listing x=3x = 3, x=4x = -4, y=4y = 4, y=3y = -3 as four numbers instead of two pairs. The mark is for the pairing.

5 Grade 9 Indices [4 marks]

Edexcel, AQA and OCR Higher: Laws of indices, fractional and negative indices, index equations

Solve 272x÷9x1=3x+5×327^{2x} \div 9^{x - 1} = 3^{x + 5} \times \sqrt{3}

Show worked solution

What this is testing. Whether you can see one base hiding inside four different numbers. Once everything is a power of 3 the question is a one-line linear equation.

  1. Write every term as a power of 3: 27=3327 = 3^3, 9=329 = 3^2 and 3=312\sqrt{3} = 3^{\frac{1}{2}}.
    M1 - common base
  2. Left side: 36x÷32x2=36x(2x2)=34x+23^{6x} \div 3^{2x - 2} = 3^{6x - (2x - 2)} = 3^{4x + 2}.
    A1 - left side simplified
  3. Right side: 3x+5×312=3x+1123^{x + 5} \times 3^{\frac{1}{2}} = 3^{x + \frac{11}{2}}.
    A1 - right side simplified
  4. Equal powers of the same base means equal indices: 4x+2=x+1124x + 2 = x + \frac{11}{2}, so 3x=723x = \frac{7}{2} and x=76x = \frac{7}{6}.
    A1 - solving the linear equation

Answer. x=76x = \frac{7}{6}

Where students lose marks. Subtracting the index of a negative term: 6x(2x2)6x - (2x - 2) becomes 4x24x - 2 for a lot of students, and the bracket is the whole difficulty. The other is dropping 3\sqrt{3} because it looks decorative. It contributes the 12\frac{1}{2} that makes the answer a fraction rather than a whole number.

6 Grade 9 Algebraic fractions [5 marks]

Edexcel, AQA and OCR Higher: Algebraic fractions, quadratic formula, exact answers

Solve 3x+1+2x2=1\frac{3}{x + 1} + \frac{2}{x - 2} = 1

Give your answers in exact form.

Show worked solution

What this is testing. Clearing fractions without losing a bracket, then recognising a quadratic that will not factorise.

  1. Multiply every term by (x+1)(x2)(x + 1)(x - 2).
    M1 - clearing the denominators
  2. This gives 3(x2)+2(x+1)=(x+1)(x2)3(x - 2) + 2(x + 1) = (x + 1)(x - 2).
    A1 - correct equation
  3. Expand: 3x6+2x+2=x2x23x - 6 + 2x + 2 = x^2 - x - 2, so 5x4=x2x25x - 4 = x^2 - x - 2.
    A1 - both sides expanded
  4. Rearrange: x26x+2=0x^2 - 6x + 2 = 0.
    A1 - correct quadratic
  5. Formula: x=6±3682=6±272=3±7x = \frac{6 \pm \sqrt{36 - 8}}{2} = \frac{6 \pm 2\sqrt{7}}{2} = 3 \pm \sqrt{7}.
    A1 - both exact solutions, simplified

Answer. x=3+7x = 3 + \sqrt{7} or x=37x = 3 - \sqrt{7}

Where students lose marks. Multiplying the right-hand side by only one bracket, so the 11 becomes (x+1)(x + 1) rather than (x+1)(x2)(x + 1)(x - 2). And at the end, 6±282\frac{6 \pm \sqrt{28}}{2} is exact but not simplified: 28=27\sqrt{28} = 2\sqrt{7}, and the 22s then cancel.

7 Grade 9 Probability with algebra [6 marks]

Edexcel, AQA and OCR Higher: Probability without replacement, tree diagrams, forming and solving quadratics

A bag contains 3 red counters and nn blue counters. Two counters are taken from the bag at random, without replacement.

The probability that the two counters are different colours is 12\frac{1}{2}.

Find the possible values of nn.

Show worked solution

What this is testing. Whether you count both orders, and whether you check every root of the quadratic instead of assuming the tidier one is the answer.

  1. There are n+3n + 3 counters. Red then blue has probability 3n+3×nn+2\frac{3}{n + 3} \times \frac{n}{n + 2}.
    M1 - one branch, denominator reduced for the second pick
  2. Blue then red has the same probability, so P(different) =6n(n+3)(n+2)= \frac{6n}{(n + 3)(n + 2)}.
    M1 A1 - both orders added
  3. Set this equal to 12\frac{1}{2} and cross-multiply: 12n=(n+3)(n+2)12n = (n + 3)(n + 2).
    M1 - forming the equation
  4. Expand and collect: n2+5n+612n=0n^2 + 5n + 6 - 12n = 0, so n27n+6=0n^2 - 7n + 6 = 0.
    A1 - correct quadratic
  5. Factorise: (n1)(n6)=0(n - 1)(n - 6) = 0. Both roots are positive integers, so both are possible: check n=1n = 1 gives 612=12\frac{6}{12} = \frac{1}{2} and n=6n = 6 gives 3672=12\frac{36}{72} = \frac{1}{2}.
    A1 - both values, both checked

Answer. n=1n = 1 or n=6n = 6

Where students lose marks. Forgetting that "different colours" happens two ways, which halves the probability and produces a quadratic with no whole-number roots. Then, having got there, discarding n=1n = 1 because a bag with one blue counter feels wrong. It is not wrong, and this question is set precisely to see who checks.

8 Grade 9 Similar solids and volume [5 marks]

Edexcel, AQA and OCR Higher: Similar shapes, length and volume scale factors, volume of a cone, frustums

A solid cone has base radius 66 cm and vertical height 1212 cm. It is cut by a plane parallel to its base, 88 cm above the base, producing a smaller cone and a frustum.

Find the exact volume of the frustum. Give your answer in terms of π\pi.

Show worked solution

What this is testing. That the cut piece is similar to the whole cone, and that the frustum is a subtraction, not a formula you are expected to remember.

  1. The cut is 88 cm above the base, so the small cone on top has height 128=412 - 8 = 4 cm.
    B1 - height of the small cone
  2. The small cone is similar to the whole cone with length scale factor 412=13\frac{4}{12} = \frac{1}{3}, so its radius is 13×6=2\frac{1}{3} \times 6 = 2 cm.
    M1 A1 - scale factor and radius
  3. Volume of the small cone: 13π(2)2(4)=16π3\frac{1}{3}\pi(2)^2(4) = \frac{16\pi}{3}.
    A1 - small cone volume
  4. Volume of the whole cone: 13π(6)2(12)=144π\frac{1}{3}\pi(6)^2(12) = 144\pi. Subtract: 144π16π3=432π16π3=416π3144\pi - \frac{16\pi}{3} = \frac{432\pi - 16\pi}{3} = \frac{416\pi}{3}.
    A1 - frustum volume

Answer. 416π3\frac{416\pi}{3} cm3^3

Where students lose marks. Using 88 as the height of the small cone. The cut is measured from the base, the small cone sits above it, and the two numbers are not interchangeable. The other error is scaling the volume by 13\frac{1}{3}: volume scales by the cube of the length scale factor, so the small cone is 127\frac{1}{27} of the whole one.

9 Grade 9 Circle theorems [6 marks]

Edexcel, AQA and OCR Higher: Cyclic quadrilaterals, alternate segment theorem, angle reasoning

AA, BB, CC and DD are points on a circle. PTPT is a tangent to the circle at AA, with TT on the same side of chord ADAD as the minor arc ADAD.

Angle ADC=4x10ADC = 4x - 10, angle ABC=2x+16ABC = 2x + 16 and angle TAD=58TAD = 58^\circ.

(a) Find the value of xx. [2 marks]

(b) Find the size of angle CADCAD. Give a reason for each step. [4 marks]

Circle through A, B, C and D with a tangent PT touching at AA, B, C and D lie in order on a circle, forming cyclic quadrilateral ABCD. The diagonal AC is drawn. The straight line PT touches the circle at A only, with T on the same side of chord AD as the minor arc AD. Angle ADC is marked 4x minus 10, angle ABC is marked 2x plus 16, and the angle between the tangent AT and the chord AD is marked 58 degrees. The diagram is not accurately drawn.ABCDPT2x + 164x - 1058°

Diagram not accurately drawn.

Show worked solution

What this is testing. Two theorems in one figure, and whether you can name them. Half the marks here are for reasons, not numbers.

  1. (a) ABCDABCD is a cyclic quadrilateral, so opposite angles add to 180180^\circ: (4x10)+(2x+16)=180(4x - 10) + (2x + 16) = 180.
    M1 - opposite angles of a cyclic quadrilateral
  2. 6x+6=1806x + 6 = 180, so x=29x = 29.
    A1
  3. (b) Angle ADC=4(29)10=106ADC = 4(29) - 10 = 106^\circ.
    B1 - substituting into the right expression
  4. By the alternate segment theorem, the angle between tangent ATAT and chord ADAD equals the angle in the alternate segment: angle ACD=ACD = angle TAD=58TAD = 58^\circ.
    M1 A1 - theorem named and applied
  5. Angles in triangle ACDACD add to 180180^\circ: angle CAD=18010658=16CAD = 180 - 106 - 58 = 16^\circ.
    A1

Answer. (a) x=29x = 29. (b) Angle CAD=16CAD = 16^\circ

Where students lose marks. Reasons. "Angles in the same segment" and "the alternate segment theorem" are different theorems, and an examiner marking a "give a reason" question will not accept the wrong name or a vague "circle theorem". The number error worth watching is substituting x=29x = 29 into 2x+162x + 16 when the triangle needs angle ADCADC.

10 Grade 9 Vectors [5 marks]

Edexcel, AQA and OCR Higher: Vector notation, midpoints, parallel vectors, vector proof

OABOAB is a triangle with OA=a\overrightarrow{OA} = \mathbf{a} and OB=b\overrightarrow{OB} = \mathbf{b}. MM is the midpoint of ABAB. PP lies on OMOM extended so that APAP is parallel to OBOB.

Show that OP=a+b\overrightarrow{OP} = \mathbf{a} + \mathbf{b}.

Triangle OAB with M the midpoint of AB and P on OM extendedTriangle OAB, with vector a along OA and vector b along OB. M is marked at the midpoint of side AB, with the two halves AM and MB shown equal. The straight line from O through M is extended beyond M to the point P, and the line AP is drawn parallel to OB. The diagram is not accurately drawn.OABMPab

Diagram not accurately drawn.

Show worked solution

What this is testing. Whether "parallel to" is something you can write down algebraically. Parallel means one vector is a multiple of the other, which here forces a coefficient to be zero.

  1. AB=ba\overrightarrow{AB} = \mathbf{b} - \mathbf{a}, so OM=a+12(ba)=12(a+b)\overrightarrow{OM} = \mathbf{a} + \frac{1}{2}(\mathbf{b} - \mathbf{a}) = \frac{1}{2}(\mathbf{a} + \mathbf{b}).
    M1 A1 - route to the midpoint
  2. PP is on line OMOM, so OP=kOM=k2a+k2b\overrightarrow{OP} = k\overrightarrow{OM} = \frac{k}{2}\mathbf{a} + \frac{k}{2}\mathbf{b} for some number kk.
    M1 - introducing a scalar multiple
  3. AP=OPOA=(k21)a+k2b\overrightarrow{AP} = \overrightarrow{OP} - \overrightarrow{OA} = \left(\frac{k}{2} - 1\right)\mathbf{a} + \frac{k}{2}\mathbf{b}.
    M1 - expression for AP
  4. APAP is parallel to OBOB, so AP\overrightarrow{AP} must be a multiple of b\mathbf{b} alone. The a\mathbf{a} term is therefore zero: k21=0\frac{k}{2} - 1 = 0, so k=2k = 2 and OP=a+b\overrightarrow{OP} = \mathbf{a} + \mathbf{b}, as required.
    A1 - complete argument

Answer. k=2k = 2, giving OP=a+b\overrightarrow{OP} = \mathbf{a} + \mathbf{b}

Where students lose marks. Writing AB=ab\overrightarrow{AB} = \mathbf{a} - \mathbf{b}. Travel from AA to BB is back along a\mathbf{a} and then out along b\mathbf{b}, so it is ba\mathbf{b} - \mathbf{a}, and getting it backwards makes MM land outside the triangle. The other loss is asserting the result: measuring the diagram, or saying "PP looks like a+b\mathbf{a} + \mathbf{b}", earns nothing on a show-that question.

11 Grade 9+ Algebraic proof [5 marks]

Edexcel, AQA and OCR Higher: Algebraic proof, factorising, properties of integers

Prove that n3nn^3 - n is divisible by 6 for every integer nn.

Show worked solution

What this is testing. Whether you can turn an expression into a statement about consecutive integers. Numerical examples are not a proof, and this question is designed to catch students who offer them.

  1. Factorise: n3n=n(n21)=n(n1)(n+1)n^3 - n = n(n^2 - 1) = n(n - 1)(n + 1).
    M1 A1 - full factorisation, including the difference of two squares
  2. Written in order this is (n1)n(n+1)(n - 1)n(n + 1): the product of three consecutive integers.
    B1 - identifying consecutive integers
  3. Any two consecutive integers include an even one, so the product is a multiple of 2.
    B1 - divisibility by 2
  4. Exactly one of any three consecutive integers is a multiple of 3, so the product is also a multiple of 3. As 2 and 3 are different primes, the product is a multiple of 2×3=62 \times 3 = 6.
    B1 - divisibility by 3 and conclusion

Answer. n3n=(n1)n(n+1)n^3 - n = (n - 1)n(n + 1), a product of three consecutive integers, which is always a multiple of both 2 and 3, so a multiple of 6

Where students lose marks. Testing n=1,2,3,4n = 1, 2, 3, 4 and writing "so it works". That is verification, not proof, and it scores zero for the reasoning marks however many cases you list. The second gap is stopping at n(n1)(n+1)n(n - 1)(n + 1) without ever saying the words "three consecutive integers": the factorisation alone is not an argument.

12 Grade 9+ Surds, ratio and area [6 marks]

Edexcel, AQA and OCR Higher: Ratio, rationalising denominators, expanding surds, area of a rectangle

The ratio of the length to the width of a rectangle is (1+2):1(1 + \sqrt{2}) : 1. The perimeter of the rectangle is 2020 cm.

Find the exact area of the rectangle. Give your answer in the form a(21)a(\sqrt{2} - 1) cm2^2, where aa is an integer.

Show worked solution

What this is testing. Three separate skills stacked: reading a surd ratio as an algebraic length, rationalising to get a usable width, then expanding a product of surds without losing a term.

  1. Let the width be ww, so the length is w(1+2)w(1 + \sqrt{2}). Perimeter: 2(w+w(1+2))=202\big(w + w(1 + \sqrt{2})\big) = 20, so w(2+2)=10w(2 + \sqrt{2}) = 10.
    M1 A1 - perimeter equation in one unknown
  2. w=102+2w = \frac{10}{2 + \sqrt{2}}. Rationalise: 10(22)(2+2)(22)=10(22)2\frac{10(2 - \sqrt{2})}{(2 + \sqrt{2})(2 - \sqrt{2})} = \frac{10(2 - \sqrt{2})}{2}.
    M1 - rationalising the denominator
  3. So w=5(22)=1052w = 5(2 - \sqrt{2}) = 10 - 5\sqrt{2}.
    A1 - exact width
  4. Area =w×w(1+2)=w2(1+2)= w \times w(1 + \sqrt{2}) = w^2(1 + \sqrt{2}), and w2=(1052)2=1001002+50=1501002w^2 = (10 - 5\sqrt{2})^2 = 100 - 100\sqrt{2} + 50 = 150 - 100\sqrt{2}.
    M1 - area in terms of w, w squared expanded
  5. (1501002)(1+2)=150+15021002200=50250=50(21)(150 - 100\sqrt{2})(1 + \sqrt{2}) = 150 + 150\sqrt{2} - 100\sqrt{2} - 200 = 50\sqrt{2} - 50 = 50(\sqrt{2} - 1).
    A1 - required form

Answer. 50(21)50(\sqrt{2} - 1) cm2^2, which is about 20.720.7 cm2^2

Where students lose marks. Squaring termwise: (1052)2(10 - 5\sqrt{2})^2 is not 10050100 - 50. The middle term 1002-100\sqrt{2} is the one the answer depends on. Before that, halving the perimeter incorrectly is common: the width appears twice and the length appears twice, so it is 2(w+length)=202(w + \text{length}) = 20, not w+length=20w + \text{length} = 20.

Run out? That's the point.

Every other page stops at ten. Generate another grade 9 question now, as many as you want. No login, no email, and the worked solution is there when you want it.

What actually makes a GCSE question hard

Very little on a Higher paper is hard because the mathematics in it is advanced. The content is the same content you have already been taught. Questions get hard for four reasons, and each one can be prepared for.

Two topics in one question. Question 12 is a ratio question, a surds question and an area question at once. Each piece is grade 6 work on its own. What lifts it to grade 9 is that nothing tells you which order to do them in, and a slip in any one piece loses the lot.

The first step is not obvious. On a routine question the method is visible in the wording. On the hardest ones you have to try something before you can tell whether it helps. Rationalising three separate fractions in question 3 looks like more work, not less, right up until the terms cancel.

An unfamiliar context. The mathematics is standard but the situation is new, so there is no question you have already done to pattern match against. This is the most common reason a strong student stalls, and it is why working only through past papers stops paying off after a while.

Show that and prove. These hand you the answer, so every mark is in the argument instead. Checking four values proves nothing, and examiners' reports say so every summer.

Frequently asked questions

What is a grade 9 in GCSE maths?
Grade 9 is the top grade, above the old A*, and it is only available on the Higher tier. It is not a fixed percentage: boundaries are set each summer once the papers have been marked, and on recent Higher papers grade 9 has usually landed somewhere between about 75% and 85% of the total marks. Nationally around 4% to 5% of maths entries are awarded a 9, which is roughly one student in twenty.
Are these real past paper questions?
No. Every question here was written by Papyra against the Higher tier content the boards share, and none is taken from a past paper. That is deliberate, and for revision it is the better option: past papers are on every revision site, so a question you have half-remembered tests your memory rather than your maths. These you have not seen before, which is the same position you will be in during the exam.
Which exam boards do these cover?
All three of the main boards in England: Edexcel (1MA1), AQA (8300) and OCR (J560), Higher tier. The topics used here, surds, circle theorems, vectors, bounds, algebraic proof and the rest, appear on all three specifications, so the questions work whichever board you sit. Only the numbering of the specification differs.
How do I get better at the hardest questions?
Practise starting them. On a grade 9 question the hard part is usually the first line, so when you are stuck, write down what you have been given and what you could work out from it, and see whether anything connects. Then mark your own working against the steps rather than checking the final number: on a 6 mark question you can be wrong at the end and still have earned 4, and finding out which step went missing is what changes your grade.

More GCSE maths practice