Printable · GCSE Higher · ages 14-16
Solving quadratic equations worksheet — GCSE Higher
Fifteen questions on "solving quadratic equations" — DfE statement A18. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
part Higher
Solving quadratic equations worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.Solve 4x² − 9 = 0.
- 2.The equation x² − 4x + k = 0 has two different real solutions. Work out the range of values of k.
- 3.A rectangular photo has length (x + 3) cm and width x cm. Its area is 40 cm². Work out the value of x.
- 4.Solve x² − 100 = 0.
- 5.Solve 2x² − 7x + 3 = 0.
- 6.A square tile has an area of 144 cm². Work out the side length of the tile.
- 7.When a number is added to its square the result is 30. Work out the possible values of the number.
- 8.Solve x² − x − 12 = 0.
- 9.Solve x² + 7x = 0.
- 10.Solve x² − 5x + 6 = 0 by factorising.
- 11.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 12.Solve x² − 2x − 24 = 0.
- 13.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.
- 14.One solution of the equation x² − (k + 1)x + k = 0 is x = 3. Work out the value of k.
- 15.Which of these values of x is a solution of x² + 2x − 15 = 0?
Answer key
- (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.
- (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.
- (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 = 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.
- (c) x = 3 or x = 1/2 — Method: factorise into two brackets whose x terms multiply to 2x² and whose numbers multiply to 3, checking that they produce the middle term −7x, then set each bracket equal to zero. Working: (2x − 1)(x − 3) expands to 2x² − 6x − x + 3 = 2x² − 7x + 3, so (2x − 1)(x − 3) = 0; then 2x − 1 = 0 gives x = 1/2 and x − 3 = 0 gives x = 3. Answer: x = 3 or x = 1/2. The distractors: x = 3/2 or x = 1 comes from factorising as (2x − 3)(x − 1), whose middle term is −5x and not −7x; x = −3 or x = −1/2 comes from reading the roots straight out of (2x − 1)(x − 3) without changing the signs; x = 6 or x = 1 comes from using the quadratic formula with the denominator written as a instead of 2a, dividing 7 ± 5 by 2.
- (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) 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.
- (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.
- (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.
- (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.
- (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.
- (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.
- (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) 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.
- (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.
Build your own mix at the worksheet builder.