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.A van's value depreciates by 18% each year. After 2 years it is worth £5,379.20. Work out its value when it was new, correct to the nearest pound.
- 2.A cyclist accelerates uniformly from rest to 6 m/s in 4 seconds, travels at a constant 6 m/s for 10 seconds, then decelerates uniformly to rest in 3 seconds. Work out the total distance the cyclist travels.
- 3.A coach company charges a booking fee plus a price for each passenger. A booking for 1 passenger costs £9, for 2 passengers costs £15, for 3 passengers costs £21, and for 4 passengers costs £27. Work out an expression, in terms of n, for the cost in pounds of a booking for n passengers.
- 4.Point R has coordinates (3, −5). Point R is reflected in the line y = 2 to point S. Write down the coordinates of S.
- 5.By completing the square, find the turning point of the curve y = x² − 10x + 30.y = x² − 10x + 30
- 6.Work out the coordinates of the reflection of (6, −3) in the y-axis.
- 7.Work out the value of (x − 4)/2 + 3 when x = 10
- 8.The equation x³ − 2x − 7 = 0 has exactly one solution. It can be found using the iterative formula xₙ₊₁ = ∛(2xₙ + 7), with starting value x₀ = 2, so that x₁ is the value after the formula has been used once. Work out the solution correct to 2 decimal places, iterating until two consecutive values round to the same 2 decimal places.
- 9.The first term of an arithmetic sequence is 5, and each term after that increases by 6. Work out the 8th term of the sequence.
- 10.A geometric sequence begins 162, 54, 18, 6, ... Work out the next term in the sequence.
- 11.The table shows the speed, in m/s, of a car at times, in seconds, all 2 seconds apart: 0 at t = 0, 3 at t = 2, 8 at t = 4, 15 at t = 6, 24 at t = 8. A student uses the trapezium rule with these five readings to estimate the distance the car travels. By finding the second differences of the speed values, decide whether this trapezium estimate is an overestimate or an underestimate of the true distance.
- 12.A graph shows the total monthly cost of a mobile phone tariff against the number of minutes of calls. The line starts at £12 and stays level until 200 minutes, then rises by 5p for each further minute of calls. Use the graph to work out the total cost of a month in which 250 minutes of calls are made.
- 13.A fundraising chain letter starts with 3 people taking part in round 1. Each following round has 4 times as many people taking part as the round before. Work out the number of people taking part in round 4.
- 14.Solve 4x² − 9 = 0.
- 15.A charity's fundraising total, T pounds, over d days follows T = (d − 3)(30 − d) for 3 ≤ d ≤ 30, where T = 0 marks the start and end of the campaign. Work out how many days the campaign runs for, from start to end.
Answer key
- (c) £8,000 — The multiplier for one year is 1 − 0.18 = 0.82, so 0.82 × 0.82 = 0.6724. Original value = 5,379.20 ÷ 0.6724 = £8,000. Treating the total drop as simple depreciation (18% × 2 = 36% lost in total, so dividing by 0.64 instead of 0.6724) gives 5,379.20 ÷ 0.64 = £8,405 (nearest pound) — wrong, because the depreciation compounds year by year rather than adding up. Dividing by 0.82 only once, forgetting the second year entirely, gives 5,379.20 ÷ 0.82 = £6,560 — wrong, because two years of depreciation have passed, not one. Multiplying by 0.6724 instead of dividing by it — repeating the depreciation forward instead of reversing it — gives 5,379.20 × 0.6724 = £3,617 (nearest pound) — wrong, because to find the ORIGINAL value you must undo the depreciation, not apply it again.
- (c) 81 m — Split the velocity-time graph into its three phases. The accelerating phase (0 to 4 s) is a triangle: 1/2 × 4 × 6 = 12. The constant phase (4 s at 6 m/s, for 10 s) is a rectangle: 10 × 6 = 60. The decelerating phase (3 s) is a triangle: 1/2 × 3 × 6 = 9. Total distance: 12 + 60 + 9 = 81 m. Forgetting the final decelerating phase entirely and adding only the first two areas gives 12 + 60 = 72 m. Treating all three phases as rectangles, forgetting to halve either triangular phase, gives 4 × 6 + 10 × 6 + 3 × 6 = 102 m. Halving only the deceleration triangle correctly but treating the acceleration phase as a rectangle too gives 4 × 6 + 60 + 9 = 93 m.
- (d) 6n + 3 — Method: find the price per passenger, then find the booking fee that fits a booking for 1 passenger. Working: the cost rises by £6 for each extra passenger (15 − 9 = 6, 21 − 15 = 6, 27 − 21 = 6), so the cost has the form 6n + c. Substituting n = 1: 6(1) + c = 9, so c = 3. Answer: the cost in pounds is 6n + 3. 6n ignores the booking fee altogether. 6n + 9 uses the cost of one passenger, £9, as the fee without first subtracting the £6 per-passenger price. 9n + 6 swaps the two numbers, using the first cost as the price per passenger and the difference as the fee.
- (c) (3, 9) — Reflecting in the horizontal line y = 2 keeps the x-coordinate the same and maps y to 2 × 2 − y = 4 − (−5) = 9, so S = (3, 9). A candidate who uses k − y instead of 2k − y gets 2 − (−5) = 7, giving (3, 7). A candidate who reflects in the x-axis instead of the line y = 2, simply changing the sign of y, gets (3, 5). A candidate who also changes the sign of the x-coordinate, as if reflecting in both axes, gets (−3, 9).
- (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.
- (a) (−6, −3) — Reflecting in the y-axis changes the sign of the x-coordinate and keeps the y-coordinate the same: (−6, −3). (6, 3) comes from reflecting in the x-axis instead, which changes the sign of the y-coordinate. (−6, 3) comes from reflecting in both axes. (6, −3) comes from not applying the reflection at all.
- (c) 6 — Method: substitute the value, work out the top of the fraction first, then the division, and add the 3 last. Working: the top gives 10 − 4 = 6, dividing by 2 gives 6 ÷ 2 = 3, and adding 3 gives 3 + 3 = 6. Answer: 6. The distractors: 11 comes from dividing only the 4 by 2 instead of the whole of the top, giving 10 − 2 + 3; 4.5 comes from dividing the + 3 by 2 as well, giving (10 − 4 + 3) ÷ 2; 0 comes from subtracting the wrong way round on the top, giving (4 − 10) ÷ 2 = −3 and then −3 + 3.
- (c) 2.26 — Method: apply the formula repeatedly, keeping the whole display each time, and stop when two values in a row round to the same 2 decimal places; that shared rounded value is the solution to that accuracy. Working: x₁ = ∛(2 × 2 + 7) = ∛11 = 2.22398…; x₂ = ∛(2 × 2.22398… + 7) = ∛11.44796… = 2.25377…; x₃ = ∛11.50754… = 2.25767…; x₄ = ∛11.51534… = 2.25818…. Now x₃ and x₄ both round to 2.26, so the sequence has settled. Answer: 2.26. The distractors: 2.22 is x₁ rounded, quoted by a candidate who stops after one use of the formula; 2.25 is x₂ rounded, quoted by a candidate who stops as soon as two values look close instead of waiting until two consecutive values round to the same figure; 1.91 is ∛7, which comes from ignoring the 2x term and solving x³ = 7 instead.
- (d) 47 — To reach the 8th term from the 1st term, the difference of 6 is added 7 times (8 − 1 = 7): 5 + 7 × 6 = 47. A candidate who multiplies by the term number itself, rather than one less, would compute 5 + 8 × 6 = 53. A candidate who uses one step too few (6 instead of 7) would reach 5 + 6 × 6 = 41. A candidate who forgets to include the first term at all would compute just 8 × 6 = 48.
- (a) 2 — The common ratio is 54 ÷ 162 = 1/3, confirmed by 18 ÷ 54 = 1/3 and 6 ÷ 18 = 1/3. The next term is 6 × 1/3 = 2. A candidate who wrongly treats the sequence as arithmetic and subtracts the last difference (18 − 6 = 12) again gets 6 − 12 = −6. A candidate who multiplies by 3 instead of dividing, effectively reversing the sequence, gets 18. A candidate who guesses the ratio is 1/2 gets 6 × 1/2 = 3.
- (d) Overestimate — the curve bends upward (convex). — The first differences of the speeds are 3, 5, 7 and 9, so the second differences are 2, 2 and 2 — constant and positive, which means the speed-time graph curves upwards (is convex). On a convex curve, each straight chord used by the trapezium rule lies above the curve, so the trapezium rule overestimates the true distance. 'Underestimate — the curve bends upward' states the same correct geometry but gets the conclusion backwards — a chord above the curve means too much area is counted, not too little. 'Overestimate — the speed values are increasing' uses the wrong evidence: increasing speed alone doesn't tell you whether the curve bends up or down, only the second differences do. 'Underestimate — second differences are constant' confuses a constant second difference with a steady rate of change in speed, which isn't what the second difference of a speed-time table measures.
- (a) £14.50 — Method: the first 200 minutes are already covered by the £12, so only 250 − 200 = 50 minutes are charged extra. Extra charge = 50 × £0.05 = £2.50. Total cost = £12 + £2.50 = £14.50. Distractor origins: £24.50 charges 5p for all 250 minutes instead of only the 50 minutes over 200 (250 × £0.05 = £12.50, plus £12 = £24.50); £12.50 makes that same slip of charging all 250 minutes but then forgets to add the £12 monthly fee; £13.50 works out 250 − 200 wrongly as 30 extra minutes instead of 50 (30 × £0.05 = £1.50, plus £12 = £13.50).
- (b) 192 — This is a geometric sequence with first term 3 and common ratio 4: round 2 has 3 × 4 = 12, round 3 has 12 × 4 = 48, round 4 has 48 × 4 = 192. A candidate who applies the ×4 multiplier four times instead of three gets 3 × 4⁴ = 768. A candidate who wrongly treats the growth as arithmetic, taking the round 2 figure of 12 as a fixed amount added each round, gets 3, 15, 27, 39. A candidate who forgets the starting 3 people and just works out 4⁴ gets 256.
- (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.
- (c) 27 days — The campaign starts at d = 3 and ends at d = 30, so it runs for 30 − 3 = 27 days. Getting 33 days comes from adding the two values, 3 + 30 = 33, instead of subtracting them. Getting 30 days uses only the end day and ignores that the campaign did not start at day 0. Getting 24 days comes from subtracting the start day twice, 30 − 3 − 3 = 24, instead of once.
Build your own mix at the worksheet builder.