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.Sophie's mother is 34 years old. In x years' time she will be 50 years old. Work out the value of x.
- 2.A water butt holds 200 litres and is being drained at a steady 8 litres per minute. Write down the function for the amount of water y, in litres, left after x minutes.
- 3.Write down the expression that means the same as m × m × m × n.
- 4.Write down 0.2x with its coefficient written as a fraction in its simplest form.
- 5.A cafe sells coffees at £c each and pastries at £p each. Three coffees and two pastries cost £9.60. Two coffees and two pastries cost £7.60. Work out the price of one coffee.
- 6.Make x the subject of the formula y = (x − 4)/5.
- 7.Which of these equations gives a straight-line graph when plotted?
- 8.The nth term of a sequence is 2n² + 1. Work out the 4th term of the sequence.
- 9.Make x the subject of the formula y = 4(x − 6).
- 10.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.
- 11.Make x the subject of the formula y = 4x − 3.y = 4x − 3
- 12.Work out the value of 5y + 9 when y = 0
- 13.A stack of firewood has 3 logs in the top layer. Each layer below has 4 more logs than the layer above it. Work out the number of logs in the 6th layer from the top.
- 14.y = 5 − 2x. Work out the value of x when y = 11.
- 15.The graph of a straight line has equation y = 4x − 5. Beth says the y-intercept is 4. Work out the correct y-intercept.y = 4x − 5
Answer key
- (a) 16 — Method: the future age is the present age plus the number of years, so form that equation and solve it. Working: 34 + x = 50, and subtracting 34 from both sides gives x = 50 − 34 = 16. Answer: 16. The distractors: 84 comes from adding the two ages instead of subtracting, 34 + 50; 50 comes from giving her future age rather than the number of years that pass; 24 comes from a column subtraction in which the smaller digit is taken from the larger in each column, 4 − 0 and 5 − 3, instead of exchanging.
- (c) y = 200 − 8x — Method: in a linear model the amount present at the start is the constant term and the steady rate of change is the gradient, which is negative because the amount is falling. Working: at x = 0 minutes there are 200 litres, so the constant term is 200; 8 litres are lost every minute, so after x minutes 8x litres have gone and the amount left is y = 200 − 8x. Answer: y = 200 − 8x. The distractors: y = 8x + 200 treats the draining as filling, so the butt would gain 8 litres a minute; y = 200x − 8 swaps the two numbers over, using the starting 200 litres as the rate per minute and the 8 litres per minute as the starting amount; y = −8x − 200 makes the starting amount negative as well as the rate, so the butt would begin 200 litres in deficit.
- (d) m³n — m × m × m × n means three m's multiplied together, then multiplied by n, which is written as m³n. Putting the power of 3 on n instead of m, mn³, puts the power on the wrong letter. Writing 3mn treats the repeated multiplication as if it were repeated addition, as if it meant 3 × m × n. Writing m³ + n adds the n instead of multiplying it in.
- (a) x/5 — Read the decimal as a fraction first: 0.2 is 2 tenths, so the coefficient is 2/10. Dividing the numerator and the denominator by 2 cancels this to 1/5, and a coefficient of 1/5 in front of a letter is written x/5. Reading the digit 2 as 'a half' gives x/2; reading 0.2 as 1/20 gives x/20; dividing only the denominator by 2 leaves 2/5, which is the coefficient 0.4 and twice as large as it should be.
- (b) £2.00 — Subtracting the second equation from the first eliminates the pastries: (3c + 2p) − (2c + 2p) = 9.60 − 7.60, so c = 2.00. A candidate who divides the first total by the number of coffees alone, ignoring the pastries, would get 9.60 ÷ 3 = £3.20. A candidate who finds the price of a pastry instead of a coffee — using c = 2.00 in 2c + 2p = 7.60 to get p = 1.80 — would answer £1.80. A candidate who reaches the correct difference of £2.00 but then mistakenly divides again or misplaces the decimal point would get £0.20.
- (d) x = 5y + 4 — To make x the subject of y = (x − 4)/5, first multiply both sides by 5 to clear the fraction: 5y = x − 4, then add 4 to both sides: x = 5y + 4. Writing x = 5y − 4 multiplies correctly but keeps the minus sign on the 4 instead of changing it to a plus when moving it across. Writing x = y/5 + 4 divides by 5 instead of multiplying, the wrong inverse of the fraction. Writing x = 5(y + 4) adds 4 before multiplying by 5, reversing the correct order of the two steps. The correct rearrangement is x = 5y + 4.
- (b) y = 2x − 3 — A straight-line graph has an equation of the form y = mx + c, where x appears only to the power 1. Of the four equations, y = 2x − 3 fits this form, so it gives a straight line. y = x² − 3 has x squared, so it gives a curved (quadratic) graph, not a straight line. y = x³ − 3 has x cubed, so it gives a cubic curve. y = 3/x has x on the bottom of a fraction, so it gives a reciprocal curve with two branches.
- (a) 33 — Substitute n=4 into 2n²+1: 2×4²+1=2×16+1=33. A candidate who computes n² as 2×n instead of n×n would compute 2×(2×4)+1=2×8+1=17. A candidate who correctly finds 2×16 but forgets to add the constant 1 would stop at 32. A candidate who squares the whole term 2n, rather than squaring n before multiplying by 2, would compute (2×4)²+1=64+1=65.
- (c) x = (y + 24)/4 — Method: expand the bracket first, then undo the operations done to x in reverse order. Working: y = 4(x − 6) = 4x − 24, so y + 24 = 4x, so x = (y + 24)/4. Answer: x = (y + 24)/4. x = (y + 6)/4 comes from expanding the bracket incorrectly, treating 4(x − 6) as 4x − 6 instead of 4x − 24. x = 4y + 96 comes from multiplying by 4 instead of dividing by 4 to undo the multiplication, giving 4(y + 24) = 4y + 96. x = y/4 − 6 comes from dividing by 4 first without expanding the bracket, then subtracting 6 as if the bracket's operation still applied afterwards.
- (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.
- (d) x = (y + 3)/4 — Two operations have been applied to x: it has been multiplied by 4 and then 3 has been subtracted. Undo them in the opposite order. Adding 3 to both sides gives y + 3 = 4x. Dividing both sides by 4 then gives (y + 3)/4 = x, so x = (y + 3)/4. The bracket matters: writing y/4 + 3 divides only the y by 4 and leaves the 3 untouched. Writing (y − 3)/4 subtracts the 3 instead of adding it, and writing 4(y + 3) multiplies by 4 rather than dividing.
- (c) 9 — Method: replace the letter with the value given for it, then work out the multiplication before the addition. Working: 5y means 5 × y, and 5 × 0 = 0, so the expression becomes 0 + 9, which is 9. Answer: 9. The distractors: 14 comes from treating 5 × 0 as 5, a common slip with zero, and then adding the 9; 0 comes from assuming that an expression containing a zero must itself be zero, so the + 9 is ignored; 45 comes from multiplying the whole expression by 5 instead of multiplying only y, giving 5 × (0 + 9).
- (a) 23 — The number of logs increases by 4 for each layer down, starting from 3 in the top layer, so the nth layer has 3+(n−1)×4 logs. For the 6th layer: 3+5×4=3+20=23. A candidate who adds the difference of 4 six times instead of five, treating the top layer as needing an addition too, would compute 3+6×4=27. A candidate who uses 4n instead of 4n−1, omitting the adjustment for the first layer, would compute 4×6=24. A candidate who subtracts the common difference, 4, instead of 1 when adjusting the multiplier would compute 4×6−4=20.
- (d) −3 — Substitute y = 11 into y = 5 − 2x, giving 11 = 5 − 2x. Subtracting 5 from both sides gives 6 = −2x, so x = 6 ÷ (−2) = −3. A candidate who mishandles the negative sign when rearranging, treating the equation as 6 = 2x, gets x = 3. A candidate who correctly finds −2x = 6 but forgets to divide by 2 at all gets x = 6. A candidate who adds 5 and 11 instead of subtracting, getting 2x = 16, gets x = 8.
- (d) −5 — In y = mx + c, the y-intercept is c, the constant term, not the coefficient of x. Here c = −5, so the y-intercept is −5. 4 is Beth's value, the coefficient of x (the gradient), not the intercept. 5 comes from taking the constant term but dropping its negative sign. −4 comes from taking the gradient but giving it the sign of the intercept.
Build your own mix at the worksheet builder.