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.
Answer key: Algebra worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- (a) 7n + 4 — Method: find the common difference, then find the constant that fits the first term. Working: 18 − 11 = 7, 25 − 18 = 7, 32 − 25 = 7, so the terms increase by 7 each time and the nth term has the form 7n + c. Substituting n = 1: 7(1) + c = 11, so c = 4. Answer: the correct nth term is 7n + 4. The value 7n is Ravi's value, which comes from using only the common difference and leaving out the constant. The value 7n + 11 comes from using the first term as the constant directly, without subtracting the common difference first. The value 11n + 7 comes from swapping the roles of the first term and the common difference — using the first term, 11, as the coefficient of n and the difference, 7, as the constant.
- (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).
- (a) x = (y + 9) / 2 — Method: undo the subtraction of 9 first, then undo the multiplication by 2. Working: y = 2x − 9, so adding 9 to both sides gives y + 9 = 2x, then dividing both sides by 2 gives x = (y + 9) / 2. The value x = (y − 9) / 2 comes from a sign error, keeping the −9 instead of moving it to +9. The value x = 2(y + 9) comes from multiplying by 2 instead of dividing. The value x = y / 2 + 9 comes from dividing by 2 before adding 9, the wrong order of operations, instead of dividing the whole bracket.
- (a) y = −2x + 7 — Using y = −2x + c, and substituting the point (3, 1): 1 = −2(3) + c, so 1 = −6 + c, and c = 7, giving y = −2x + 7. A candidate who uses the y-coordinate of the point directly as the y-intercept, instead of solving for c, would write y = −2x + 1. A candidate who drops the negative sign on the gradient would write y = 2x + 7. A candidate who makes a sign error when isolating c, writing c = 1 − 6 = −5 instead of c = 1 + 6 = 7, would write y = −2x − 5.
- (c) (2, 6) — Method: substitute the x-coordinate of each point into the rule for the line (y = 3 × x) and compare it with the point's y-coordinate. Working: the line passes through the origin and rises 3 squares for every 1 square across, so at x = 2 the line's y-value is 3 × 2 = 6, giving the point (2, 6). Answer: (2, 6). Distractor refutation: (2, 3) comes from counting only 3 squares up in total between the origin and x = 2, instead of 3 squares up for every 1 square across, halving the true rise. (3, 2) comes from swapping the x-coordinate and the y-coordinate round. (2, 5) comes from a miscounted gridline, landing one square below the line.
- (d) 47 — To reach the 8th term from the 1st term, the difference of 6 is added 7 times (8 − 1 = 7): 5 + 7 × 6 = 47. A candidate who multiplies by the term number itself, rather than one less, would compute 5 + 8 × 6 = 53. A candidate who uses one step too few (6 instead of 7) would reach 5 + 6 × 6 = 41. A candidate who forgets to include the first term at all would compute just 8 × 6 = 48.
- (b) 32 km — Method: work out the scale factor connecting the two mile values: 20 miles is 4 times 5 miles (20 ÷ 5 = 4), so multiply the km value by 4 too: 8 × 4 = 32 km. Distractor origins: 24 km comes from subtracting the mile values (20 − 5 = 15), dividing by 5 to get a wrong scale factor of 3, then multiplying 8 × 3; 23 km comes from adding the difference in miles, 15, directly to the km value, 8; 16 km comes from using a scale factor of 2, doubling the km value once instead of scaling by the correct factor of 4.
- (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) 4 — Rectangle 1: P = 2(9 + 4) = 2 × 13 = 26 cm. Rectangle 2: P = 2(6 + 5) = 2 × 11 = 22 cm. Difference = 26 − 22 = 4 cm. 2 comes from finding the difference between (l + w) for each rectangle, 13 − 11 = 2, but forgetting to double it. 26 comes from giving rectangle 1's whole perimeter instead of the difference between the two. 6 comes from doubling only the change in length, 2 × (9 − 6), and ignoring that the width also changed.
- (a) x ≈ 6.70 — Since the two roots sum to 7, the other root is 7 − 0.30 = 6.70. The option 7.30 comes from adding the given root to 7 instead of subtracting it. The option 6.30 comes from subtracting 0.70 (one minus the given root) rather than the given root itself. The option 0.70 confuses the required root with the amount by which the given root falls short of 1.
- (c) Line D — Method: the steeper of two lines is the one whose gradient is greater, and the gradient of a line through two points is the change in y divided by the change in x. Working: line C rises 2 for a run of 4, so its gradient is 2 ÷ 4 = 1/2; the other line rises 2 for a run of 2, so its gradient is 2 ÷ 2 = 1; since 1 is greater than 1/2, it is line D that is the steeper. Answer: Line D. The distractors: Line C is chosen by comparing the x-coordinates and calling the line that reaches further along the x-axis the steeper one; They are equally steep comes from comparing only the y-coordinates, which are both 2, without dividing by the two different runs; There is not enough information comes from believing that a gradient can only be measured off a drawn graph, when two points on a line are enough to work it out.
- (b) x = 2 and x = −5 — Set each factor equal to zero: x − 2 = 0 gives x = 2, and x + 5 = 0 gives x = −5, so the graph crosses the x-axis at x = 2 and x = −5. Writing x = −2 and x = 5 flips the sign of both roots. Writing x = 2 and x = 5 keeps the first root correct but forgets to flip the sign for the second factor, using +5 instead of solving x + 5 = 0. Writing x = −2 and x = −5 flips the sign of the first root only, from solving x − 2 = 0 as x = −2.
- (c) x = 4 — Method: undo the addition of 1 first, then undo the multiplication by 2. Working: subtracting 1 from both sides gives 2x = 8, and dividing both sides by 2 gives x = 4. Answer: x = 4. The distractors: x = 8 comes from stopping at 2x = 8 and writing 8 as the value of x; x = 5 comes from adding 1 to both sides instead of subtracting it, giving 2x = 10; x = 16 comes from multiplying 8 by 2 instead of dividing by 2.
- (b) £105 — The hourly charge is 25 × 3 = £75. Adding the call-out fee: £75 + £30 = £105. A candidate who forgets the call-out fee gives just the hourly charge, £75. A candidate who adds the call-out fee to the hourly rate before multiplying by the hours, (30 + 25) × 3, gets £165. A candidate who multiplies the call-out fee by the number of hours instead of the hourly rate, 30 × 3, gets £90.
- (d) the y-axis, and 12 — Method: coordinates are written (x, y), so the first number is the distance across and the second the distance up; a point whose first coordinate is 0 has not moved across from the origin and therefore lies on the vertical axis. Working: in (0, 12) the first number is 0, so P is on the y-axis, and the second number, 12, is the y-coordinate of P. Answer: the y-axis, and 12. The distractors: 'the x-axis, and 12' comes from mixing up which axis the condition 'the first coordinate is 0' describes; 'the y-axis, and 0' comes from placing P correctly but reading the pair the wrong way round, so that the first number is quoted as the y-coordinate; 'the x-axis, and 0' comes from making both of those mistakes at once.
Build your own mix at the worksheet builder.