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.
Questions selected byOliver, 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.
1Grade 9Ratio and quadratics[5 marks]
Edexcel, AQA and OCR Higher: Ratio notation, solving quadratic equations, surds
The ratio (x−1):(x+2) is equal to the ratio (x+2):(2x+7).
Find the possible values of x. Give your answers in exact form.
Show worked solutionHide 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.
Equal ratios are equal fractions, so x+2x−1=2x+7x+2, which cross-multiplies to (x−1)(2x+7)=(x+2)2.
M1 - forming an equation from the two ratios
Expand both sides: 2x2+5x−7=x2+4x+4.
M1 - expanding both brackets
Collect everything on one side: x2+x−11=0.
A1 - correct quadratic
Nothing multiplies to −11 and adds to 1, so use the formula with a=1, b=1, c=−11: x=2−1±1+44.
M1 - quadratic formula with correct substitution
45=35, so x=2−1±35.
A1 - both solutions, surd simplified
Answer.x=2−1+35 or x=2−1−35
Where students lose marks.Two places. Expanding (x+2)2 as x2+4 kills the question at the second line. And "exact form" means the surd stays: leaving the answer as 2−1±45, or rounding to 2.85, drops the final mark even though the working is right.
Edexcel, AQA and OCR Higher: Upper and lower bounds, compound measures, degrees of accuracy
A car travels a distance of 36.0 m, correct to 3 significant figures, in a time of 7.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 solutionHide 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.
Distance: 35.95≤d<36.05.
B1 - bounds for the distance
Time: 7.15≤t<7.25.
B1 - bounds for the time
Speed is largest when the distance is largest and the time is smallest: 36.05÷7.15=5.0419... m/s.
M1 - upper bound, correctly paired
Speed is smallest the other way round: 35.95÷7.25=4.9586... m/s.
A1 - lower bound, correctly paired
Both bounds round to 5.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.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".
Edexcel, AQA and OCR Higher: Simplifying surds, rationalising denominators, show that proofs
Show that 2+11+3+21+2+31=1
Show worked solutionHide 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.
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+11×2−12−1=2−12−1=2−1
A1 - first term
3+21×3−23−2=3−23−2=3−2
A1 - second term
2+31×2−32−3=4−32−3=2−3
A1 - third term
Add them: (2−1)+(3−2)+(2−3). The 2 terms cancel, the 3 terms cancel, and −1+2=1 is left, as required.
A1 - complete cancellation and conclusion
Answer.The three terms telescope to −1+2=1
Where students lose marks.Reaching for a common denominator of (2+1)(3+2)(2+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.
4Grade 9Simultaneous 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=25y=x+1
Show worked solutionHide 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 x needs its own y.
Substitute y=x+1 into the circle: x2+(x+1)2=25.
M1 - substitution
Expand the bracket: x2+x2+2x+1=25, so 2x2+2x+1=25.
A1 - correct expansion
Rearrange and divide by 2: 2x2+2x−24=0, so x2+x−12=0.
A1 - correct quadratic
Factorise: (x+4)(x−3)=0, so x=−4 or x=3.
M1 - solving the quadratic
Put each x back into y=x+1: x=3 gives y=4, and x=−4 gives y=−3.
A1 - both pairs, correctly matched
Answer.x=3, y=4 and x=−4, y=−3
Where students lose marks.Expanding (x+1)2 as x2+1 is the classic, and it produces a quadratic that still factorises, so nothing looks wrong. The second loss is presentational: listing x=3, x=−4, y=4, y=−3 as four numbers instead of two pairs. The mark is for the pairing.
Edexcel, AQA and OCR Higher: Laws of indices, fractional and negative indices, index equations
Solve 272x÷9x−1=3x+5×3
Show worked solutionHide 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.
Write every term as a power of 3: 27=33, 9=32 and 3=321.
M1 - common base
Left side: 36x÷32x−2=36x−(2x−2)=34x+2.
A1 - left side simplified
Right side: 3x+5×321=3x+211.
A1 - right side simplified
Equal powers of the same base means equal indices: 4x+2=x+211, so 3x=27 and x=67.
A1 - solving the linear equation
Answer.x=67
Where students lose marks.Subtracting the index of a negative term: 6x−(2x−2) becomes 4x−2 for a lot of students, and the bracket is the whole difficulty. The other is dropping 3 because it looks decorative. It contributes the 21 that makes the answer a fraction rather than a whole number.
What this is testing.Clearing fractions without losing a bracket, then recognising a quadratic that will not factorise.
Multiply every term by (x+1)(x−2).
M1 - clearing the denominators
This gives 3(x−2)+2(x+1)=(x+1)(x−2).
A1 - correct equation
Expand: 3x−6+2x+2=x2−x−2, so 5x−4=x2−x−2.
A1 - both sides expanded
Rearrange: x2−6x+2=0.
A1 - correct quadratic
Formula: x=26±36−8=26±27=3±7.
A1 - both exact solutions, simplified
Answer.x=3+7 or x=3−7
Where students lose marks.Multiplying the right-hand side by only one bracket, so the 1 becomes (x+1) rather than (x+1)(x−2). And at the end, 26±28 is exact but not simplified: 28=27, and the 2s then cancel.
Edexcel, AQA and OCR Higher: Probability without replacement, tree diagrams, forming and solving quadratics
A bag contains 3 red counters and n blue counters. Two counters are taken from the bag at random, without replacement.
The probability that the two counters are different colours is 21.
Find the possible values of n.
Show worked solutionHide 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.
There are n+3 counters. Red then blue has probability n+33×n+2n.
M1 - one branch, denominator reduced for the second pick
Blue then red has the same probability, so P(different) =(n+3)(n+2)6n.
M1 A1 - both orders added
Set this equal to 21 and cross-multiply: 12n=(n+3)(n+2).
M1 - forming the equation
Expand and collect: n2+5n+6−12n=0, so n2−7n+6=0.
A1 - correct quadratic
Factorise: (n−1)(n−6)=0. Both roots are positive integers, so both are possible: check n=1 gives 126=21 and n=6 gives 7236=21.
A1 - both values, both checked
Answer.n=1 or n=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=1 because a bag with one blue counter feels wrong. It is not wrong, and this question is set precisely to see who checks.
Edexcel, AQA and OCR Higher: Similar shapes, length and volume scale factors, volume of a cone, frustums
A solid cone has base radius 6 cm and vertical height 12 cm. It is cut by a plane parallel to its base, 8 cm above the base, producing a smaller cone and a frustum.
Find the exact volume of the frustum. Give your answer in terms of π.
Show worked solutionHide 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.
The cut is 8 cm above the base, so the small cone on top has height 12−8=4 cm.
B1 - height of the small cone
The small cone is similar to the whole cone with length scale factor 124=31, so its radius is 31×6=2 cm.
M1 A1 - scale factor and radius
Volume of the small cone: 31π(2)2(4)=316π.
A1 - small cone volume
Volume of the whole cone: 31π(6)2(12)=144π. Subtract: 144π−316π=3432π−16π=3416π.
A1 - frustum volume
Answer.3416π cm3
Where students lose marks.Using 8 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 31: volume scales by the cube of the length scale factor, so the small cone is 271 of the whole one.
A, B, C and D are points on a circle. PT is a tangent to the circle at A, with T on the same side of chord AD as the minor arc AD.
Angle ADC=4x−10, angle ABC=2x+16 and angle TAD=58∘.
(a) Find the value of x. [2 marks]
(b) Find the size of angle CAD. Give a reason for each step. [4 marks]
Diagram not accurately drawn.
Show worked solutionHide 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.
(a) ABCD is a cyclic quadrilateral, so opposite angles add to 180∘: (4x−10)+(2x+16)=180.
M1 - opposite angles of a cyclic quadrilateral
6x+6=180, so x=29.
A1
(b) Angle ADC=4(29)−10=106∘.
B1 - substituting into the right expression
By the alternate segment theorem, the angle between tangent AT and chord AD equals the angle in the alternate segment: angle ACD= angle TAD=58∘.
M1 A1 - theorem named and applied
Angles in triangle ACD add to 180∘: angle CAD=180−106−58=16∘.
A1
Answer.(a) x=29. (b) Angle CAD=16∘
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=29 into 2x+16 when the triangle needs angle ADC.
OAB is a triangle with OA=a and OB=b. M is the midpoint of AB. P lies on OM extended so that AP is parallel to OB.
Show that OP=a+b.
Diagram not accurately drawn.
Show worked solutionHide 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.
AB=b−a, so OM=a+21(b−a)=21(a+b).
M1 A1 - route to the midpoint
P is on line OM, so OP=kOM=2ka+2kb for some number k.
M1 - introducing a scalar multiple
AP=OP−OA=(2k−1)a+2kb.
M1 - expression for AP
AP is parallel to OB, so AP must be a multiple of b alone. The a term is therefore zero: 2k−1=0, so k=2 and OP=a+b, as required.
A1 - complete argument
Answer.k=2, giving OP=a+b
Where students lose marks.Writing AB=a−b. Travel from A to B is back along a and then out along b, so it is b−a, and getting it backwards makes M land outside the triangle. The other loss is asserting the result: measuring the diagram, or saying "P looks like a+b", earns nothing on a show-that question.
Edexcel, AQA and OCR Higher: Algebraic proof, factorising, properties of integers
Prove that n3−n is divisible by 6 for every integer n.
Show worked solutionHide 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.
Factorise: n3−n=n(n2−1)=n(n−1)(n+1).
M1 A1 - full factorisation, including the difference of two squares
Written in order this is (n−1)n(n+1): the product of three consecutive integers.
B1 - identifying consecutive integers
Any two consecutive integers include an even one, so the product is a multiple of 2.
B1 - divisibility by 2
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=6.
B1 - divisibility by 3 and conclusion
Answer.n3−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,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(n−1)(n+1) without ever saying the words "three consecutive integers": the factorisation alone is not an argument.
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. The perimeter of the rectangle is 20 cm.
Find the exact area of the rectangle. Give your answer in the form a(2−1) cm2, where a is an integer.
Show worked solutionHide 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.
Let the width be w, so the length is w(1+2). Perimeter: 2(w+w(1+2))=20, so w(2+2)=10.
Where students lose marks.Squaring termwise: (10−52)2 is not 100−50. The middle term −1002 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)=20, not w+length=20.
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
Every one of these questions is built out of ordinary Higher tier content. If a step above
lost you, the strand it came from is below, and each topic page works through the method
before giving you questions of your own.