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.
Non-calculator
Algebra worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.Solve 5(x + 3) = 40
- 2.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.
- 3.A quadratic graph has roots at x = −3 and x = 5, and it crosses the y-axis at (0, −15). Work out the equation of the curve in the form y = (x − a)(x − b).
- 4.The nth term of a sequence is 2n − 1. Work out the 6th term of the sequence.
- 5.The diagram shows the graph of a function. Which equation could it represent?
- 6.Work out the value of 3a − 2b when a = 5 and b = 4
- 7.A line segment has one endpoint at (−6, 2) and its midpoint at (−1, 5). Work out the coordinates of the other endpoint.
- 8.Solve 5x + 2 = 17.
- 9.Expand and simplify 4(2x − 1) − 3(x + 2) − 5x
- 10.A car park charges by the hour. Parking for 1 hour costs £5, 2 hours costs £9, 3 hours costs £13 and 4 hours costs £17, with the cost increasing by the same amount for each extra hour. Work out an expression, in terms of n, for the cost, in pounds, of parking for n hours.
- 11.Which of these equations gives a straight-line graph when plotted?
- 12.In the expression 5x² − 3x + 7, which of these is a single term of the expression?
- 13.To rearrange the formula y = 3x − 8 to make x the subject, Priya writes: 'Add 8 to both sides to get y + 8 = 3x, then divide both sides by 3 to get x = y + 8 ÷ 3.' Work out the correct expression for x.y = 3x − 8
- 14.The formula y = x² + 1 gives y in terms of x. Work out the value of y when x = −2.y = x² + 1
- 15.A scout leader is 44 years old and one of the scouts is 16 years old. Work out how many years it will be until the leader is exactly twice as old as the scout.
Answer key
- (d) x = 5 — Method: expand the bracket by multiplying both terms inside it by 5, then undo the addition and the multiplication in turn. Working: expanding gives 5x + 15 = 40; subtracting 15 from both sides gives 5x = 25; dividing both sides by 5 gives x = 5. Answer: x = 5. The distractors: x = 8 comes from dividing both sides by 5 first, reaching x + 3 = 8 and writing 8 as the value of x without taking the 3 away; x = 11 comes from adding 15 to both sides instead of subtracting it, giving 5x = 55; x = 7.4 comes from expanding 5(x + 3) as 5x + 3, multiplying only the x by the 5, which leads to 5x = 37.
- (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.
- (d) y = (x + 3)(x − 5) — A root at x = −3 means the matching bracket must be zero when x = −3, so the bracket is (x − (−3)) = (x + 3). A root at x = 5 means the other bracket is (x − 5). So the equation is y = (x + 3)(x − 5); checking the y-intercept, (0 + 3)(0 − 5) = 3 × (−5) = −15, which matches the given value. The option (x − 3)(x + 5) swaps the signs of both roots. The option (x + 3)(x + 5) keeps the correct sign for the first root but gets the second wrong. The option (x − 3)(x − 5) gets the first root's sign wrong.
- (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.
- (b) $y = x^3 - 4x$ — Method: count how many times the curve crosses the x-axis and check whether it is a cubic (an S-shape with up to three crossing points) rather than a lower power, and note which way it runs overall from bottom-left to top-right or the reverse. Working: the curve crosses the x-axis at three points, x = −2, 0 and 2, and runs from bottom-left to top-right, which matches y = x³ − 4x = x(x − 2)(x + 2). Answer: y = x³ − 4x. Distractor refutation: y = −x³ + 4x comes from a sign error on every term, which would flip the curve so it ran from top-left to bottom-right instead. y = x³ + 4x comes from a sign error on the x term only, which removes two of the three crossing points, since x(x² + 4) has only x = 0 as a real root. y = x² − 4x comes from dropping the cubic term altogether, giving a parabola with only two crossing points instead of an S-shaped curve with three.
- (d) 7 — Method: substitute both values, work out the two multiplications first, and only then subtract. Working: 3a = 3 × 5 = 15 and 2b = 2 × 4 = 8, so the expression becomes 15 − 8 = 7. Answer: 7. The distractors: 23 comes from adding the two products instead of subtracting, giving 15 + 8; −7 comes from subtracting the wrong way round and working out 8 − 15; 52 comes from working from left to right instead of following the order of operations, giving 3 × 5 = 15, then 15 − 2 = 13, then 13 × 4.
- (d) (4, 8) — The other endpoint is found from 2 × midpoint − known endpoint: x = 2 × (−1) − (−6) = −2 + 6 = 4, y = 2 × 5 − 2 = 10 − 2 = 8, giving (4, 8). (−3.5, 3.5) comes from averaging the given endpoint and the midpoint as if they were the two endpoints of a segment, instead of working backwards from the midpoint. (5, 3) comes from working out (−1 − (−6), 5 − 2) instead of doubling the midpoint before subtracting. (4, 5) comes from correctly finding the x-coordinate but copying the midpoint's y-coordinate of 5 instead of doubling it.
- (a) 3 — Method: subtract the constant term from both sides first, then divide by the coefficient of x. Working: 5x = 17 − 2 = 15; x = 15 ÷ 5 = 3. Answer: x = 3. 3.8 comes from adding 2 instead of subtracting it: (17 + 2) ÷ 5 = 3.8. 1.4 comes from dividing by 5 before subtracting the 2, the wrong order: 17 ÷ 5 = 3.4, then 3.4 − 2 = 1.4. 15 comes from correctly subtracting the 2 but then forgetting to divide by 5.
- (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.
- (a) 4n + 1 — Method: find the increase in cost per hour, then find the constant by adjusting the 1-hour cost. Working: the cost goes up by £4 for each extra hour (9 − 5 = 4), so the coefficient of n is 4. The constant is the 1-hour cost minus the common difference: 5 − 4 = 1. Answer: the nth term is 4n + 1. 4n + 5 comes from using the 1-hour cost, 5, as the constant without subtracting the common difference. 4n − 3 comes from a slip in working out the constant, subtracting the common difference twice (5 − 4 − 4 = −3) instead of once. n + 4 comes from swapping the hourly increase and the constant.
- (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.
- (c) 5x² — A term is one part of an expression, separated from the others by a + or − sign. The expression 5x² − 3x + 7 has three terms: 5x², −3x and 7. Distractor origins: 5x² − 3x combines two terms together, not a single term; −3x + 7 also combines two terms together; 5x² − 3x + 7 gives the whole expression, not a single term.
- (d) x = (y + 8) / 3 — Method: add 8 to both sides, then divide the whole side by 3. Working: y = 3x − 8, so adding 8 to both sides gives y + 8 = 3x, then dividing both sides by 3 gives x = (y + 8) / 3. The value x = y + 8 / 3 is Priya's version, which comes from dividing only the 8 by 3 instead of dividing the whole expression y + 8 by 3. The value x = (y − 8) / 3 comes from a sign error, keeping −8 instead of moving it to +8. The value x = 3(y + 8) comes from multiplying by 3 instead of dividing.
- (c) 5 — Method: substitute the value into the formula, work out the index first and the addition afterwards. Working: x² = (−2) × (−2) = 4, so y = 4 + 1 = 5. Answer: 5. The distractors: −3 comes from squaring only the 2 and keeping the minus sign outside the index, giving −4 + 1; 1 comes from adding the 1 to x before squaring, giving (−2 + 1)²; 4 comes from squaring correctly but stopping there and never adding the 1.
- (b) 12 years — Method: call the number of years t, add t to both ages, and form an equation from the comparison at that future time. Working: in t years the leader will be 44 + t and the scout will be 16 + t, so 44 + t = 2(16 + t); expanding gives 44 + t = 32 + 2t, and subtracting t and 32 from both sides gives t = 12. Checking: in 12 years the leader will be 56 and the scout 28, and 56 = 2 × 28. Answer: 12 years. The distractors: 6 years comes from halving the leader's present age instead, so that the scout has to reach 22, which takes 6 years; 14 years comes from halving the 28-year gap between the two ages; 28 years comes from giving the age gap itself as the number of years.
Build your own mix at the worksheet builder.