Printable · GCSE Foundation · ages 14-16
Algebra worksheet — GCSE Foundation
Fifteen questions across the algebra statements at Foundation tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Algebra worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.A square has sides of length y cm. Write down an expression for the perimeter of the square.
- 2.The first five terms of a quadratic sequence are 5, 8, 13, 20, 29. Work out the next term in the sequence.
- 3.Two numbers have a sum of 45. The larger number is 9 more than the smaller number. Form an equation using n for the smaller number, and solve it to find the larger number.
- 4.The expression 6n + 15 is written as 3(2n + 5). Which statement is correct?
- 5.Which of these statements is an equation with exactly one solution?
- 6.The nth term of a sequence is 2n − 1. Work out the 6th term of the sequence.
- 7.Work out the value of 2x² when x = −3
- 8.ABCD is a parallelogram. A has coordinates (−3, 1), B has coordinates (2, 1) and C has coordinates (4, 4). Work out the coordinates of D.
- 9.Solve x − 4 = −9
- 10.A ball is dropped and bounces. The height of each bounce after the first is 8 cm less than the bounce before it. The first bounce reaches 60 cm. Work out the height of the 5th bounce.
- 11.y = 5x − 1. Work out the value of y when x = 3.y = 5x − 1
- 12.A taxi charges a fixed fee of £3 plus £2 for every mile travelled. The journey is m miles. Write down an expression for the total cost, in pounds.
- 13.Solve 4x + 3 = 19
- 14.Work out the equation of the straight line through the points (−3, 4) and (1, −8).
- 15.The simultaneous equations y = 3 and 4x − y = 9 are given. Work out the value of x.
Answer key
- (d) 4y — Method: the perimeter is the total distance round the outside of the shape, and a square has four sides all of the same length. Working: the four sides are y, y, y and y, so the perimeter is y + y + y + y, which is written as 4y. Answer: 4y. The distractors: 2y comes from adding only two of the four sides, as if the square were being treated like a rectangle with one length and one width; y² comes from working out the area of the square, y × y, instead of its perimeter; y + 4 comes from adding 4 to the side length instead of multiplying the side length by 4.
- (b) 40 — The differences between consecutive terms are 3, 5, 7, 9, increasing by 2 each time, so the next difference is 11, giving 29 + 11 = 40. A candidate who reuses the last difference of 9 without increasing it gets 29 + 9 = 38. A candidate who increases the difference by only 1 instead of 2 gets 29 + 10 = 39. A candidate who reuses the first difference of 3 instead of the pattern gets 29 + 3 = 32.
- (a) 27 — Method: let the smaller number be n, so the larger number is n + 9. Form the equation n + (n + 9) = 45. Working: simplify: 2n + 9 = 45, so 2n = 36, giving n = 18. The larger number is 18 + 9 = 27. Answer: 27. 18 is the smaller number, found correctly, but given as the answer to the question asking for the larger number. 22.5 comes from ignoring the "9 more" part and simply halving the total, 45 ÷ 2. 36 comes from a sign error when isolating the constant, treating the equation as 2n = 45 + 9 instead of 2n = 45 − 9.
- (c) 3 and 2n + 5 are both factors of 6n + 15 — Factors are the parts multiplied together to make an expression; terms are the parts added together. In 3(2n + 5) the 3 and the bracket 2n + 5 are multiplied, so both of them are factors of 6n + 15. The parts added together are 6n and 15, and those are its two terms, not its factors. A factor need not be a number: a bracket containing letters is a factor in exactly the same way.
- (a) 5x − 3 = 12 — 5x − 3 = 12 is an equation with exactly one solution: adding 3 and dividing by 5 gives x = 3, and no other value works. 5x − 3 = 5x − 3 is true for every value of x, since both sides are identical — it has infinitely many solutions, not one. 5x − 3 > 12 is an inequality: any value of x greater than 3 satisfies it, so it has a whole range of solutions, not a single one. 5x − 3 = 5x + 2 has no solution at all, since subtracting 5x from both sides leaves −3 = 2, which is never true. The equation with exactly one solution is 5x − 3 = 12.
- (a) 11 — Substitute n=6 into 2n−1: 2×6−1=11. A candidate who adds 2 and 6 and then subtracts 1, instead of multiplying 2 by 6 first, would compute 2+6−1=7. A candidate who substitutes the wrong term number, n=5, would reach 2×5−1=9. A candidate who forgets to subtract 1 would compute just 2×6=12.
- (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) (−1, 4) — In parallelogram ABCD the side DC is parallel and equal to the side AB, so D = C − AB. The vector from A to B is (2 − (−3), 1 − 1) = (5, 0), so D = (4 − 5, 4 − 0) = (−1, 4). A candidate who adds this vector to C instead of subtracting it gets (4 + 5, 4 + 0) = (9, 4). A candidate who subtracts A's coordinates from C's rather than the vector AB, and drops the minus sign on −3 while doing so, works out (4 − 3, 4 − 1) and gets (1, 3). A candidate who makes only the y-part of that slip, working out 4 − 1 instead of 4 − 0, gets (−1, 3).
- (c) x = −5 — Method: 4 is being subtracted from x, so add 4 to both sides; adding a positive number to a negative one moves to the right along the number line. Working: adding 4 to both sides gives x = −9 + 4, and −9 + 4 = −5. Answer: x = −5. The distractors: x = −13 comes from subtracting 4 from both sides instead of adding it, giving −9 − 4; x = 5 comes from working out −9 + 4 correctly and then writing the result without its minus sign; x = 13 comes from reading the right-hand side as 9 rather than −9 and adding 4 to it.
- (d) 28 — The height decreases by 8 cm at each bounce after the first, so the nth bounce reaches 60−(n−1)×8 cm. For the 5th bounce: 60−4×8=60−32=28. A candidate who subtracts 8 one time too many, five times instead of four, would compute 60−5×8=20. A candidate who adds the decrease instead of subtracting it, a sign error, would compute 60+4×8=92. A candidate who works out only the total decrease and forgets to include the starting height of 60 cm would compute just 5×8=40.
- (a) 14 — Substituting x = 3: y = 5(3) − 1 = 15 − 1 = 14. A candidate who stops after the multiplication and forgets to subtract 1 gets 15. A candidate who adds 1 instead of subtracting gets 16. A candidate who incorrectly treats the expression as 5 × (3 − 1) gets 10.
- (b) 3 + 2m — Method: add the fixed fee to the cost of the miles travelled. Working: the miles cost 2 × m = 2m pounds, and the fixed fee is £3, so the total is 3 + 2m. Answer: 3 + 2m. 2 + 3m comes from swapping which number is the fixed fee and which is the per-mile rate. 5 + m comes from adding the fixed fee and the rate together into one number, 3 + 2 = 5, before adding the miles, instead of multiplying the rate by the number of miles. 5m comes from multiplying that combined total by the miles, treating the whole £5 as if it were a per-mile rate.
- (c) 4 — Method: subtract 3 from both sides, then divide by 4. Working: 4x = 19 − 3 = 16, so x = 16 ÷ 4 = 4. Answer: 4. 4.75 comes from dividing 19 by 4 directly, without subtracting 3 first. 3.75 comes from subtracting 4 instead of 3 before dividing. 5.5 comes from a sign error, adding 3 to 19 instead of subtracting it.
- (a) y = −3x − 5 — Gradient = (−8 − 4) ÷ (1 − (−3)) = −12 ÷ 4 = −3. Using the point (1, −8): −8 = −3(1) + c, so c = −5, giving y = −3x − 5. A candidate who drops the negative sign on the gradient, using m = 3 instead, would then solve −8 = 3(1) + c to get c = −11, writing y = 3x − 11. A candidate who makes a sign error isolating c, writing c = 5 instead of −5, would write y = −3x + 5. A candidate who mixes up both mistakes — keeping the correct gradient but the wrong, positive value of c from the flipped-gradient calculation — would write y = −3x + 11.
- (c) 3 — Substituting y = 3 into 4x − y = 9 gives 4x − 3 = 9, so 4x = 12, and x = 3. A candidate who adds 3 instead of subtracting it, making a sign error when substituting, would get 4x + 3 = 9, so 4x = 6 and x = 1.5. A candidate who forgets to divide by 4 after finding 4x = 12 would write x = 12. A candidate who subtracts 4 instead of dividing by it would get 12 − 4 = 8.
Build your own mix at the worksheet builder.