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.
Non-calculator
Answer key: Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- (d) 5n − 1 — The common difference is 5 (9−4=5), so the expression starts 5n. To match the first term when n=1, 5×1+c=4, so c=−1: the nth term is 5n−1. A candidate who uses the first term itself as the constant, instead of first term minus the common difference, would write 5n+4 (giving 9, 14, 19, 24 — one term too high throughout). A candidate who omits the constant term altogether would write just 5n (giving 5, 10, 15, 20, not matching the sequence). A candidate who adds the common difference to n instead of multiplying would write n+5 (giving 6, 7, 8, 9, far too small).
- (d) Below y = x + 1, below x + y = 5, above y = 0 — For y ≤ x + 1, R lies on or below the line y = x + 1. For x + y ≤ 5 (that is, y ≤ 5 − x), R lies on or below that line too. For y ≥ 0, R lies on or above the x-axis. Combining all three: R is below y = x + 1, below x + y = 5, and above y = 0. Distractor routes: "Above y = x + 1" flips the first inequality, describing the wrong side of that line. "Above x + y = 5" flips the second inequality, describing the wrong side of that line. "Below y = 0" flips the third inequality, describing the wrong side of the x-axis.
- (c) Wrong — the correct equation is x² − 5x + 4 = 0. — Rearranging x − 2 = x² − 4x + 2 by moving every term across: 0 = x² − 4x + 2 − x + 2 = x² − 5x + 4. The candidate's x-term is wrong: combining −4x with the moved −x gives −4x − x = −5x, not −3x. So the correct equation is x² − 5x + 4 = 0. Distractor routes: "x² − 3x + 4 = 0 is correct" simply agrees with the candidate's sign error without checking it. "It should be x² − 5x − 4 = 0" correctly spots that something is wrong but blames the wrong term — the constant, 2 + 2 = 4, is correct; the error is in the x-term. "Subtracting is the same as adding" states something false: subtracting a term and adding it give different signs.
- (d) 300 m — For a constant speed, the speed-time graph is a horizontal line, and the area underneath is a rectangle: distance = speed × time = 15 × 20 = 300 m. Adding the two numbers instead of multiplying gives 35 m; dividing instead of multiplying gives 1.33 m; halving the product, as you would for a triangle, gives 7.5 m — but this section of the graph is a rectangle, not a triangle, so there is no halving to do.
- (b) y = 84 − 14x — Method: the distance still to go is the whole route minus the distance already covered, and at a steady speed the distance covered after x hours is the speed multiplied by x. Working: after x hours Freya has cycled 14x km, so the distance remaining is the 84 km route take away 14x, giving y = 84 − 14x, a straight line with intercept 84 and gradient −14. Answer: y = 84 − 14x. The distractors: y = 84 + 14x comes from adding the distance cycled to the length of the route rather than taking it away, so the ride would grow longer the further she goes; y = 14x − 84 comes from carrying out the subtraction the wrong way round, which is negative for the whole of the ride; y = 14 − 84x comes from swapping the two numbers over, treating 84 km as the hourly speed and 14 km as the length of the route.
- (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.
- (d) (4, 3) — The sides are parallel to the axes: the missing vertex must share the y-coordinate 3 with (−2, 3) and the x-coordinate 4 with (4, −3), giving (4, 3). (−4, 3) comes from a sign error on the x-coordinate. (4, −9) comes from continuing the pattern of the given points by subtracting 6 from the y-coordinate again instead of matching it to (−2, 3). (3, 4) comes from swapping the x- and y-coordinates.
- (a) 12 km/h — Method: convert 15 minutes to hours: 15 ÷ 60 = 0.25 h. Speed = distance ÷ time = 3 ÷ 0.25 = 12 km/h. Distractor origins: 9 km/h is the speed for the second section (3 km in 20 minutes) instead of the first; 8 km/h is the average speed for the whole journey (6 km in 45 minutes) instead of just the first section; 0.2 km/h divides 3 km by 15 without converting the minutes into hours.
- (a) False — 4(2x − 3) = 8x − 12, not 8x − 3. — Expand the bracket by multiplying both terms by 4: 4 × 2x = 8x and 4 × (−3) = −12, so 4(2x − 3) = 8x − 12, which is not 8x − 3 — the student is wrong. Saying 4(2x − 3) = 8x − 3 comes from multiplying only the 2x by 4 and copying the −3 across unchanged. Saying 4(2x − 3) = 2x − 12 comes from multiplying only the −3 by 4 and leaving 2x unmultiplied. Claiming it is true because both expressions are linear ignores that equivalence depends on the actual coefficients, not the type of expression.
- (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) −0.5 — Method: gradient = change in height ÷ horizontal distance, and the height decreases so the change is negative. Working: change in height = 5 − 25 = −20, horizontal distance = 40, so gradient = −20 ÷ 40 = −0.5. Answer: the gradient is −0.5. 0.5 comes from dropping the negative sign, ignoring that the zip-line descends. 2 comes from inverting the gradient, dividing the horizontal distance by the drop in height instead of the other way round. −0.8 comes from dividing the drop by the platform height, 25, instead of by the horizontal distance, 40.
- (d) $y = x^2 + 3$ — Method: a point lies on a curve only if substituting its x-coordinate into the equation gives back its y-coordinate, so read one or two points off curve B and test each equation. Working: curve B crosses the y-axis at (0, 3), and its lowest point is also (0, 3); substituting x = 0 into y = x² + 3 gives 0² + 3 = 3, which matches. Checking a second point: at x = 2 curve B is at y = 7, and 2² + 3 = 4 + 3 = 7, which matches as well. Answer: curve B has equation y = x² + 3. Distractor refutation: y = x² − 3 comes from reading the 3 as a move down instead of a move up; substituting x = 0 gives −3, so that curve would cross the y-axis three squares below the origin, while curve B crosses it three squares above. y = (x − 3)² comes from putting the 3 inside the brackets; substituting x = 0 gives (−3)² = 9, and that curve's lowest point is at (3, 0), three squares to the right along the x-axis, whereas curve B has its lowest point on the y-axis. y = x² + 3x comes from attaching the 3 to the x term instead of writing it on its own; substituting x = 0 gives 0² + 3 × 0 = 0, so that curve passes through the origin, and curve B does not pass through the origin.
- (b) (−2, 0) — Method: a graph meets the x-axis where the y-value is 0, so setting y = 0 turns the equation into a linear equation in x. Working: 0 = 3x + 6 gives 3x = −6, so x = (−6) ÷ 3 = −2 and the meeting point is (−2, 0). Answer: (−2, 0). The distractors: (2, 0) comes from solving 3x = −6 and then dropping the minus sign from the result; (0, 6) is the y-axis crossing, found by substituting x = 0 instead of y = 0; (6, 0) comes from reading the constant 6 straight off as the x-coordinate, without dividing by 3 and without changing its sign.
- (d) 8 — Working backwards by halving (undoing the doubling), one 4-hour step at a time: 9,600 (20 h) → 4,800 (16 h) → 2,400 (12 h) → 1,200 (8 h) → 600 (4 h) → 300 (0 h). Reading these in time order — 300, 600, 1,200, 2,400, 4,800, 9,600 at 0, 4, 8, 12, 16, 20 hours — the population is still at or below 1,000 at 4 hours (600) and first goes above 1,000 at 8 hours (1,200). So the recorded population first exceeds 1,000 at 8 hours. Answering 20 just reads off the time stated in the question, without working out when the threshold was actually first crossed — wrong, because 9,600 is only the value AT 20 hours, not necessarily the first time the population passed 1,000. Answering 0 comes from recovering the starting population by dividing 9,600 by 5 (the number of 4-hour gaps up to 20 hours) instead of by 2⁵ = 32 (the correct number of halvings), giving a wrongly-inflated starting value of 9,600 ÷ 5 = 1,920 — already above 1,000 at 0 hours — wrong, because doubling means the value must be halved five times, dividing by 2 five times (2⁵ = 32), not divided once by the number of gaps. Answering 12 comes from halving back only twice, from 9,600 to 4,800 (16 h) to 2,400 (12 h), and stopping there because 2,400 is already above 1,000, without checking that 1,200 at 8 hours is also above 1,000 and occurs earlier — wrong, because the FIRST recorded time above 1,000 is the earliest such time, not the first one reached while working backwards from 20 hours.
- (a) P = 100I / (RT) — Method: undo the operations done to P in reverse order — multiply by 100, then divide by R and by T. Working: I = PRT/100, so 100I = PRT, so P = 100I / (RT). Answer: P = 100I / (RT). P = IRT/100 comes from leaving R and T in the numerator instead of moving them to the denominator. P = 100RT/I comes from swapping P and I when rearranging. P = 100I/R comes from dividing by R only and forgetting to also divide by T.
Build your own mix at the worksheet builder.