Printable · GCSE Higher · ages 14-16
Algebra worksheet — GCSE Higher
Fifteen questions across the algebra statements at Higher tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A company charges for hiring chairs for a day. Hiring 1 chair costs £12, hiring 2 chairs costs £19, hiring 3 chairs costs £26, and hiring 4 chairs costs £33. Work out an expression, in terms of n, for the cost in pounds of hiring n chairs for a day.
- 2.A student attempts to prove that the sum of any three consecutive integers is a multiple of 3. Line 1: Let the three consecutive integers be n, n + 1 and n + 2. Line 2: Their sum is n + (n + 1) + (n + 2) = 3n + 2. Line 3: 3n + 2 leaves a remainder of 2 when divided by 3, so it is not a multiple of 3. Line 4: So the sum of three consecutive integers is not always a multiple of 3. Which line contains the FIRST error?
- 3.Solve x² − 5x + 6 = 0 by factorising.
- 4.One solution of the equation x² − (k + 1)x + k = 0 is x = 3. Work out the value of k.
- 5.The equation x² − 4x − 1 = 0 can be solved using the iterative formula xₙ₊₁ = √(4xₙ + 1). The starting value is x₀ = 1, so x₁ is the value after the formula has been used once. Work out x₂ correct to 3 decimal places.
- 6.A student says that (x + 4)² is equivalent to x² + 16. For which value of x do the two expressions give the SAME result, making it look (misleadingly) like the student could be right?
- 7.A parcel delivery company's cost graph shows the following: the cost is a flat £5 for parcels weighing up to 2 kg, and then rises by £2 for each additional kg above 2 kg. Use the graph to work out the weight of a parcel that costs £17.
- 8.A circle has centre (0, 0) and passes through the point (5, 12). Work out the equation of the circle.
- 9.The graph of y = f(x) passes through the point (0, 4). Work out the y-coordinate of the point where the graph of y = −f(x) + 5 crosses the y-axis.
- 10.Work out the gradient of the straight line with equation 3y = 12 − 6x.
- 11.To solve 5x − 4 = 2x + 8, Chloe's working is shown. Line 1: 5x − 4 = 2x + 8. Line 2: 3x − 4 = 8. Line 3: 3x = 4. Line 4: x = 4/3. Chloe has made a mistake in her working. Which line contains the mistake?
- 12.The diagram shows the graph of the cost, in pounds, of a taxi journey plotted against the distance travelled, in miles, for journeys of up to 4 miles. The same fixed charge and the same cost per mile apply to longer journeys. Work out the cost of a 6-mile journey.
- 13.The table shows some values of f(x): when x = 0, f(x) = 5; when x = 1, f(x) = 8; when x = 2, f(x) = 4; when x = 3, f(x) = 1. Work out the value of f(x − 1) when x = 2.
- 14.Factorise x² − 64.
- 15.Solve the simultaneous equations x + y = 1 and 2x + y = 5.
Answer key
- (d) 7n + 5 — Method: find the rate charged per extra chair, then find the fixed part of the cost that fits hiring 1 chair. Working: the cost rises by £7 for each extra chair (19 − 12 = 7, 26 − 19 = 7, 33 − 26 = 7), so the cost has the form 7n + c. Substituting n = 1: 7(1) + c = 12, so c = 5. Answer: the cost in pounds is 7n + 5. The value 7n comes from ignoring the fixed part of the charge entirely. The value 7n + 12 comes from using the cost of 1 chair as the fixed part directly, without subtracting the per-chair rate first. The value 12n + 7 comes from swapping the roles of the cost of hiring 1 chair, £12, and the rate per extra chair, £7 — using the total for one chair as the coefficient of n and the rate as the fixed part.
- (d) line 2 — Line 1 correctly represents three consecutive integers using n. Line 2 adds them: n + (n + 1) + (n + 2). Collecting terms: the n-terms give 3n, and the constants give 1 + 2 = 3, so the correct sum is 3n + 3, not 3n + 2 as Line 2 states — this is the first error, an arithmetic slip in collecting the constant terms. Lines 3 and 4 both follow correctly from Line 2's incorrect result, but that result itself is wrong: the true sum, 3n + 3 = 3(n + 1), is a multiple of 3 for every whole number n. Check the working of each line against what came before it, in order, rather than judging whether the final conclusion feels right — an error that flips the conclusion can sit several lines before the line that states it.
- (c) x = 2 or x = 3 — Method: factorise into two brackets whose numbers multiply to the constant term and add to the coefficient of x, then set each bracket equal to zero. Working: two numbers that multiply to 6 and add to −5 are −2 and −3, so x² − 5x + 6 = (x − 2)(x − 3) = 0; then x − 2 = 0 gives x = 2 and x − 3 = 0 gives x = 3. Answer: x = 2 or x = 3. The distractors: x = −2 or x = −3 comes from reading the numbers inside the brackets as the solutions instead of changing their signs; x = 1 or x = 6 comes from taking the first factor pair of 6 without checking that the pair adds to −5; x = 5 or x = 6 comes from reading the solutions straight off the 5 and the 6 in the equation.
- (a) k = 3 — Method: a solution of an equation makes both sides balance, so substitute it in and solve the equation in k that is left. Working: putting x = 3 gives 3² − (k + 1) × 3 + k = 0, that is 9 − 3k − 3 + k = 0, so 6 − 2k = 0 and k = 3; the equation is then x² − 4x + 3 = 0, whose solutions are 3 and 1. Answer: k = 3. The distractors: k = −3 comes from solving 6 − 2k = 0 as though it gave 2k = −6; k = 4 comes from expanding −3(k + 1) as −3k − 1, multiplying only the k by 3; k = 1.5 comes from working 3² as 3 × 2 = 6, which leaves 3 − 2k = 0.
- (c) 3.153 — x₁ = √(4 × 1 + 1) = √5 = 2.236067977. x₂ = √(4 × 2.236067977 + 1) = √9.944271908 = 3.153453965, which rounds to 3.153. Reporting x₁ instead of x₂ gives 2.236067977, which rounds to 2.236. A sign error inside the root, using xₙ₊₁ = √(4xₙ − 1) instead of √(4xₙ + 1), gives x₁ = √3 = 1.732050808 and x₂ = √(4 × 1.732050808 − 1) = √5.928203232 = 2.434790182, which rounds to 2.435. Applying the formula in the wrong order, working out √(4xₙ) + 1 at every step instead of √(4xₙ + 1), gives x₁ = √4 + 1 = 3 and x₂ = √(4 × 3) + 1 = 4.464101615, which rounds to 4.464.
- (c) x = 0 — Expand (x + 4)² correctly: (x + 4)² = x² + 8x + 16. This equals x² + 16 only when 8x is zero, i.e. when x = 0 — at every other value of x the two expressions differ by 8x. Choosing x = 4 confuses the constant inside the bracket with the value of x that makes the expressions match. Choosing x = −4 makes the same confusion but with the sign flipped. Choosing x = 8 mistakes the coefficient of the middle term, 8x, for the value of x itself.
- (b) 8 kg — The cost above the flat £5 charge is 17 − 5 = £12. At £2 per kg, this covers 12 ÷ 2 = 6 kg above the first 2 kg, so the total weight is 2 + 6 = 8 kg. Dividing the full £17 by £2 per kg without first taking off the £5 flat charge gives 17 ÷ 2 = 8.5 kg. Taking off the £5 flat charge and dividing by £2 per kg, but forgetting to add back the 2 kg that the flat charge covers, gives 12 ÷ 2 = 6 kg. Taking off £2 instead of £5 as the flat charge, (17 − 2) ÷ 2 = 7.5 kg, swaps which number is the fixed fee.
- (b) x² + y² = 169 — Method: a circle centred on the origin has equation x² + y² = r², and every point on it satisfies that equation, so substituting the coordinates of a point that lies on the circle gives r² directly. Working: substituting x = 5 and y = 12 gives 5² + 12² = 25 + 144 = 169, so r² = 169 and the circle is x² + y² = 169. Answer: x² + y² = 169. The distractors: x² + y² = 13 uses the radius, √169 = 13, where r² belongs, which is the confusion between r and r² made in the other direction; x² + y² = 17 adds the two coordinates, 5 + 12, instead of adding their squares; x² + y² = 119 subtracts the squares, 144 − 25, treating 12 as the hypotenuse of the right-angled triangle rather than as one of the shorter sides.
- (c) 1 — At x = 0, f(0) = 4. Applying the transformations in order — reflect in the x-axis first, then translate up by 5 — gives −f(0) + 5 = −4 + 5 = 1. Applying the translation but forgetting the reflection gives f(0) + 5 = 9. Applying the reflection to the whole expression, including the +5, gives −f(0) − 5 = −9. Applying the reflection but forgetting the translation gives −f(0) = −4.
- (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) Line 3 — Method: check each line of Chloe's working against the correct algebraic step. Working: Line 1 to Line 2 is correct, subtracting 2x from both sides gives 3x − 4 = 8. But Line 2 to Line 3 should add 4 to both sides, giving 3x = 12, not 3x = 4 — the constant −4 has been dropped rather than removed correctly. Line 4 follows correctly from Chloe's own, incorrect, Line 3. Answer: Line 3. Line 1 is simply the original equation, copied out correctly. Line 2 correctly subtracts 2x from both sides of Line 1. Line 4 divides Chloe's own Line 3 by 3 correctly — the arithmetic there is fine, the mistake happened one line earlier.
- (b) £14 — Method: read the fixed charge (the cost at 0 miles) and the rate (the cost per extra mile) from the graph, then use them to work out the cost for a distance beyond the part that is plotted. Working: the graph shows a fixed charge of £2 at 0 miles, and the cost rises by £2 for every extra mile, so for 6 miles the cost is £2 + (£2 × 6) = £2 + £12 = £14. Answer: £14. Distractor refutation: £12 comes from multiplying the rate by the distance and leaving out the £2 fixed charge. £8 comes from misreading the rate as £1 per mile instead of £2 per mile. £24 comes from adding the fixed charge to the rate first and then multiplying the total by the distance, instead of multiplying the rate by the distance and then adding the fixed charge.
- (a) 8 — f(x − 1) means every input to f is reduced by 1 before it is looked up. At x = 2, the input to f becomes 2 − 1 = 1, so f(x − 1) at x = 2 is f(1) = 8. Reading f(2) = 4 directly from the table, without applying the shift, gives 4. Shifting in the wrong direction, using x + 1 = 3 instead of x − 1 = 1, gives f(3) = 1. Confusing f(x − 1) with f(x) − 1 — taking f(2) = 4 and then subtracting 1 — gives 3.
- (d) (x − 8)(x + 8) — x² − 64 = x² − 8², a difference of two squares, which factorises as (x − 8)(x + 8). A candidate who treats it as a perfect square with a repeated negative factor gets (x − 8)(x − 8), which expands to x² − 16x + 64 — wrong on both the middle and constant terms. A candidate who uses a repeated positive factor gets (x + 8)(x + 8), which expands to x² + 16x + 64. A candidate who picks a different factor pair of 64, such as 4 and 16, without checking that the middle term cancels, gets (x − 4)(x + 16), which expands to x² + 12x − 64 — the wrong middle term.
- (a) x = 4, y = −3 — Method: both equations contain +y with the same coefficient, so subtracting one equation from the other removes y. Working: (2x + y) − (x + y) = 5 − 1 gives x = 4; substituting x = 4 into x + y = 1 gives 4 + y = 1, so y = −3. Answer: x = 4, y = −3, which also satisfies 8 − 3 = 5. The distractors: x = 4, y = 5 comes from rearranging x + y = 1 as y = 1 + x; x = −2, y = 3 comes from eliminating x by doubling the first equation and then reading −y = 3 as y = 3; x = 6, y = −5 comes from adding the constants instead of subtracting them while eliminating y, taking x as 5 + 1.
Build your own mix at the worksheet builder.