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.A quadratic graph y = ax² + bx + c has its turning point on the y-axis. Which statement about its roots must be true?
- 2.One solution of the equation x² − (k + 1)x + k = 0 is x = 3. Work out the value of k.
- 3.Simplify (2x² + 7x + 3) ÷ (x² − 9), giving your answer as a single fraction.
- 4.The equation x² − 4x + k = 0 has two different real solutions. Work out the range of values of k.
- 5.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
- 6.Solve x² + 3x − 10 = 0.
- 7.Factorise fully 56x − 24
- 8.A square tile has an area of 144 cm². Work out the side length of the tile.
- 9.By completing the square, find the turning point of the curve y = x² + 6x + 2.y = x² + 6x + 2
- 10.A student is asked to simplify (6x³ − 15x²)/(4x² − 10x) fully. Four attempts are shown below. Which one is correct?
- 11.Factorise 6x² − 7x − 3.
- 12.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.
- 13.Solve 4x² − 9 = 0.
- 14.Which of these values of x is a solution of x² + 2x − 15 = 0?
- 15.By completing the square, find the turning point of the curve y = 3x² + 12x + 7.y = 3x² + 12x + 7
- 16.Write y = x² + 12x + 40 in the form (x + a)² + b, and hence write down the minimum value of y.y = x² + 12x + 40
- 17.Expand and simplify 2(a + 6) − 2(a − 7)
- 18.Solve 2x² = 18.
- 19.Simplify (x² − 9) ÷ (x² + 5x + 6).
- 20.Solve x² − 6x = 0.
- 21.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
- 22.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 23.A rectangular photo has length (x + 3) cm and width x cm. Its area is 40 cm². Work out the value of x.
- 24.Solve x² + 7x = 0.
Answer key
- (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.
- (a) k = 3 — Method: a solution of an equation makes both sides balance, so substitute it in and solve the equation in k that is left. Working: putting x = 3 gives 3² − (k + 1) × 3 + k = 0, that is 9 − 3k − 3 + k = 0, so 6 − 2k = 0 and k = 3; the equation is then x² − 4x + 3 = 0, whose solutions are 3 and 1. Answer: k = 3. The distractors: k = −3 comes from solving 6 − 2k = 0 as though it gave 2k = −6; k = 4 comes from expanding −3(k + 1) as −3k − 1, multiplying only the k by 3; k = 1.5 comes from working 3² as 3 × 2 = 6, which leaves 3 − 2k = 0.
- (b) (2x + 1)/(x − 3) — Factorise both the numerator and the denominator before you cancel anything. The numerator 2x² + 7x + 3 factorises to (2x + 1)(x + 3), and the denominator x² − 9 is a difference of two squares, factorising to (x − 3)(x + 3). The (x + 3) factor is common to both, so it cancels, leaving (2x + 1)/(x − 3). Writing (2x + 1)/(x + 3) comes from factorising x² − 9 as (x + 3)² instead of (x − 3)(x + 3) — a difference of two squares always has one plus and one minus bracket. Writing (2x + 3)/(x − 3) comes from mis-factorising the numerator as (2x + 3)(x + 1) and then wrongly cancelling the (x + 1) against the denominator's (x + 3) as though they were the same bracket. Writing 2x + 1 comes from cancelling the (x + 3) factor correctly but then dropping the remaining (x − 3) on the denominator altogether.
- (d) k < 4 — Method: the number of real solutions of ax² + bx + c = 0 is decided by the discriminant b² − 4ac, and two different real solutions need it to be greater than zero. Working: here a = 1, b = −4 and c = k, so b² − 4ac = 16 − 4k; the condition is 16 − 4k > 0, which gives 16 > 4k and then k < 4. Answer: k < 4; for example k = 3 gives x² − 4x + 3 = 0, whose solutions are 1 and 3. The distractors: k ≤ 4 comes from using b² − 4ac ≥ 0, which also allows the single repeated solution at k = 4; k > 4 comes from dividing −4k > −16 by −4 without reversing the inequality sign; k < 16 comes from leaving the factor 4 out of 4ac and solving 16 − k > 0.
- (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.
- (d) x = 2 or x = −5 — Method: find two numbers that multiply to give −10 and add to give 3 — these are 5 and −2. So x² + 3x − 10 = (x + 5)(x − 2) = 0, giving x = −5 or x = 2. Distractor origins: x = −2 or x = 5 swaps the signs of the two roots; x = 2 or x = 5 makes both roots positive, ignoring the sign of −10; x = −5 or x = −2 makes both roots negative.
- (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.
- (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, y = −7 — x² + 6x + 2 = (x + 3)² − 3² + 2 = (x + 3)² − 7. Substituting x = −3: (−3)² = 9, 6 × (−3) = −18, so 9 − 18 + 2 = −7, confirming the minimum value −7 at x = −3: turning point (−3, −7). Using 6 instead of half of 6 inside the bracket gives (x + 6)² − 34, turning point (−6, −34) — 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 (3, −7) — wrong, because (x + 3)² is zero at x = −3, not x = 3. Computing 9 − 2 = 7 instead of 2 − 9 = −7 flips the sign of the constant, giving (−3, 7) — wrong, since the completed square's constant must be evaluated as 2 minus 9, not 9 minus 2. Always check a turning point by substituting its x-value back into the original equation.
- (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) (3x + 1)(2x − 3) — To factorise 6x² − 7x − 3, look for two numbers that multiply to 6 × (−3) = −18 and add to −7: these are −9 and 2. Splitting the middle term gives 6x² − 9x + 2x − 3, which groups to 3x(2x − 3) + 1(2x − 3) = (3x + 1)(2x − 3). Writing (3x − 1)(2x + 3) comes from using the pair 9 and −2 instead — the right product but the wrong signs, giving +7x instead of −7x. Writing (6x − 1)(x + 3) comes from picking the factor pair 18 and −1: it multiplies to −18 correctly, but it adds to 17, not −7, so checking only the product splits the middle term as 6x² + 18x − x − 3 and pairs the wrong factors of 6 and 3 together. Writing (x − 3)(6x + 1) comes from that same unchecked pair used the other way round, splitting the middle term as 6x² + x − 18x − 3.
- (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.
- (a) x = 3/2 or x = −3/2 — Method: the equation has an x² term and a number but no x term, so make x² the subject and then take the square root of both sides, keeping the negative root as well as the positive one. Working: adding 9 to both sides of 4x² − 9 = 0 gives 4x² = 9, and dividing both sides by 4 gives x² = 9/4. Square-rooting the top and the bottom of 9/4 gives 3/2, so x = 3/2 or x = −3/2, and each value checks out because 4 × 9/4 − 9 = 0. Answer: x = 3/2 or x = −3/2. The distractors: x = 3 or x = −3 comes from square-rooting both sides of 4x² = 9 without first dividing by the 4, so the coefficient of x² is ignored; x = 9/4 or x = −9/4 comes from stopping at x² = 9/4 and writing that value down as x, leaving the square root undone; x = 3/2 only comes from taking the positive square root of 9/4 and losing the negative solution.
- (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) x = −2, y = −5 — 3x² + 12x + 7 rewrites as 3(x² + 4x) + 7, then as 3[(x + 2)² − 4] + 7, which simplifies to 3(x + 2)² − 5, since −3 × 4 + 7 = −5. Substituting x = −2: 3 × (−2)² = 12, 12 × (−2) = −24, so 12 − 24 + 7 = −5, confirming the minimum value −5 at x = −2: turning point x = −2, y = −5. Halving b instead of halving b/a — using −4 as the shift instead of −2 — lands on turning point x = −4, y = −41, which is wrong because when a ≠ 1 the shift inside the bracket is b/(2a), not b/a alone. Reading the bracket's sign directly as the turning point's x-coordinate gives x = 2, y = −5 — wrong, because (x + 2)² is zero at x = −2, not x = 2. Computing 12 − 7 = 5 instead of 7 − 12 = −5 flips the sign of the constant, giving x = −2, y = 5 — wrong, since the completed square's constant must be evaluated as 7 minus 12, not 12 minus 7. Whenever a ≠ 1, factor a out of the x² and x terms first, and always check a turning point by substituting back into the original equation.
- (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.
- (d) 26 — Method: expand both brackets, treating the second as multiplication by −2 so that both of its terms change sign, then collect like terms. Working: 2(a + 6) = 2a + 12 and −2(a − 7) = −2a + 14, so the expression becomes 2a + 12 − 2a + 14; the a terms give 2a − 2a = 0, so no term in a survives, and the numbers give 12 + 14 = 26. Answer: 26. The distractors: −2 comes from expanding the second bracket as −2a − 14, so that the numbers give 12 − 14; 4a − 2 comes from adding 2(a − 7) instead of subtracting it, giving 2a + 12 + 2a − 14; 13 comes from multiplying the 2 over only the first term of each bracket, giving 2a + 6 − 2a + 7.
- (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.
- (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.
- (d) x = 0 or x = 6 — Method: factorise by taking out the common factor x: x(x − 6) = 0, so x = 0 or x − 6 = 0, giving x = 0 or x = 6. Distractor origins: x = 6 comes from dividing both sides by x, which loses the solution x = 0; x = 0 stops after finding only one factor; x = 3 comes from halving the coefficient of x instead of factorising.
- (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.
- (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.
- (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.
- (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.
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