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.
Calculator
Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A car's speed, in m/s, during a journey is: 0 at t = 0 s, 8 at t = 4 s, and 8 (constant) from t = 4 s to t = 10 s, increasing at a constant rate between t = 0 and t = 4. Estimate the total distance the car travels, using the areas of a triangle and a rectangle.
- 2.The equation x² − 3x − 7 = 0 can be solved using the iterative formula xₙ₊₁ = √(3xₙ + 7). The starting value is x₀ = 4, so x₁ is the value after the formula has been used once. Work out x₃ correct to 3 decimal places.
- 3.A closed cylinder has radius r cm and height (r + 5) cm. Its volume is 300 cm³, giving the equation πr²(r + 5) = 300, which can be solved using the iterative formula rₙ₊₁ = √(300 ÷ (π(rₙ + 5))). Taking r₀ = 3, work out r₃ correct to 2 decimal places.
- 4.A circular running track is modelled on a grid whose centre is the origin, where each unit represents 1 metre. A floodlight at the point (30, 40) stands on the edge of the track. A second floodlight stands on the edge of the track at the point (0, k), where k is positive. Work out the value of k.
- 5.A company's weekly profit, P thousand pounds, when it makes x thousand items is modelled by P = x² − 8x + 12, for x ≥ 0. Work out the values of x for which the company makes a loss.
- 6.A Fibonacci-type sequence is defined by aₙ = aₙ₋₁ + aₙ₋₂ for n ≥ 3. Given that a₁ = 5 and a₃ = 17, work out a₂.
- 7.A parcel delivery company's cost graph shows the following: the cost is a flat £5 for parcels weighing up to 2 kg, and then rises by £2 for each additional kg above 2 kg. Use the graph to work out the weight of a parcel that costs £17.
- 8.The curve y = x² − 3x. Use the chord between x = 1 and x = 4 to estimate the gradient of the curve at x = 2.5.y = x² − 3x
- 9.A company's cost, in £, for producing x items is shown on a graph. The tangent to the curve at x = 50 passes through (30, 400) and (70, 800). Interpret the gradient of this tangent in the context of the company's costs.
- 10.Ethan is 10 years old and his father is 40 years old. Work out how many years ago Ethan's father was seven times as old as Ethan.
- 11.A cinema sells adult tickets for £10 and child tickets for £6. A family group buys 9 tickets in total, spending £74. Work out how many adult tickets were bought.
- 12.The formula connecting speed, distance and time is v = s ÷ t. Work out v, in km/h, when s = 180 and t = 4.
- 13.Two brothers have ages that add up to 30. The elder brother is 6 years older than the younger brother. Work out the age of the younger brother.
- 14.A car's journey is represented by a velocity-time graph. The total distance travelled, found from the area under the graph, is 350 metres, and the total time for the journey is 25 seconds. Work out the car's average speed for the whole journey, in m/s.
- 15.A gardener charges a fixed fee of £15 plus £8 for each hour worked. The total charge, £T, for a job lasting h hours is given by T = 15 + 8h. Work out the charge for a job lasting 4 hours, and identify what kind of statement T = 15 + 8h is.
Answer key
- (c) 64 m — The distance travelled is the area under the speed-time graph. From t = 0 to t = 4, the shape is a triangle with base 4 and height 8, area 1/2 × 4 × 8 = 16. From t = 4 to t = 10, the shape is a rectangle with base 6 and height 8, area 6 × 8 = 48. Total distance: 16 + 48 = 64 m. Treating the whole 10 seconds as a single trapezium with parallel sides 0 and 8 and width 10, instead of splitting it into the triangle and rectangle, gives 40 m. Ignoring the acceleration phase completely and assuming the car travels at a constant 8 m/s for all 10 seconds gives 8 × 10 = 80 m. Misreading the second interval as running from t = 4 to t = 8 instead of t = 4 to t = 10 gives a rectangle area of 4 × 8 = 32, plus the correct triangle of 16, totalling 48 m.
- (d) 4.521 — x₁ = √(3 × 4 + 7) = √19 = 4.358898944. x₂ = √(3 × 4.358898944 + 7) = √20.076696833 = 4.480702716. x₃ = √(3 × 4.480702716 + 7) = √20.442108148 = 4.521294964, which rounds to 4.521. Mislabelling the starting value x₀ as x₁, so that the working stops one iteration too early, reports the true x₂ = 4.480702716, which rounds to 4.481. Working out one iteration too many reports the true x₄ = √(3 × 4.521294964 + 7) = 4.534741987, which rounds to 4.535. Applying the formula in the wrong order, calculating √(3xₙ) + 7 at every step instead of √(3xₙ + 7), gives, from x₀ = 4: √12 + 7 = 10.464101615, then √(3 × 10.464101615) + 7 = 12.602883619, then √(3 × 12.602883619) + 7 = 13.148873950, which rounds to 13.149.
- (b) 3.38 — r₁ = √(300 ÷ (π × 8)) = √11.9366 = 3.4550. r₂ = √(300 ÷ (π × 8.4550)) = √11.2947 = 3.3608. r₃ = √(300 ÷ (π × 8.3608)) = √11.4232 = 3.3798, which rounds to 3.38. Choosing 3.36 stops at r₂, one iteration too early. Choosing 4.82 leaves out the '+ 5' inside the bracket, dividing by π × rₙ instead of π × (rₙ + 5). Choosing 3.45 comes from using π ≈ 3 instead of the calculator's π key throughout.
- (c) 50 — Method: the edge of the track is a circle centred on the origin, so it has equation x² + y² = r²; use the floodlight whose coordinates are given to find r², then substitute x = 0 to find where that circle meets the positive y-axis. Working: 30² + 40² = 900 + 1600 = 2500, so the edge of the track is x² + y² = 2500. Substituting x = 0 gives k² = 2500, so k = √2500 = 50, taking the positive root because k is positive. Answer: k = 50. The distractors: 2500 is r² used as though it were the radius, which would place the second floodlight fifty times too far from the centre; 70 adds the two coordinates, 30 + 40, instead of adding their squares; 40 takes the y-coordinate of the first floodlight to be the radius, which would only be true if that floodlight stood on the y-axis itself.
- (b) 2 < x < 6 — Factorise: x² − 8x + 12 = (x − 2)(x − 6), giving roots at x = 2 and x = 6. Since the coefficient of x² is positive, the graph is a U-shape that is negative, below the axis, between its roots. So P < 0 for 2 < x < 6. Distractor routes: x < 2 or x > 6 takes the region outside the roots, which is where P is positive, a profit, the opposite of a loss. 2 ≤ x ≤ 6 includes the endpoints, where P = 0 exactly, break-even rather than a loss, since the inequality is strict. −6 < x < −2 comes from factorising as (x + 2)(x + 6), reversing the sign of both roots.
- (d) 12 — Since a₃ = a₂ + a₁, rearranging gives a₂ = a₃ − a₁ = 17 − 5 = 12. 22 comes from adding instead of subtracting: a₃ + a₁ = 17 + 5 = 22. 11 comes from treating the sequence as if it were arithmetic and averaging the two given terms: (5 + 17) ÷ 2 = 11 — but a Fibonacci-type sequence isn't arithmetic, so this doesn't apply. −12 comes from subtracting in the wrong order: a₁ − a₃ = 5 − 17 = −12.
- (b) 8 kg — The cost above the flat £5 charge is 17 − 5 = £12. At £2 per kg, this covers 12 ÷ 2 = 6 kg above the first 2 kg, so the total weight is 2 + 6 = 8 kg. Dividing the full £17 by £2 per kg without first taking off the £5 flat charge gives 17 ÷ 2 = 8.5 kg. Taking off the £5 flat charge and dividing by £2 per kg, but forgetting to add back the 2 kg that the flat charge covers, gives 12 ÷ 2 = 6 kg. Taking off £2 instead of £5 as the flat charge, (17 − 2) ÷ 2 = 7.5 kg, swaps which number is the fixed fee.
- (c) 2 — At x = 1, y = 1² − 3(1) = 1 − 3 = −2. At x = 4, y = 4² − 3(4) = 16 − 12 = 4. Gradient of the chord = change in y ÷ change in x = (4 − (−2)) ÷ (4 − 1) = 6 ÷ 3 = 2. Writing down the change in y, 6, and stopping there without dividing by the change in x gives 6. Losing the negative sign on y = −2 at x = 1 and treating it as +2 gives (4 − 2) ÷ (4 − 1) = 2 ÷ 3 = 2/3. Dividing the wrong way round, change in x ÷ change in y, gives (4 − 1) ÷ (4 − (−2)) = 3 ÷ 6 = 1/2.
- (d) The cost increases by about £10 per extra item — Gradient = change in cost ÷ change in items = (800 − 400) ÷ (70 − 30) = 400 ÷ 40 = 10. The units of the gradient are £ per item, so the cost is increasing by about £10 for every extra item produced, near x = 50. Subtracting in the wrong order, (400 − 800) ÷ (70 − 30) = −10, gives the right size but the wrong sign — check which point comes first each time. Leaving out the division by 40 gives £400 per item; dividing the wrong way round, 40 ÷ 400 = 0.1, gives £0.10 per item.
- (c) 5 — Method: call the number of years ago t, take t off both ages, and form an equation from the comparison at that time. Working: t years ago the father was 40 − t and Ethan was 10 − t, so 40 − t = 7(10 − t); expanding gives 40 − t = 70 − 7t, adding 7t to both sides gives 40 + 6t = 70, subtracting 40 gives 6t = 30, and dividing by 6 gives t = 5. Checking: five years ago the father was 35 and Ethan was 5, and 35 = 7 × 5. Answer: 5. The distractors: 35 comes from finding the right moment but giving the father's age at that time instead of the number of years; 30 comes from using Ethan's present age on the right-hand side, 40 − t = 7 × 10, which gives t = −30 and is then written as 30; 24 comes from reaching 6t = 30 correctly and subtracting 6 instead of dividing by 6.
- (c) 5 — Method: let a be the number of adult tickets, so the number of child tickets is 9 − a. Form the equation 10a + 6(9 − a) = 74. Working: expand the bracket: 10a + 54 − 6a = 74, so 4a = 20, giving a = 5. Answer: 5 adult tickets. 4 comes from correctly finding the number of child tickets but reporting it instead of the number of adult tickets asked for. 1.25 comes from a sign error expanding the bracket, writing 10a + 54 + 6a = 74 instead of subtracting, which gives 16a = 20. 7.4 comes from dividing the total takings by the adult ticket price only, ignoring the children entirely, 74 ÷ 10.
- (d) 45 — v = s ÷ t = 180 ÷ 4 = 45 km/h. 720 comes from multiplying s and t instead of dividing, 180 × 4. 184 comes from adding s and t instead of dividing, 180 + 4. 176 comes from subtracting t from s instead of dividing, 180 − 4.
- (d) 12 — Method: call the younger brother's age x, write the elder brother's age in terms of x, and form an equation from the total. Working: the elder brother is x + 6, so x + (x + 6) = 30; simplifying gives 2x + 6 = 30, subtracting 6 from both sides gives 2x = 24, and dividing by 2 gives x = 12. Checking: 12 and 18 add up to 30 and differ by 6. Answer: 12. The distractors: 18 comes from solving correctly and then giving the elder brother's age, which is not the age asked for; 15 comes from halving 30 and ignoring the 6-year difference altogether; 24 comes from taking 6 off the total, 30 − 6 = 24, and giving that as an age.
- (b) 14 m/s — Average speed for a whole journey is total distance divided by total time: 350 ÷ 25 = 14 m/s. Multiplying the distance and time instead of dividing gives 350 × 25 = 8750 m/s. Adding the distance and time instead of dividing gives 350 + 25 = 375 m/s. Inverting the division, working out time divided by distance, gives 25 ÷ 350, which rounds to 0.07 m/s.
- (b) £47, and T=15+8h is a formula (relates T and h). — The charge is £15 fixed plus £8 for each hour: T=15+8h, so for h=4, T=15+8×4=15+32=47. Because T=15+8h relates two different quantities, the total charge T and the number of hours h, it is a formula, not an equation — an equation is solved for one particular value of an unknown, but this relationship holds for every value of h a job might last. A candidate who forgets to include the fixed £15 fee would compute only 8×4=32. A candidate who adds the three numbers in the formula together instead of multiplying the hourly rate by the number of hours would compute 15+8+4=27. A candidate who correctly finds the charge but mistakes the formula for an equation, treating it as something to be solved for one specific value of h rather than a general relationship between T and h, would pick the correct charge with the wrong classification.
Build your own mix at the worksheet builder.