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.Write down the expression that means the same as 'subtract 5 from n, then divide the result by 2'.
- 2.Solve x² + 7x = 0.
- 3.The formula for the perimeter of a square is P = 4s, where s is the side length. Make s the subject of the formula.
- 4.A geometric sequence begins 80, 40, 20, 10, ... Work out the next term in the sequence.
- 5.Work out the coordinates of the midpoint of the line segment joining (−3, 5) and (7, 9).
- 6.A rectangle has length k cm and width 5 cm less than its length. Write down an expression for the width of the rectangle, in cm.
- 7.Work out the y-intercept of the graph of y = x² + 3x − 10.y = x² + 3x − 10
- 8.Which of these equations describes a vertical line?
- 9.Write down the expression that means the same as m × m × m × n.
- 10.Expand and simplify 4(2x − 1) − 3(x + 2) − 5x
- 11.Work out the gradient of the straight line with equation 3y = 12 − 6x.
- 12.The triangular numbers begin 1, 3, 6, 10, 15, ... Work out the next term in the sequence.
- 13.A number, w, satisfies the statement "three times w, minus 5, is at least 16". Which of these is the correct inequality for w?
- 14.The formula for the volume of a cuboid is V = lwh, where l is the length, w is the width and h is the height. Make h the subject of the formula.
- 15.Write down the coefficient of xy in the expression 4x²y − 7xy + 2.
Answer key
- (a) (n − 5)/2 — Method: do the subtraction first, keep it together as a single bracket, then divide that whole bracket by 2. Working: 'subtract 5 from n' is (n − 5); 'divide the result by 2' means the whole bracket goes over 2, giving (n − 5)/2. Answer: (n − 5)/2. n/2 − 5 comes from dividing n by 2 first and only then subtracting 5, the wrong order. 2(n − 5) comes from multiplying by 2 instead of dividing. (5 − n)/2 comes from subtracting n from 5 instead of subtracting 5 from n, the wrong way round.
- (c) x = 0 or x = −7 — Factorising: x² + 7x = x(x + 7) = 0, so x = 0 or x + 7 = 0, giving x = 0 or x = −7. A candidate who divides both sides of the original equation by x, which loses the solution x = 0, gets only x = −7. A candidate who makes a sign error solving x + 7 = 0 gets x = 0 or x = 7. A candidate who misreads the coefficient and doubles it gets x = 0 or x = −14.
- (c) s = P / 4 — Method: undo the multiplication by 4 by dividing both sides by 4. Working: P = 4s, so dividing both sides by 4 gives s = P / 4. The value s = 4P comes from multiplying by 4 instead of dividing — using the wrong inverse operation. The value s = P + 4 comes from adding 4 instead of dividing. The value s = P − 4 comes from subtracting 4 instead of dividing.
- (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) (2, 7) — Midpoint = ((x1+x2)/2, (y1+y2)/2) = ((−3+7)/2, (5+9)/2) = (4/2, 14/2) = (2, 7). (4, 14) comes from adding the coordinates correctly but forgetting to divide by 2. (2, 9) comes from correctly averaging the x-coordinates but simply copying the y-coordinate of the second point instead of averaging the y-coordinates. (5, 2) comes from subtracting the coordinates instead of adding them before halving: ((7−(−3))/2, (9−5)/2) = (5, 2).
- (b) k − 5 — Method: the width is 5 less than the length, so subtract 5 from the length. Working: length − 5 = k − 5. Answer: k − 5. 5 − k comes from subtracting in the wrong order, taking the length away from 5 instead of the other way round. k + 5 comes from adding instead of subtracting, missing that the width is smaller than the length. 5k comes from multiplying the length by 5 instead of subtracting 5 from it.
- (d) (0, −10) — The y-intercept occurs where x = 0. Substituting x = 0 into y = x² + 3x − 10 gives y = 0 + 0 − 10 = −10, so the graph crosses the y-axis at (0, −10). The option (0, 3) mistakenly uses the coefficient of x instead of the constant term. The option (0, 10) makes a sign error, dropping the negative from the constant term. The option (−10, 0) swaps the x- and y-coordinates, which would instead be a point on the x-axis, not the y-axis.
- (c) x = 5 — Method: every point on a vertical line has the same x-coordinate however far up or down the line it lies, so the equation of a vertical line fixes x at a number and does not involve y at all. Working: of the four equations only x = 5 fixes x; it is satisfied by (5, 0), (5, 1), (5, 7) and by every other point whose x-coordinate is 5, and those points form a vertical line. Answer: x = 5. The distractors: y = 5 fixes the y-coordinate instead of the x-coordinate, which gives a horizontal line; y = 5x is a line through the origin with gradient 5, steep but not vertical, and it has a different y-value for every x; x = y fixes neither coordinate and is the line through the origin with gradient 1.
- (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) −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) −2 — Method: rearrange the equation into the form y = mx + c, then read off the gradient. Working: 3y = 12 − 6x, so dividing every term by 3 gives y = 4 − 2x, so the gradient is −2. Answer: the gradient is −2. 2 comes from dropping the negative sign after dividing by 3. 4 comes from using the y-intercept, 4, instead of the gradient. −6 comes from reading off the coefficient of x before dividing the whole equation by 3.
- (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.
- (b) 3w − 5 ≥ 16 — "Three times w, minus 5" translates to 3w − 5, and "is at least 16" means it must be 16 or more, giving 3w − 5 ≥ 16. A candidate who reads "at least" as a strict inequality writes 3w − 5 > 16. A candidate who misreads the wording and applies the subtraction before the multiplication writes 3(w − 5) ≥ 16. A candidate who reverses the direction of the inequality writes 3w − 5 ≤ 16.
- (c) h = V / (lw) — Method: undo the multiplication by lw by dividing both sides by lw. Working: V = lwh, so dividing both sides by lw gives h = V / (lw). The value h = V − lw comes from subtracting lw instead of dividing by it. The value h = Vlw comes from multiplying by lw instead of dividing. The value h = lw / V comes from inverting the fraction, dividing lw by V instead of V by lw.
- (a) −7 — The coefficient of xy is the number multiplying that exact term, including its sign: in 4x²y − 7xy + 2, the term in xy is −7xy, so the coefficient is −7. Answering 7 correctly picks out the number but drops the minus sign that belongs to it. Answering 4 picks the coefficient of the x²y term instead of the xy term — x²y and xy are different terms because their powers of x differ. Answering −5 combines −7 with the constant term +2, as though the coefficient of xy included the number with no letter attached to it. The coefficient of xy is −7.
Build your own mix at the worksheet builder.