24 questions working through all three methods of solving a quadratic, plus roots and turning points from the graph.
📈 Quadratics: factorise, complete the square, formula
Almost every Higher paper asks you to solve a quadratic, and the mark is often lost not on the algebra but on choosing the wrong method for the quadratic in front of you. This sheet takes the three methods in turn and then mixes them. It starts with factorising, including ax² + bx + c and the difference of two squares; moves to completing the square, and to reading the turning point straight out of the completed form; then to the quadratic formula, where the marks go missing on −b when b is already negative and on dividing the whole numerator by 2a. The last section gives you quadratics with no instruction, so you have to decide for yourself. Roots, intercepts and turning points from the graph are included too, because the graphical and algebraic halves of this topic are examined together.
- 1.Solve 2x² = 18.
- 2.A quadratic graph y = ax² + bx + c has its turning point on the y-axis. Which statement about its roots must be true?
- 3.A square tile has an area of 144 cm². Work out the side length of the tile.
- 4.Simplify (x² − 9) ÷ (x² + 5x + 6).
- 5.Factorise fully 12x² + 18x.
- 6.A curve has equation y = x² − 9. Which statement about its graph is correct?y = x² − 9
- 7.Expand and simplify 4(2x − 1) − 3(x + 2) − 5x
- 8.A student is asked to simplify (6x³ − 15x²)/(4x² − 10x) fully. Four attempts are shown below. Which one is correct?
- 9.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 10.The curve y = 2x² − 12x + 7 has a minimum point. By completing the square, find the value of x at which the minimum occurs.y = 2x² − 12x + 7
- 11.Solve x² − 5x + 6 = 0 by factorising.
- 12.By completing the square, find the turning point of the curve y = x² − 10x + 30.y = x² − 10x + 30
- 13.Solve x² + 7x = 0.
- 14.Simplify (5x² + 3x − 2) − (2x² − x + 5)
- 15.A graph has equation y = x² − 6x + 5. A student says its turning point has x-coordinate 6, because that's the coefficient of x. Which statement corrects the student's mistake?y = x² − 6x + 5
- 16.Solve x² − 100 = 0.
- 17.Which of these values of x is a solution of x² + 2x − 15 = 0?
- 18.Factorise fully 56x − 24
- 19.Solve 2x² − 32 = 0.
- 20.A rectangular photo has length (x + 3) cm and width x cm. Its area is 40 cm². Work out the value of x.
- 21.Solve x² − x − 12 = 0.
- 22.The graph of y = x² − 7x + 2 crosses the x-axis at two points. One root, read from the graph, is approximately x = 0.30. Using the fact that the sum of the two roots of x² − 7x + 2 = 0 is 7, estimate the other root, correct to 2 decimal places.y = x² − 7x + 2
- 23.A ball is thrown in the air. Its height, h metres, above the ground after t seconds is given in this table: when t = 0, h = 0; when t = 1, h = 15; when t = 2, h = 20; when t = 3, h = 15; when t = 4, h = 0. Use the table to find the two times, in seconds, at which the ball is at ground level.
- 24.Write y = x² + 12x + 40 in the form (x + a)² + b, and hence write down the minimum value of y.y = x² + 12x + 40
Answer key
- (d) x = 3 or x = −3 — Method: get x² on its own with a coefficient of 1, then take the square root of both sides and keep both the positive and the negative root. Working: dividing 2x² = 18 by 2 gives x² = 9, and the square root of 9 is 3, so x = 3 or x = −3; both check, because 2 × 9 = 18 either way. Answer: x = 3 or x = −3. The distractors: x = 9 or x = −9 comes from dividing by 2 and then forgetting to take the square root; x = 4 or x = −4 comes from subtracting 2 from 18 instead of dividing by it, giving x² = 16; x = 6 or x = −6 comes from multiplying by 2 instead of dividing, giving x² = 36.
- (d) If the graph has two real roots, they are equal and opposite in value, so they sum to zero. — A turning point on the y-axis means the graph's axis of symmetry is the line x = 0, so any two roots must be symmetrical about x = 0 — equal in size but opposite in sign, summing to zero. The graph could still have no real roots, but that is not guaranteed just from the turning point's position, so the option claiming it must have none is too strong. The roots do not have to both be positive — if real, one is positive and one negative (or both are zero). The graph does not have to touch the x-axis at exactly one point either; it could cross at two symmetrical points, touch at one point, or miss the x-axis entirely.
- (c) 12 cm — For a square, area = side². So side² = 144, giving side = ±12. Since a length must be positive, the side length is 12 cm. A candidate who gives both square roots without rejecting the negative one, which cannot be a length, answers 12 cm or −12 cm. A candidate who halves 144 instead of taking its square root gets 72 cm. A candidate who divides 144 by 4, confusing the area formula with a perimeter calculation, gets 36 cm.
- (b) (x − 3)/(x + 2) — Factorise both: x² − 9 = (x − 3)(x + 3) (difference of two squares), and x² + 5x + 6 = (x + 2)(x + 3) (two numbers multiplying to 6 and adding to 5, namely 2 and 3). The factor (x + 3) is common to both, so it cancels, leaving (x − 3)/(x + 2). Choosing −9/(5x + 6) comes from cancelling the x² terms directly without factorising first — x² is not a common factor of the whole numerator or denominator. Choosing (x + 3)/(x + 2) cancels the (x − 3) factor instead of the shared (x + 3) factor, and (x − 3) does not appear in the denominator to cancel with. Choosing x − 3 cancels the whole denominator (x + 2) as though it were equal to 1.
- (c) 6x(2x + 3) — The highest common factor of 12x² and 18x is 6x. Dividing each term by 6x gives 12x² ÷ 6x = 2x and 18x ÷ 6x = 3, so 12x² + 18x = 6x(2x + 3). A candidate who only takes out the number 6 (missing the x) gets 6(2x² + 3x), which is not fully factorised. A candidate who only takes out 2x (missing the extra factor of 3 in 6) gets 2x(6x + 9), also not fully factorised — the bracket still shares a common factor. A candidate who takes out 3x instead of the full 6x gets 3x(4x + 6), which again is not fully factorised since 4x + 6 shares a common factor of 2.
- (d) It crosses the x-axis at x = 3 and x = −3. — y = x² − 9 factorises as (x − 3)(x + 3), since 9 = 3², so the curve crosses the x-axis at x = 3 and x = −3. Saying it crosses once at x = 9 mistakes the constant term for a root directly, without taking its square root. Saying it crosses at x = 9 and x = −9 makes the same mistake but adds a sign either way. Saying it does not cross the x-axis confuses the y-intercept, which is negative at (0, −9), with the number of times the curve meets the x-axis — a negative y-intercept combined with an upward-opening curve guarantees it crosses the x-axis twice.
- (a) −10 — Method: multiply each bracket out, treating the second bracket as being multiplied by −3 because it is subtracted, then collect like terms. Working: 4(2x − 1) = 8x − 4 and −3(x + 2) = −3x − 6, so the expression becomes 8x − 4 − 3x − 6 − 5x; the x terms give 8x − 3x − 5x = 0, so no term in x survives, and the numbers give −4 − 6 = −10. Answer: −10. The distractors: 2 comes from expanding −3(x + 2) as −3x + 6, leaving the numbers −4 + 6; 5x − 10 comes from forgetting the final −5x, so the x terms give 8x − 3x = 5x; −7 comes from multiplying the 4 over only the first term of its bracket, giving 8x − 1 and so the numbers −1 − 6.
- (a) 3x/2 — Factorise top and bottom first: 6x³ − 15x² = 3x²(2x − 5), and 4x² − 10x = 2x(2x − 5). The bracket (2x − 5) is common to both, so it cancels, leaving 3x²/(2x); dividing the power of x, 3x² ÷ x = 3x, gives 3x/2. Writing 3x²/2 cancels the (2x − 5) correctly and removes the denominator's x, but never reduces the power of x left in the numerator — 3x² ÷ x should give 3x, not stay as 3x². Writing 3/2 cancels the (2x − 5) correctly but then drops the x from the numerator altogether, treating 3x² over x as if it cancelled completely to 3 instead of reducing to 3x. Writing −3x/2 comes from factorising the denominator with the wrong sign, as 2x(5 − 2x) instead of 2x(2x − 5); cancelling (5 − 2x) against the numerator's (2x − 5) then needs an extra minus sign, which flips the answer to −3x/2.
- (b) k = 9 — Method: complete the square, because a squared bracket is equal to zero for exactly one value of x. Working: x² − 6x = (x − 3)² − 9, so the equation becomes (x − 3)² − 9 + k = 0, that is (x − 3)² = 9 − k; there is exactly one solution when 9 − k = 0, so k = 9 and the equation reads x² − 6x + 9 = 0 with the repeated solution x = 3. Answer: k = 9. The distractors: k = 3 comes from halving the 6 and not squaring the result; k = 36 comes from squaring the whole of 6 instead of half of it; k = −9 comes from solving 9 − k = 0 with the sign of k the wrong way round.
- (d) 3 — 2x² − 12x + 7 rewrites as 2(x² − 6x) + 7, then as 2[(x − 3)² − 9] + 7, which simplifies to 2(x − 3)² − 11, since −2 × 9 + 7 = −11. The bracket (x − 3)² is zero when x = 3, so the minimum occurs at x = 3. Treating the shift as b/a instead of b/(2a) — using 6 instead of 3 — gives x = 6, which is wrong. Reading the bracket's sign directly without negating it gives x = −3, wrong, because (x − 3)² is zero at x = 3, not x = −3. Reading off the coefficient of x itself, −12, and calling that the answer skips the completing-the-square process entirely and gives x = −12, which is wrong because b is not the turning point's x-coordinate under any circumstance. Always check: substituting your value of x should make the bracketed term equal to zero, and nothing else.
- (c) x = 2 or x = 3 — Method: factorise into two brackets whose numbers multiply to the constant term and add to the coefficient of x, then set each bracket equal to zero. Working: two numbers that multiply to 6 and add to −5 are −2 and −3, so x² − 5x + 6 = (x − 2)(x − 3) = 0; then x − 2 = 0 gives x = 2 and x − 3 = 0 gives x = 3. Answer: x = 2 or x = 3. The distractors: x = −2 or x = −3 comes from reading the numbers inside the brackets as the solutions instead of changing their signs; x = 1 or x = 6 comes from taking the first factor pair of 6 without checking that the pair adds to −5; x = 5 or x = 6 comes from reading the solutions straight off the 5 and the 6 in the equation.
- (c) x = 5, y = 5 — x² − 10x + 30 = (x − 5)² − 5² + 30 = (x − 5)² + 5. Substituting x = 5: 5² = 25, 10 × 5 = 50, so 25 − 50 + 30 = 5, confirming the minimum value 5 at x = 5: turning point (5, 5). Using −10 instead of half of it inside the bracket gives (x − 10)² − 70, turning point (10, −70) — wrong, because only half the coefficient of x belongs inside the bracket. Reading the bracket's sign directly as the turning point's x-coordinate gives (−5, 5) — wrong, because (x − 5)² is zero at x = 5, not x = −5. Computing 25 − 30 = −5 instead of 30 − 25 = 5 flips the sign of the constant, giving (5, −5) — wrong, since the completed square's constant must be evaluated as 30 minus 25, not 25 minus 30. Always check a turning point by substituting its x-value back into the original equation.
- (c) x = 0 or x = −7 — Factorising: x² + 7x = x(x + 7) = 0, so x = 0 or x + 7 = 0, giving x = 0 or x = −7. A candidate who divides both sides of the original equation by x, which loses the solution x = 0, gets only x = −7. A candidate who makes a sign error solving x + 7 = 0 gets x = 0 or x = 7. A candidate who misreads the coefficient and doubles it gets x = 0 or x = −14.
- (d) 3x² + 4x − 7 — Method: the minus sign in front of the second bracket changes the sign of every term inside it; then collect like terms. Working: removing the brackets gives 5x² + 3x − 2 − 2x² + x − 5; the squared terms give 5x² − 2x² = 3x², the x terms give 3x + x = 4x, and the number terms give −2 − 5 = −7. Answer: 3x² + 4x − 7. The distractors: 7x² + 2x + 3 comes from adding the two brackets instead of subtracting, giving 5x² + 2x², 3x − x and −2 + 5; 3x² + 2x + 3 comes from applying the minus sign to 2x² only, leaving −x and +5 unchanged so that 3x − x = 2x and −2 + 5 = 3; 3x² + 4x + 3 comes from changing the signs of the terms with letters but leaving +5 as it stood, so the number terms give −2 + 5 = 3.
- (d) The roots of x² − 6x + 5 = 0 are x = 1 and x = 5 (since it factorises to (x − 1)(x − 5)), so by symmetry the turning point has x-coordinate 3, not 6. — Factorising, x² − 6x + 5 = (x − 1)(x − 5), so the roots are x = 1 and x = 5. The turning point lies midway between the roots by symmetry: (1 + 5) ÷ 2 = 3. The coefficient of x has no direct role in locating the turning point this way. The option giving −6 makes an arbitrary sign change with no mathematical basis. The option giving 5 wrongly takes just one of the two roots instead of their midpoint.
- (a) x = 10 or x = −10 — Rearranging, x² = 100. Taking the square root of both sides gives x = ±10, i.e. x = 10 or x = −10. A candidate who forgets the negative root gives only x = 10. A candidate who halves 100 instead of taking its square root gets x = 50. A candidate who applies the ± sign to 100 itself instead of to its square root gets x = 100 or x = −100.
- (a) x = 3 — Method: factorise x² + 2x − 15 as (x + 5)(x − 3), since 5 × (−3) = −15 and 5 + (−3) = 2. Setting each bracket equal to zero gives x + 5 = 0 or x − 3 = 0, so x = −5 or x = 3. Only x = 3 is offered here. Distractor origins: x = −3 reverses the sign of the factor pair, treating the bracket (x − 3) as giving x = −3 instead of x = 3; x = 5 takes the number from the other factor, (x + 5), but with the wrong sign, giving x = 5 instead of x = −5; x = 15 takes the constant term of the original expression as if it were a root, without factorising at all.
- (d) 8(7x − 3) — Method: find the highest common factor of the two terms, write it in front of a bracket and divide each term by it. Working: 56 = 8 × 7 and 24 = 8 × 3, so the highest common factor is 8; dividing gives 56x ÷ 8 = 7x and 24 ÷ 8 = 3, and the subtraction sign stays between them. Answer: 8(7x − 3), which multiplies back out to 56x − 24. The distractors: 8(7x + 3) comes from dropping the minus sign of −24 while dividing; 8(56x − 3) comes from dividing only the number term by 8 and leaving 56x untouched inside the bracket; 8(7x − 16) comes from subtracting 8 from 24 instead of dividing 24 by 8.
- (d) x = 4 or x = −4 — Method: divide both sides by 2 to get x² = 16, then take the square root of both sides: x = 4 or x = −4. Distractor origins: x = 4 forgets the negative root; x = 8 comes from halving 16 instead of taking its square root; x = 16 stops at x² = 16 without ever taking the square root.
- (b) x = 5 — Area = length × width, so x(x + 3) = 40, which rearranges to x² + 3x − 40 = 0. This factorises as (x + 8)(x − 5) = 0: the two numbers in the brackets must multiply to −40 and add to +3, and the pair 8 and −5 does both. This gives x = −8 or x = 5. Since x is a length, it cannot be negative, so x = 5. A candidate who gives both solutions without rejecting the negative one, which cannot be a length, answers x = 5 or x = −8. A candidate who picks the wrong factor pair of 40, such as 10 and −4 instead of 8 and −5, gets (x + 10)(x − 4) = 0 and answers x = 4. A candidate who rejects the wrong root, keeping the negative solution instead of the positive one, answers x = −8.
- (a) x = 4 or x = −3 — Method: find two numbers that multiply to give −12 and add to give −1 — these are −4 and 3. So x² − x − 12 = (x − 4)(x + 3) = 0, giving x = 4 or x = −3. Distractor origins: x = −4 or x = 3 has the signs the wrong way round; x = 4 or x = 3 makes both roots positive, ignoring the sign of −12; x = 12 or x = −1 comes from reading off the coefficient and the constant directly instead of factorising.
- (a) x ≈ 6.70 — Since the two roots sum to 7, the other root is 7 − 0.30 = 6.70. The option 7.30 comes from adding the given root to 7 instead of subtracting it. The option 6.30 comes from subtracting 0.70 (one minus the given root) rather than the given root itself. The option 0.70 confuses the required root with the amount by which the given root falls short of 1.
- (a) t = 0 or t = 4 — The ball is at ground level exactly when h = 0. From the table, h = 0 at t = 0 and at t = 4, so those are the two times. Distractor origins: t = 1 or t = 3 picks the times with equal (but non-zero) height instead of ground level; t = 2 picks the time of maximum height instead of ground level; t = 0 finds only the starting time and misses the second one.
- (c) 4 — x² + 12x + 40 = (x + 6)² − 6² + 40 = (x + 6)² + 4, so a = 6 and b = 4. Since (x + 6)² can never be negative, y = (x + 6)² + 4 is smallest when the bracket is zero, so the minimum value of y is 4. Giving 40 instead reads off the ORIGINAL constant term and ignores the completing-the-square step entirely — wrong, because 40 is the value of y when x = 0, not the minimum value. Giving −6 instead answers with the x-coordinate of the turning point (where the bracket is zero) rather than the minimum y-value itself — wrong, because the question asks for the minimum value of y, not the value of x that produces it. Giving 36 instead stops after squaring half the coefficient, 6² = 36, without combining it with the 40 already in the expression — wrong, because the minimum value is 40 minus 36, not 36 on its own.
What is on this worksheet?
The sheet holds 24 questions drawn from the MathsUK bank — the content area covered: Algebra (statements A18, A11, A4). It is pitched at GCSE Higher and takes about 45 minutes to work through in full. It is built for independent practice, with full answers at the end for self-marking.
How to use the sheet well
- Print it or open it on screen — both work. Printing is A4; the screen view fits phones and tablets.
- Do all 24 questions before checking — about 45 minutes is the guide, but there is no time pressure.
- Check the answers — press “Show answers” or print the answer page separately.
- Redo the questions you got wrong — twice as effective as doing 24 fresh ones.
- “New questions” — builds a fresh sheet on the same statements, so you can practise again without repeats.
Why this sheet helps
MathsUK worksheets use questions graded by difficulty and a fair spread of correct-answer positions (the answer is not always (a)) — so the student really has to think about each question rather than guess a pattern. Every question is tagged to a DfE content statement and checked before it enters the bank. The answers come with a step-by-step explanation, not just a value — so a wrong answer becomes a lesson.
Similar worksheets worth a look
- 🧮 Paper 1 non-calculator warm-up — Higher · 20 questions · ~25 min
- ⚖️ Foundation to Higher crossover check · 20 questions · ~35 min
- ⚗️ Ratio and proportion mastery — Higher · 24 questions · ~45 min
- ⭕ Circle theorems practice · 18 questions · ~40 min