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 x² − 6x = 0.
- 2.The graph of y = x² − 5x + 6 crosses the x-axis at two points. By factorising, work out the x-coordinates of these two points.y = x² − 5x + 6
- 3.Factorise x² − 3x − 10.
- 4.Simplify (x² − 9) ÷ (x² + 5x + 6).
- 5.Subtract, giving your answer as a single fraction in its simplest form: 4/(x − 1) − 2/(x + 3)
- 6.Solve x² − 2x − 24 = 0.
- 7.Solve 2x² − 32 = 0.
- 8.Simplify 5a/6 − a/3
- 9.Factorise fully 12x² + 18x.
- 10.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 11.By completing the square, show that the curve y = x² − 14x + 50 never crosses the x-axis. Which statement gives the correct reason?y = x² − 14x + 50
- 12.A rectangular photo has length (x + 3) cm and width x cm. Its area is 40 cm². Work out the value of x.
- 13.The discriminant of a quadratic equation is greater than zero. Which statement about the solutions of that equation is correct?
- 14.Simplify (2x² + 7x + 3) ÷ (x² − 9), giving your answer as a single fraction.
- 15.Expand and simplify (x + 1)(x + 2)(x + 3).
- 16.When a number is added to its square the result is 30. Work out the possible values of the number.
- 17.Simplify fully: (x + 2)/(3x) × 6x²/(x² − 4)
- 18.By completing the square, find the turning point of the curve y = x² − 10x + 30.y = x² − 10x + 30
- 19.Simplify (5x² + 3x − 2) − (2x² − x + 5)
- 20.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
- 21.One solution of the equation x² − (k + 1)x + k = 0 is x = 3. Work out the value of k.
- 22.Factorise 3x² + 10x − 8.
- 23.Work out the value of the discriminant b² − 4ac for the equation 2x² + 3x − 2 = 0.
- 24.A curve has equation y = x² − 9. Which statement about its graph is correct?y = x² − 9
Answer key
- (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.
- (c) x = 2 and x = 3 — x² − 5x + 6 factorises as (x − 2)(x − 3), since −2 and −3 multiply to give 6 and add to give −5. The graph crosses the x-axis where each bracket equals zero: x − 2 = 0 gives x = 2, and x − 3 = 0 gives x = 3. The option x = −2 and x = −3 comes from reading the signs inside the brackets directly instead of solving x − 2 = 0 and x − 3 = 0. The option x = 2 and x = −3 mixes up the sign of only one root. The option x = −1 and x = −6 comes from picking the wrong pair of factors of 6 (1 and 6 instead of 2 and 3) and then reading their signs directly from the brackets.
- (b) (x − 5)(x + 2) — We need two numbers that multiply to −10 and add to −3: these are −5 and 2, since −5 × 2 = −10 and −5 + 2 = −3. So x² − 3x − 10 = (x − 5)(x + 2). A candidate who swaps the signs, using +5 and −2, gets (x + 5)(x − 2), which expands to x² + 3x − 10 — the wrong middle term. A candidate who picks the factor pair 1 and 10 instead of 2 and 5 gets (x − 10)(x + 1), which expands to x² − 9x − 10. A candidate who makes both factors negative gets (x − 5)(x − 2), which expands to x² − 7x + 10 — the wrong sign on the constant term.
- (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.
- (b) (2x + 14)/((x − 1)(x + 3)) — To subtract these fractions, write them over the common denominator (x − 1)(x + 3): the numerator becomes 4(x + 3) − 2(x − 1). Expanding gives 4x + 12 − 2x + 2, which simplifies to 2x + 14, so the answer is (2x + 14)/((x − 1)(x + 3)). Writing (2x + 11)/((x − 1)(x + 3)) comes from not distributing the minus sign fully across the second bracket, treating −2(x − 1) as −2x − 1 instead of −2x + 2. Writing 2/((x − 1)(x + 3)) comes from subtracting the two original numerators directly, 4 − 2 = 2, the same mistake as subtracting fractions without a common denominator. Writing (2x − 10)/((x − 1)(x + 3)) comes from swapping which numerator multiplies which bracket, forming 4(x − 1) − 2(x + 3) instead of 4(x + 3) − 2(x − 1).
- (a) x = 6 or x = −4 — We need two numbers that multiply to −24 and add to −2: these are −6 and 4, since −6 × 4 = −24 and −6 + 4 = −2. So x² − 2x − 24 = (x − 6)(x + 4) = 0, giving x = 6 or x = −4. A candidate who swaps the signs, using 6 and −4 the wrong way round in the brackets, gets x = −6 or x = 4. A candidate who picks the wrong factor pair, 8 and −3 (which multiply to −24 but add to +5, not −2), gets (x + 8)(x − 3) = 0 and answers x = −8 or x = 3. A candidate who makes both factors negative gets x = −6 or x = −4, which would require the constant term to be +24, not −24.
- (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.
- (d) a/2 — Method: write both terms over the same denominator, subtract the numerators, then cancel the fraction down. Working: 6 is a multiple of 3, so a/3 is rewritten as 2a/6; the calculation becomes 5a/6 − 2a/6 = 3a/6, and dividing numerator and denominator by 3 gives a/2. Answer: a/2. The distractors: 4a/3 comes from subtracting the denominators as well as the numerators, giving (5 − 1)a over (6 − 3); 2a/3 comes from subtracting 1 from 5 without first rewriting a/3 as 2a/6, giving 4a/6; 7a/6 comes from adding the two fractions instead of subtracting them, giving 5a/6 + 2a/6.
- (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.
- (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) (x − 7)² + 1 is at least 1 for every x, so y is never 0 — x² − 14x + 50 = (x − 7)² − 7² + 50 = (x − 7)² + 1. Since a squared term can never be negative, (x − 7)² ≥ 0 for every real x, so y = (x − 7)² + 1 ≥ 1 for every x — y is always at least 1, so it can never equal 0, and the curve never crosses the x-axis. Claiming the discriminant is positive is wrong on the facts: b² − 4ac = (−14)² − 4(1)(50) = 196 − 200 = −4, which is NEGATIVE, not positive — a negative discriminant is in fact the standard reason a quadratic has no real roots, so this option misstates its own sign. Claiming the turning point is at (7, −1) is wrong because completing the square gives (x − 7)² + 1, so the turning point is (7, 1) — the constant is +1, not −1, and a point with a negative y-coordinate would sit BELOW the x-axis, not above it, contradicting the option's own claim. Claiming that 50 being positive is enough is wrong because it ignores the −14x term completely — a positive constant term alone does not guarantee y stays positive for every x (the expression still dips down towards its turning point before growing again, and it is the completed square that shows how far it dips, not the constant on its own).
- (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) It has two different real solutions — Method: the discriminant is the quantity under the square root sign in the quadratic formula, so its sign decides how many real values the formula produces. Working: when the discriminant is positive its square root is a real number that is not zero, and the formula adds that root and subtracts it in turn, so the two results are different; a positive discriminant that is not a perfect square still gives two solutions, but they are not whole numbers. Answer: it has two different real solutions. The distractors: one repeated real solution is what a discriminant of zero gives, because adding and subtracting zero changes nothing; no real solutions is what a negative discriminant gives, because a negative number has no real square root; two whole-number solutions happens only when the discriminant is a perfect square and the division works out exactly, which a positive discriminant does not guarantee.
- (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) x³ + 6x² + 11x + 6 — (x + 1)(x + 2) = x² + 3x + 2. Multiplying by (x + 3): (x² + 3x + 2)(x + 3) = x³ + 3x² + 2x + 3x² + 9x + 6, which simplifies to x³ + 6x² + 11x + 6. Choosing x³ + 6x² + 6x + 6 has the right x² and constant terms but adds 1 + 2 + 3 = 6 for the x-coefficient instead of the correct sum of pairwise products 1×2 + 1×3 + 2×3 = 11. Choosing x³ + 5x² + 11x + 6 sums only two of the three constants (2 + 3 = 5) for the x² coefficient, leaving out the 1. Choosing x³ + 6x² + 11x + 5 adds the last two constants (2 + 3 = 5) instead of multiplying all three (1 × 2 × 3 = 6) for the constant term.
- (b) 5 and −6 — Method: turn the sentence into an equation in one letter, collect every term on one side so it reads as a quadratic equal to zero, then factorise. Working: if the number is x then x² + x = 30, which rearranges to x² + x − 30 = 0; two numbers that multiply to −30 and add to 1 are 6 and −5, so (x + 6)(x − 5) = 0 and x = −6 or x = 5. Both values work: 5 + 25 = 30 and −6 + 36 = 30. Answer: 5 and −6. The distractors: 6 and −5 comes from reading the numbers inside the brackets as the solutions without changing their signs; 5 only comes from discarding the negative solution, although nothing in the question rules out a negative number; 5 and 6 comes from hunting for a factor pair of 30 instead of forming and solving the quadratic.
- (d) 2x/(x − 2) — Factorise x² − 4 as (x − 2)(x + 2) first — it's a difference of two squares. The (x + 2) in the numerator then cancels with the (x + 2) in the factorised denominator, and 6x² ÷ 3x simplifies to 2x, leaving 2x/(x − 2). Writing 2/(x − 2) comes from over-cancelling 6x² ÷ 3x as 2 instead of 2x, dropping the x that should remain. Writing 2x/(x + 2) comes from factorising x² − 4 as (x + 2)² instead of (x − 2)(x + 2), a difference of two squares always has one plus and one minus bracket. Writing 2x²/(x − 2) comes from simplifying 6x² ÷ 3x as 2x² instead of 2x, dividing the coefficients but not reducing the power of x.
- (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.
- (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) 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.
- (d) (3x − 2)(x + 4) — For 3x² + 10x − 8, find two numbers multiplying to 3 × (−8) = −24 and adding to 10: these are 12 and −2. Rewrite: 3x² + 12x − 2x − 8 = 3x(x + 4) − 2(x + 4) = (3x − 2)(x + 4). Choosing (3x + 2)(x − 4) expands to 3x² − 10x − 8 — the correct factor pair but the wrong signs, giving the middle term the wrong sign. Choosing (x − 2)(3x + 4) expands to 3x² − 2x − 8 — the 3 is attached to the wrong bracket, changing which terms combine for the x-coefficient. Choosing (3x − 4)(x + 2) expands to 3x² + 2x − 8 — this uses 4 and 2 instead of the correct pair 12 and 2, so the middle term does not come to 10x.
- (c) 25 — Method: read off a, b and c with their signs and substitute them into b² − 4ac. Working: for 2x² + 3x − 2 = 0, a = 2, b = 3 and c = −2, so b² − 4ac = 3² − 4 × 2 × (−2) = 9 − (−16) = 9 + 16 = 25. Answer: 25. The distractors: −7 comes from taking c as +2, which gives 9 − 16; 22 comes from working b² as 2 × 3 = 6 and then 6 + 16; 13 comes from leaving the 4 out of 4ac and working 9 − 2 × (−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.
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