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.On a distance-time graph, a horizontal line segment shows a period when the graph's gradient is 0. What does this tell you about the journey during that time?
- 2.A tree is 2 metres tall. Each year its height increases by 10% of its height at the start of that year. Work out the height of the tree after 3 years, giving your answer to 1 decimal place.
- 3.A circle has equation x² + y² = 25. Does the point (3, 4) lie on this circle?
- 4.A car's velocity–time graph is a straight line from (0 s, 4 m/s) rising to (6 s, V m/s), followed by a straight line falling from (6 s, V m/s) to (9 s, 0 m/s). The gradient of the second line is −8 m/s². Work out the total distance travelled between t = 0 and t = 9 seconds.
- 5.A delivery van's distance-time graph shows the following: it travels 9 km in the first 15 minutes at a steady speed, stops for 45 minutes to unload, then travels a further 21 km in the next 30 minutes, also at a steady speed. Work out the average speed, in km/h, for the whole journey.
- 6.A straight line has equation y = 4 − 3x. Work out the gradient of the line.
- 7.Work out the value of 2x² when x = −3
- 8.Solve x² − 6x = 0.
- 9.Two numbers have a sum of 24. Their difference is 6. Work out the two numbers.
- 10.(2x + 3)(x + a) ≡ 2x² + 11x + 12 is an identity. Work out the value of a.
- 11.A plumber charges a call-out fee plus an hourly rate. The total cost, y in pounds, of a job lasting x hours is given by y = 45x + 60. Work out the total cost of a job that lasts 3 hours.y = 45x + 60
- 12.The equation x² − x − 6 = 0 has roots x = 3 and x = −2. It can be rearranged as xₙ₊₁ = xₙ² − 6. This formula is used with starting value x₀ = 2.9, close to the root x = 3. Work out what happens to the sequence of values as n increases.
- 13.A candle is 30 cm tall when lit and burns at a constant rate. After burning for 5 minutes, its height is 20 cm. The height h cm after t minutes is given by h = 30 − mt. Work out the value of m.
- 14.A square has vertices at (−2, 3), (−2, −3) and (4, −3). Write down the coordinates of the fourth vertex.
- 15.The diagram shows two curves drawn on the same grid. Curve A is the graph of . Which equation could represent curve B?
Answer key
- (c) The object was stationary (not moving) — On a distance-time graph, the gradient at any point represents the speed at that point. A gradient of 0 means distance is not changing over time, so the object is stationary. A straight, sloped line (not flat) shows constant nonzero speed; a curve bending one way shows acceleration or deceleration; a flat section is not a maximum speed — it is no speed at all. Read the shape of the graph, not just how steep it looks.
- (d) 2.7 — The height after 3 years of 10% compound growth is 2 × 1.1³ = 2.662 m, which rounds to 2.7 m. A candidate who adds 10% of the original height (0.2 m) in each of the 3 years, instead of compounding on the new height each time, would reach 2 + 3×0.2 = 2.6 m. A candidate who compounds for only 2 years would reach 2 × 1.1² = 2.42 m, rounding to 2.4 m. A candidate who compounds for 4 years instead of 3 would reach 2 × 1.1⁴ = 2.928 m, rounding to 2.9 m.
- (d) Yes, because 3² + 4² = 25. — A point lies on the circle x² + y² = 25 exactly when substituting its coordinates makes the equation true. Squaring each coordinate separately and adding: 3² + 4² = 9 + 16 = 25, which matches the right-hand side, so (3, 4) does lie on the circle. Adding the coordinates without squaring them, 3 + 4 = 7, and then reasoning that 7 is less than 25 happens to reach the same verdict, but it is not testing the equation of the circle at all — the circle equation depends on x² + y², not x + y. Squaring the sum instead of summing the squares, (3 + 4)² = 49, not 25, wrongly rules the point out. Doubling each coordinate instead of squaring it, so that 4² is taken as 8, gives 9 + 8 = 17, not 25, which also wrongly rules the point out.
- (a) 120 m — The gradient of the second line is (0 − V)/(9 − 6) = −V/3, and this equals −8, so V = 24. The distance from t = 0 to t = 6 is the area of a trapezium with parallel sides 4 and 24 and width 6: 1/2 × (4 + 24) × 6 = 84. The distance from t = 6 to t = 9 is the area of a triangle with base 3 and height 24: 1/2 × 3 × 24 = 36. The total distance is 84 + 36 = 120 m. Using V = 8, treating the gradient's number as the missing velocity itself rather than solving −V/3 = −8 for V, gives a trapezium area of 1/2 × (4 + 8) × 6 = 36 and a triangle area of 1/2 × 3 × 8 = 12, a total of 48 m. Leaving out the 1/2 in the trapezium formula, (4 + 24) × 6 = 168, plus the correct triangle of 36, gives 204 m. Using the full 6 seconds as the triangle's base instead of the 3 seconds the second line actually lasts, 1/2 × 6 × 24 = 72, plus the correct trapezium of 84, gives 156 m.
- (d) 20 km/h — Method: total distance = 9 + 21 = 30 km. Total time = 15 + 45 + 30 = 90 minutes = 1.5 hours. Average speed = total distance ÷ total time = 30 ÷ 1.5 = 20 km/h. Distractor origins: 40 km/h ignores the 45-minute stop, dividing the total distance by the travel time only (30 km ÷ 45 minutes = 40 km/h); 39 km/h averages the two section speeds, 36 km/h and 42 km/h, instead of using total distance over total time; 36 km/h uses only the first section's speed (9 km in 15 minutes), ignoring the second section and the stop.
- (d) −3 — Method: rewrite the equation in the form y = mx + c, then read off the gradient. Working: y = 4 − 3x can be written as y = −3x + 4, so comparing with y = mx + c gives m = −3. Answer: the gradient is −3. The value 3 comes from ignoring the negative sign on the x term. The value 4 comes from reading off the y-intercept instead of the gradient. The value −4 comes from a sign error, applying the negative sign to the intercept instead of the gradient.
- (a) 18 — Method: substitute the value, apply the index before the multiplication, and remember that a negative number multiplied by itself gives a positive result. Working: x² = (−3) × (−3) = 9, and then 2 × 9 = 18. Answer: 18. The distractors: −18 comes from squaring only the 3 and leaving the minus sign outside the index, giving 2 × (−9); 36 comes from multiplying 2 by −3 first and squaring afterwards, giving (−6)²; −12 comes from reading x² as 2x, so that the calculation becomes 2 × 2 × (−3).
- (d) x = 0 or x = 6 — Method: factorise by taking out the common factor x: x(x − 6) = 0, so x = 0 or x − 6 = 0, giving x = 0 or x = 6. Distractor origins: x = 6 comes from dividing both sides by x, which loses the solution x = 0; x = 0 stops after finding only one factor; x = 3 comes from halving the coefficient of x instead of factorising.
- (c) 15 and 9 — Method: write the two facts as two equations in the same pair of letters and add them, because the letter with opposite signs cancels. Working: with x the larger number and y the smaller, x + y = 24 and x − y = 6; adding gives 2x = 30, so x = 15, and substituting into x + y = 24 gives y = 9. Answer: 15 and 9, which add to 24 and differ by 6. The distractors: 18 and 6 come from halving 24 to 12 and then adding and subtracting the whole difference of 6 instead of half of it, which leaves a difference of 12; 15 and 21 come from finding the larger number correctly and then adding 6 to it instead of subtracting; 15 and 6 come from finding the larger number and then taking the 6 in the question to be the smaller number itself.
- (d) a = 4 — Expand the left-hand side: (2x + 3)(x + a) = 2x² + 2ax + 3x + 3a = 2x² + (2a + 3)x + 3a. For this to match 2x² + 11x + 12 for every value of x, the x-coefficients must be equal and the constants must be equal: 2a + 3 = 11 and 3a = 12. Both give a = 4, so a = 4. Writing a = 12 comes from the constant-term equation 3a = 12: reading it as saying a itself is 12, rather than dividing both sides by 3. Writing a = 8 comes from the x-coefficient equation 2a + 3 = 11: working out 11 − 3 = 8 correctly but then stopping, without dividing by the 2 in front of a. Writing a = −4 comes from rearranging 2a + 3 = 11 the wrong way round, as 2a = 3 − 11 = −8, which gives a = −4 instead of a = 4.
- (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) The sequence diverges, moving away from x = 3 — Starting from x₀ = 2.9: x₁ = 2.9² − 6 = 2.41, x₂ = 2.41² − 6 = −0.19, x₃ = (−0.19)² − 6 = −5.96, x₄ = (−5.96)² − 6 = 29.56 — the values swing away from 3 and grow rapidly, so the sequence diverges rather than settling anywhere. Choosing 'settles towards x = 3' assumes that starting close to a root is enough for a rearrangement to converge to it, which is not always true — this rearrangement changes values too steeply near x = 3 to stay there. Choosing 'settles towards x = −2' assumes a diverging sequence must eventually land on the other root; instead it runs away to increasingly large values. Choosing 'stays constant at 2.9' ignores that applying the formula changes the value at every step.
- (a) 2 — The candle's height falls from 30 cm to 20 cm, a drop of 10 cm, over 5 minutes, so m = 10 ÷ 5 = 2. 10 comes from using the drop in height but forgetting to divide by the time. 0.5 comes from dividing the time by the drop instead of the drop by the time (5 ÷ 10). 4 comes from dividing the final height by the time, 20 ÷ 5, instead of using the drop in height.
- (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.
- (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.
Build your own mix at the worksheet builder.