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 car's speed-time graph shows the following: its speed increases steadily from 0 m/s to 20 m/s over the first 10 seconds, then stays constant at 20 m/s for the next 15 seconds. Work out the total distance travelled in the first 25 seconds.
- 2.The triangular numbers begin 1, 3, 6, 10, 15, ... Work out the next term in the sequence.
- 3.Which of these equations gives a graph shaped like a U, symmetrical about a vertical line?
- 4.A geometric sequence begins 80, 40, 20, 10, ... Work out the next term in the sequence.
- 5.Jack is x years old. His brother Kwame is 3 years older than Jack. Write down an expression for Kwame's age.
- 6.A point has coordinates (−6, 9). Work out the sum of the x-coordinate and the y-coordinate.
- 7.Expand and simplify 4(2x − 1) − 3(x + 2) − 5x
- 8.A pizza shop charges a fixed delivery fee of £3, plus £9 for each pizza ordered. Write down the function for the total cost y, in pounds, of ordering x pizzas.
- 9.Solve the inequality 4x + 1 > 2x + 9.
- 10.A student says 4(2x − 3) is equivalent to 8x − 3. Which statement gives the correct verdict and reason?
- 11.In a sequence, each term is half the term before it. The sequence begins 100, 50, 25. Write down the next term.
- 12.Priya says that x = 6 is the solution of the equation 4x + 8 = 24. Priya is wrong. Work out the correct value of x.
- 13.Three consecutive integers add up to 72. Using n for the smallest integer, form an equation and solve it to find the smallest of the three integers.
- 14.Make m the subject of the formula w = m − 8.
- 15.The simultaneous equations 2x + 3y = 12 and x − y = 1 are given. Work out the value of y.
Answer key
- (d) 400 m — The distance travelled equals the area under the speed-time graph. The first 10 seconds form a triangle with base 10 and height 20, giving an area of 0.5 × 10 × 20 = 100 m. The next 15 seconds form a rectangle with base 15 and height 20, giving an area of 15 × 20 = 300 m. The total distance is 100 + 300 = 400 m. The option 500 m treats the whole 25 seconds as travelled at the constant 20 m/s, ignoring that the speed was building up during the first 10 seconds: 25 × 20 = 500. The option 300 m only counts the constant-speed section and forgets the triangle section entirely. The option 200 m comes from working out the triangle's area without halving it (10 × 20 = 200) and forgetting the rectangle altogether.
- (d) 21 — The differences between consecutive triangular numbers increase by 1 each time: 3−1=2, 6−3=3, 10−6=4, 15−10=5. So the next difference is 6, giving 15+6=21. A candidate who keeps the difference the same as the previous step (adding 5 again) would reach 20. A candidate who uses a constant difference of 3 throughout would reach 18. A candidate who instead finds the square of the term number (5²=25, since 15 is the 5th term) would reach 25 — that is the rule for square numbers, not triangular numbers.
- (a) y = x² + 2 — A quadratic equation, with x², gives a graph shaped like a symmetrical U (or an upside-down U). Of the four equations, y = x² + 2 is quadratic, so it gives this U-shape. y = x³ + 2 is cubic, giving an S-shaped curve rather than a symmetrical U. y = 2x + 2 is linear, giving a straight line. y = 2/x is reciprocal, giving two separate curved branches rather than a single U-shape.
- (d) 5 — Each term is found by multiplying the previous term by the common ratio, 0.5: 80, 40, 20, 10, and the next term is 10 × 0.5 = 5. A candidate who instead subtracts the same amount each time (repeating the last difference of 10) would reach 10 − 10 = 0. A candidate who divides by 4 instead of by 2 would reach 10 ÷ 4 = 2.5. A candidate who multiplies by 2 instead of dividing (reversing the direction of the sequence) would reach 10 × 2 = 20.
- (a) x + 3 — Method: "years older" is an addition, and the number of years is added to the age that is known in terms of the letter. Working: Jack's age is x, and Kwame is 3 years older, so Kwame's age is x + 3. Answer: x + 3. The distractors: x − 3 comes from reading "older" as "younger" and subtracting instead of adding; 3x comes from reading "3 years older" as "3 times as old" and multiplying; 3 − x comes from writing the calculation the wrong way round, taking Jack's age from the 3 rather than adding.
- (b) 3 — −6 + 9 = 3. A candidate who ignores the negative sign on the x-coordinate and adds the two positive values gets 6 + 9 = 15. A candidate who treats the y-coordinate as negative too gets −6 + (−9) = −15. A candidate who works out 9 − 6 correctly as 3 but then writes the answer with the wrong sign gets −3.
- (a) −10 — Method: multiply each bracket out, treating the second bracket as being multiplied by −3 because it is subtracted, then collect like terms. Working: 4(2x − 1) = 8x − 4 and −3(x + 2) = −3x − 6, so the expression becomes 8x − 4 − 3x − 6 − 5x; the x terms give 8x − 3x − 5x = 0, so no term in x survives, and the numbers give −4 − 6 = −10. Answer: −10. The distractors: 2 comes from expanding −3(x + 2) as −3x + 6, leaving the numbers −4 + 6; 5x − 10 comes from forgetting the final −5x, so the x terms give 8x − 3x = 5x; −7 comes from multiplying the 4 over only the first term of its bracket, giving 8x − 1 and so the numbers −1 − 6.
- (c) y = 9x + 3 — Method: in a linear cost model the charge that is paid once is the constant term and the charge made for each item is the coefficient of x. Working: each pizza costs £9, so x pizzas cost 9x pounds; the £3 delivery fee is paid once whatever the value of x, so it is added on as a constant and the total cost is y = 9x + 3. Answer: y = 9x + 3. The distractors: y = 3x + 9 comes from swapping the two charges over, treating the £3 delivery as a per-pizza cost and the £9 as the one-off charge; y = 9x leaves out the delivery fee altogether, which undercharges every order by £3; y = 12x comes from adding the delivery fee to the price of each pizza, £9 + £3 = £12 each, so the fee is charged once per pizza instead of once per order.
- (d) x > 4 — Method: collect the x terms on one side and the numbers on the other, then divide by the coefficient of x; dividing by a positive number leaves the sign as it is. Working: subtracting 2x from both sides of 4x + 1 > 2x + 9 gives 2x + 1 > 9; subtracting 1 from both sides gives 2x > 8; dividing both sides by 2 gives x > 4. Answer: x > 4. The distractors: x < 4 comes from turning the sign round while dividing by 2; x > 5 comes from adding the 1 to the 9 instead of subtracting it, giving 2x > 10; x < 5 comes from making both of those mistakes together.
- (a) False — 4(2x − 3) = 8x − 12, not 8x − 3. — Expand the bracket by multiplying both terms by 4: 4 × 2x = 8x and 4 × (−3) = −12, so 4(2x − 3) = 8x − 12, which is not 8x − 3 — the student is wrong. Saying 4(2x − 3) = 8x − 3 comes from multiplying only the 2x by 4 and copying the −3 across unchanged. Saying 4(2x − 3) = 2x − 12 comes from multiplying only the −3 by 4 and leaving 2x unmultiplied. Claiming it is true because both expressions are linear ignores that equivalence depends on the actual coefficients, not the type of expression.
- (b) 12.5 — Method: apply the term-to-term rule to the term just written, and keep the exact value even when halving does not give a whole number. Working: the term before the one wanted is 25, and halving it means working out 25 ÷ 2, which is 12 with 1 left over to share, giving a half. Answer: 12.5. The distractors: 12 comes from halving 25 and then cutting the result down to a whole number; 0 comes from treating the sequence as one with a constant difference and taking 25 away from 25; 6.25 comes from halving twice and giving the term after the next one.
- (b) 4 — Method: subtract the constant term from both sides first, then divide by the coefficient of x. Working: 4x = 24 − 8 = 16; x = 16 ÷ 4 = 4. Answer: x = 4. Priya's 6 comes from dividing 24 by 4 without first subtracting the 8, ignoring the constant term; substituting it back gives 4 × 6 + 8 = 32, not 24, which is why she is wrong. 16 comes from correctly finding 4x = 16 but forgetting to divide by 4. 12 comes from subtracting the coefficient 4 instead of dividing by it: 16 − 4 = 12. 8 comes from correctly finding 4x = 16 but then halving instead of dividing by 4.
- (d) 23 — Method: let the smallest integer be n, so the three consecutive integers are n, n + 1 and n + 2. Form the equation n + (n + 1) + (n + 2) = 72. Working: simplify the left side: 3n + 3 = 72, so 3n = 69, giving n = 23. Answer: 23. 24 comes from dividing 72 by 3 directly, 72 ÷ 3 = 24, which finds the middle integer rather than realising the three numbers differ. 25 comes from correctly finding n = 23 but reading off the largest integer, n + 2, instead of the smallest as asked. 21 comes from dividing first and subtracting after, (72 ÷ 3) − 3, instead of subtracting 3 before dividing by 3.
- (b) m = w + 8 — To make m the subject of w = m − 8, add 8 to both sides so the subtraction is undone: m = w + 8. Writing m = w − 8 forgets to change the operation at all — it just relabels the equation without moving the 8 across. Writing m = 8 − w swaps the order and puts the wrong sign on w, as if the equation had been w = 8 − m instead. Writing m = w/8 mistakes subtraction for a scaling relationship and divides by 8 instead of adding it. The correct rearrangement is m = w + 8.
- (a) y = 2 — Method: make x the subject of the simpler equation, substitute it into the other equation and then read off the letter the question asks for. Working: x − y = 1 gives x = y + 1, so 2x + 3y = 12 becomes 2(y + 1) + 3y = 12, that is 2y + 2 + 3y = 12, so 5y = 10 and y = 2. Answer: y = 2, and the matching value x = 3 checks in 2 × 3 + 3 × 2 = 12. The distractors: y = 3 comes from solving the pair correctly and then writing down the value of x; y = 2.2 comes from expanding 2(y + 1) as 2y + 1, which leaves 5y = 11; y = 10 comes from rearranging x − y = 1 as x = 1 − y, which turns the first equation into 2 + y = 12.
Build your own mix at the worksheet builder.