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.
Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.The nth term of a sequence is n² + 2n − 4. Work out the 7th term.
- 2.A hot air balloon is at a height of 20 m and rises at a steady rate. After 4 minutes it is at a height of 52 m. Work out the rate at which the balloon rises, in metres per minute.
- 3.A sequence has nth term 3n + 4. Two terms are missing from the list of its first five terms: 7, 10, _, 16, _. Work out the missing 3rd and 5th terms added together.
- 4.The equation x² = 5x − 3 is to be solved using iteration. Work out which of these iterative formulas comes from a correct rearrangement of the equation.
- 5.The perimeter of a rectangle is given by the formula P = 2(l + w), where l is the length and w is the width. A rectangular garden has a perimeter of 46 m and a length of 14 m. Rearrange the formula to make w the subject, then work out the width of the garden.
- 6.Kai writes the expression 8 − 3x + 5x² and says it has three terms. Ryan says it only has two terms because a number on its own is not a term. Work out the correct number of terms in the expression.
- 7.Solve x² − x − 12 = 0.
- 8.A curve has equation y = x³ − 4x. Work out the coordinates of the point where the curve crosses the y-axis.y = x
- 9.f(x) = (x + 1)/2. Find f⁻¹(x).
- 10.Points A(−1, 2) and B(5, 8) are the endpoints of a line segment. Work out the equation of the perpendicular bisector of AB.
- 11.A circle has centre (0, 0) and equation x² + y² = 3721. The point (11, 60) lies on the circle. One of these is the gradient of the tangent to the circle at (11, 60). Work out which one.
- 12.A plumber charges a call-out fee of £30 plus £25 per hour worked. Work out the total charge for a job that takes 3 hours.
- 13.A garden path runs along the line 4x + y = 12. A drainage pipe must be laid perpendicular to the path, passing through the point (3, 1) where a sprinkler sits. Work out the equation of the pipe's line, giving your answer in the form y = mx + c.
- 14.The braking distance of a car, in metres, is estimated using the formula d = 0.4v² + 6, where v is the speed in mph. A car travelling at 35 mph brakes. Work out the estimated braking distance.
- 15.The formula for converting a temperature from degrees Celsius, C, to degrees Fahrenheit, F, is F = 1.8C + 32. Work out F when C = 20, and identify what kind of mathematical statement F = 1.8C + 32 is.
Answer key
- (c) 59 — Substitute n = 7: 7² + 2 × 7 − 4 = 49 + 14 − 4 = 59. A sign error on the +2n term, treating it as −2n, gives 49 − 14 − 4 = 31. Working out 7² + 2 × 7 but forgetting to subtract the final 4 gives 49 + 14 = 63. Using n = 6 instead of n = 7 gives 36 + 12 − 4 = 44.
- (a) 8 — Method: rate = height gained ÷ time taken. Working: height gained = 52 − 20 = 32 m, time taken = 4 minutes, so rate = 32 ÷ 4 = 8 metres per minute. Answer: the rate is 8 metres per minute. 32 comes from working out the height gained but forgetting to divide by the time taken. 13 comes from dividing the final height, 52, by the time taken instead of the height gained. 5 comes from dividing the starting height, 20, by the time taken instead of the height gained.
- (c) 32 — Using the rule 3n + 4: the 3rd term is 3 × 3 + 4 = 13, and the 5th term is 3 × 5 + 4 = 19, so their sum is 13 + 19 = 32. Forgetting to add the 4 for the 3rd term, 3 × 3 = 9, and adding the correct 5th term, gives 9 + 19 = 28. Rounding the 19 up to 20 to make the addition easier and then forgetting to take the extra 1 back off, 13 + 20 = 33, gives 33. Using the rule 4n + 3 instead of 3n + 4 gives 4 × 3 + 3 = 15 and 4 × 5 + 3 = 23, summing to 38.
- (b) xₙ₊₁ = (xₙ² + 3) ÷ 5 — Starting from x² = 5x − 3, add 3 to both sides: x² + 3 = 5x. Divide both sides by 5: x = (x² + 3) ÷ 5. Writing this as an iteration gives xₙ₊₁ = (xₙ² + 3) ÷ 5. xₙ₊₁ = (xₙ² − 3) ÷ 5 comes from a sign error when moving the −3 across the equals sign — it should become +3, not stay as −3. xₙ₊₁ = 5(xₙ² + 3) comes from multiplying by 5 instead of dividing by 5 when isolating x. xₙ₊₁ = (xₙ + 3) ÷ 5 comes from dropping the index on x², using xₙ instead of xₙ².
- (a) 9 m — Undo the multiplication by the bracket first: dividing both sides by 2 gives P/2 = l + w. Subtracting the length from both sides gives w = P/2 − l. Substituting the measurements, 46 ÷ 2 = 23, and 23 − 14 = 9, so the width is 9 m. Taking the length off before halving gives (46 − 14) ÷ 2 = 16, which halves the length as well; expanding to P = 2l + 2w and then forgetting to divide by 2 gives 46 − 28 = 18; subtracting the length in the wrong direction gives 23 + 14 = 37.
- (b) 3 — Method: a term is any part of an expression separated from the rest by a + or − sign, including a number on its own. Working: 8 − 3x + 5x² splits at the + and − signs into 8, −3x and 5x² — that is three separate terms. Answer: 3. Ryan's answer of 2 comes from wrongly excluding the number 8, thinking a term must contain a letter. 5 comes from miscounting by treating the coefficients and powers as separate terms as well as the letters. 1 comes from treating the whole expression as a single term because it is written without brackets.
- (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) (0, 0) — A curve crosses the y-axis where x = 0. Substituting x = 0 into y = x³ − 4x gives y = 0³ − 4(0) = 0 − 0 = 0, so the curve crosses the y-axis at (0, 0). A candidate who reads off the coefficient of x as the y-intercept, instead of working out the constant term, might write (0, −4). A candidate who swaps the coordinates might write (4, 0). A candidate who takes the coefficient of x but drops its sign might write (0, 4).
- (a) 2x − 1 — Swap x and y: x = (y + 1)/2. Multiply both sides by 2: 2x = y + 1. Subtract 1 from both sides: y = 2x − 1, so f⁻¹(x) = 2x − 1. Writing 2x + 1 comes from not flipping the sign on the 1 when it is moved across the equals sign. Writing (x − 1)/2 comes from reversing the sign of the 1 but leaving the ÷2 from the original rule in place, instead of turning it into ×2. Writing x/2 − 1 comes from dividing only the x by 2 and treating the 1 as already outside the fraction.
- (d) x + y = 7 — The midpoint of AB is (−1 + 5)/2, (2 + 8)/2, which is (2, 5). The gradient of AB is (8 − 2)/(5 − (−1)) = 6/6 = 1. The perpendicular bisector has gradient −1 and passes through (2, 5): y − 5 = −(x − 2), which rearranges to x + y = 7. Distractor routes: x − y = −3 uses the gradient of AB itself, 1, rather than its negative reciprocal, giving a line PARALLEL to AB through the midpoint instead of perpendicular to it. x + y = 12 comes from adding the y-coordinates, 2 + 8 = 10, but forgetting to divide by 2, using the midpoint (2, 10) instead of (2, 5). x + y = 4 comes from using A's x-coordinate, −1, directly instead of averaging it with B's, giving the point (−1, 5) instead of the true midpoint (2, 5).
- (d) −11/60 — The radius from the origin to (11, 60) has gradient 60/11. The tangent is perpendicular to this radius, so its gradient is the negative reciprocal: −1 ÷ (60/11) = −11/60. Choosing 60/11 uses the radius's gradient unchanged, without applying perpendicularity. Choosing −60/11 negates the radius's gradient but forgets to take its reciprocal. Choosing 11/60 takes the reciprocal correctly but keeps the gradient positive instead of negative.
- (b) £105 — The hourly charge is 25 × 3 = £75. Adding the call-out fee: £75 + £30 = £105. A candidate who forgets the call-out fee gives just the hourly charge, £75. A candidate who adds the call-out fee to the hourly rate before multiplying by the hours, (30 + 25) × 3, gets £165. A candidate who multiplies the call-out fee by the number of hours instead of the hourly rate, 30 × 3, gets £90.
- (a) y = (1/4)x + 1/4 — Rearrange 4x + y = 12 to y = −4x + 12, so the path has gradient −4. The perpendicular gradient is 1/4. Substituting (3, 1) into y − 1 = (1/4)(x − 3): y = (1/4)x − 3/4 + 1 = (1/4)x + 1/4. Distractor routes: y = −4x + 13 uses the path's own gradient, −4, instead of the perpendicular gradient, giving a line PARALLEL to the path through (3, 1) rather than perpendicular to it. y = (1/4)x − 1/4 makes an arithmetic slip combining −3/4 and 1, landing on −1/4 instead of the correct 1/4. y = −(1/4)x + 1/4 takes the reciprocal of −4, which is −1/4, but forgets to change its sign, so it is not the true negative reciprocal.
- (c) 496 — d = 0.4v² + 6. First v² = 35 × 35 = 1225. Then 0.4 × 1225 = 490. Add 6: 490 + 6 = 496 m. 490 comes from forgetting to add the 6 at the end. 202 comes from squaring 0.4v together instead of squaring only v, (0.4 × 35)² + 6 = 14² + 6 = 202. 20 comes from using v instead of v², 0.4 × 35 + 6.
- (d) 68, and it is a formula — Substituting C = 20 gives F = 1.8 × 20 + 32 = 36 + 32 = 68. The statement F = 1.8C + 32 is a formula because it expresses a general relationship between F and C that holds for any value of C, not just C = 20. A candidate who gets the correct value but calls it an equation is confusing "has an equals sign" with "is an equation" — an equation is only true for particular value(s) of the unknown, whereas this relationship is used to calculate rather than to be solved. A candidate who forgets to multiply C by 1.8 and just adds 32 to 20 gets 52. A candidate who multiplies correctly but forgets to add 32 gets 36.
Build your own mix at the worksheet builder.