Printable · GCSE Higher · ages 14-16
Algebra worksheet — GCSE Higher
Fifteen questions across the algebra statements at Higher tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Answer key: Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- (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.
- (d) 4 — Method: collect the x terms on one side and the number terms on the other. Working: subtract 3x from both sides: 4x − 5 = 11. Add 5 to both sides: 4x = 16. Divide by 4: x = 4. Answer: 4. 0.6 comes from adding the x terms instead of subtracting when collecting them, 7x + 3x = 10x, and also subtracting the constants the wrong way round, 11 − 5 = 6, giving 10x = 6. 1.5 comes from correctly collecting the x terms as 4x but subtracting the constants the wrong way round, 11 − 5 instead of 11 + 5. −4 comes from moving the x terms to the wrong side, giving 3x − 7x instead of 7x − 3x, along with a matching sign error on the constants.
- (a) 2(3x + 1) = 6x + 2 — Expanding 2(3x + 1) = 6x + 2 gives an expression that matches the right-hand side exactly for every value of x — it is an identity. 4x − 3 = 3x + 5 is an ordinary equation with one solution, x = 8. 7 − x = x − 7 is also an ordinary equation with one solution, x = 7. 5x + 1 = 5(x + 1) never holds for any value of x at all, since expanding the right-hand side gives 5x + 5, and 5x + 1 = 5x + 5 would require 1 = 5, which is impossible.
- (c) {x : x ≤ −4} ∪ {x : x ≥ 4} — Rearrange so one side is zero: x² − 16 ≥ 0, then factorise: (x − 4)(x + 4) ≥ 0. The critical values are x = −4 and x = 4. Since the coefficient of x² is positive, the graph is a U-shape that is on or above the x-axis outside its roots, so the solution is x ≤ −4 or x ≥ 4, written as {x : x ≤ −4} ∪ {x : x ≥ 4}. Distractor routes: {x : −4 ≤ x ≤ 4} takes the region BETWEEN the roots, which is where x² − 16 is negative, the opposite region. {x : x ≥ 4} keeps only the positive square root and drops the negative branch entirely. {x : x ≤ 4} comes from a sign error, treating the inequality as if it were x² ≤ 16.
- (c) 21.6 — m² = (−2.4)² = 5.76, since a negative number squared is positive, so 5m² = 28.8. Then 3m = 3 × (−2.4) = −7.2. Total: 28.8 + (−7.2) = 21.6. −36 comes from taking m² as negative, 5 × (−5.76) − 7.2 = −36, forgetting that squaring removes the negative sign. 36 comes from ignoring the negative sign on m altogether and using m = 2.4 throughout. 29.4 comes from treating 3m as 3 + m instead of 3 × m, giving 28.8 + (3 + (−2.4)).
- (d) $y = x^2 - 2x - 3$ — Method: read the two x-intercepts (roots) from the graph, write the quadratic as the product of the corresponding factors, then expand. Working: the curve crosses the x-axis at x = −1 and x = 3, so the equation factorises as (x + 1)(x − 3), which expands to x² − 2x − 3. Answer: y = x² − 2x − 3. Distractor refutation: y = x² − x − 6 comes from misreading the left-hand crossing point as x = −2 instead of x = −1, giving factors (x + 2)(x − 3). y = x² − x − 2 comes from misreading the right-hand crossing point as x = 2 instead of x = 3, giving factors (x + 1)(x − 2). y = x² + 2x − 3 comes from writing the factors as (x − 1)(x + 3), swapping which root gets the plus sign and which gets the minus sign, giving the wrong sign on the x term.
- (a) 2.154 — Continuing xₙ₊₁ = ∛(3xₙ + 4) from x₁ = 2.154 gives x₂ = 2.187, x₃ = 2.195, settling towards the root near 2.196 — this is the formula that converges. Continuing xₙ₊₁ = (xₙ³ − 4) ÷ 3 from x₁ = 1.333 gives x₂ = −0.543 and then x₃ = −1.387, moving further from the root each time. Continuing xₙ₊₁ = 4 ÷ (xₙ² − 3) from x₁ = 4 gives x₂ = 0.308 and then x₃ = −1.377, swinging wildly rather than settling. Continuing xₙ₊₁ = xₙ³ − 2xₙ − 4 from x₁ = 0 gives x₂ = −4 and then x₃ = −60, running away from the root entirely.
- (c) 16 km/h — Method: total distance = 12 + 8 = 20 km. Total time = 30 + 30 + 15 = 75 minutes = 1.25 hours. Average speed = total distance ÷ total time = 20 ÷ 1.25 = 16 km/h. Distractor origins: 20 km/h gives the total distance without ever dividing by the total time; 24 km/h uses only the speed of the first stage (12 km in 30 minutes), ignoring the second stage and the rest; 28 km/h averages the two separate stage speeds, 24 km/h and 32 km/h, instead of using total distance over total time.
- (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.
- (c) 26.6 — h² = 1.6² = 2.56, so B = 68 ÷ 2.56 = 26.5625, which rounds to 26.6 (1 d.p.). A candidate who forgets to square the height gets 68 ÷ 1.6 = 42.5. A candidate who squares the mass instead of the height gets 68² ÷ 1.6 = 2890.0. A candidate who truncates 26.5625 instead of rounding it gets 26.5.
- (d) £195 — Substituting x = 3 into y = 45x + 60 gives y = 45 × 3 + 60 = 135 + 60 = 195. A candidate who forgets to add the call-out fee would get only 45 × 3 = £135. A candidate who adds the hours to the fee and the rate instead of multiplying would get 45 + 60 + 3 = £108. A candidate who multiplies both the hourly rate and the call-out fee by the number of hours would get 45 × 3 + 60 × 3 = £315.
- (c) −6 — Method: substitute the value, work out the bracket first, then multiply what the bracket comes to by 2. Working: the bracket gives (−5) + 2 = −3, and multiplying by 2 gives 2 × (−3) = −6. Answer: −6. The distractors: −3 comes from working out the bracket correctly but stopping there and never multiplying by 2; −1 comes from multiplying the 2 inside the bracket by the 2 outside before adding, giving −5 + 4; −8 comes from multiplying only the x by 2 and leaving the 2 inside the bracket unchanged, giving −10 + 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.
- (c) 5n + 7 — Method: find the common difference between the rows, then find the constant by adjusting the first row's total. Working: each row has 5 more seats than the last, so the coefficient of n is 5. The constant is the first row's total minus the common difference: 12 − 5 = 7. Answer: the nth term is 5n + 7. 5n + 12 comes from using row 1's total, 12, as the constant without subtracting the common difference. 5n + 2 comes from a slip in working out the constant, subtracting the common difference twice (12 − 5 − 5 = 2) instead of once. 7n + 5 comes from swapping the common difference and the constant.
- (a) −1 — Reflecting y = sin x in the x-axis gives y = −sin x, so g(x) = −sin x. Since sin 90° = 1, g(90) = −1. Reading sin 90° = 1 and forgetting to apply the reflection gives 1. Misreading the angle as 0° instead of 90° gives sin 0° = 0, so 0. Confusing sin 90° with sin 30° = 0.5, then reflecting it, gives −0.5.
Build your own mix at the worksheet builder.