Printable worksheet with answers and worked solutions — 15 questions, free, no sign-up.
Worksheet: Algebra
- 1.A gym charges a reduced price for the first month of membership and a standard price for every month after that. The total cost is £5 for 1 month, £12 for 2 months, £19 for 3 months and £26 for 4 months. Work out an expression, in terms of n, for the total cost, in pounds, of n months of membership.
- 2.A proof that (n + 3)² − (n − 3)² is always a multiple of a certain number begins: Line 1: (n + 3)² − (n − 3)² = (n² + 6n + 9) − (n² − 6n + 9). Which expression correctly completes Line 2?
- 3.Line L has equation y = 2x + 3. Work out the equation of the line perpendicular to L that passes through the point (4, 1), giving your answer in the form x + 2y = c.y = 2x + 3
- 4.Simplify (2x² + 7x + 3) ÷ (x² − 9), giving your answer as a single fraction.
- 5.A straight line passes through the points (1, 3) and (2, 5). Work out the equation of the line.
- 6.Solve 2x² = 18.
- 7.A caterer uses the formula C = 6p + 20 to work out the total cost, £C, of a buffet for p people, where £20 covers fixed costs. A customer is charged £92. Work out how many people, p, the buffet was for.
- 8.f(x) = (x + 1)/2. Find f⁻¹(x).
- 9.The graph of y = x² − 7x + 2 crosses the x-axis at two points. One root, read from the graph, is approximately x = 0.30. Using the fact that the sum of the two roots of x² − 7x + 2 = 0 is 7, estimate the other root, correct to 2 decimal places.y = x² − 7x + 2
- 10.Work out the coordinates of the midpoint of the line segment joining (−3, 5) and (7, 9).
- 11.A circle has centre (0, 0) and passes through the point (12, 35). Work out the equation of the circle.
- 12.A candle is 30 cm tall and burns down at a steady rate of 1 cm per hour. Write down the function for the height of the candle y, in centimetres, after x hours.
- 13.Solve the simultaneous equations x + y = 1 and 2x + y = 5.
- 14.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
- 15.Line P has equation y = −2x + 5 and line Q has equation 2y = x + 6. Are lines P and Q perpendicular to each other?y = -2x + 5y = x + 6
Answer key
- (d) 7n − 2 — Method: find how much the total cost rises each month, then find the constant that fits the cost for one month. Working: the cost rises by £7 for each extra month (12 − 5 = 7, 19 − 12 = 7, 26 − 19 = 7), so the cost has the form 7n + c. Substituting n = 1: 7(1) + c = 5, so c = −2. Answer: the total cost in pounds is 7n − 2. The value 7n comes from leaving out the constant. The value 7n + 5 comes from using the cost of one month as the constant directly, without subtracting the monthly rise first. The value 5n + 7 comes from swapping the roles of the cost of one month, £5, and the monthly rise, £7 — using the cost of one month as the coefficient of n and the rise as the constant.
- (b) 12n — Distributing the minus sign across the second bracket gives n² + 6n + 9 − n² + 6n − 9, and the n² terms and the +9/−9 cancel, leaving 6n + 6n = 12n. Writing 18 comes from only negating the first term of the second bracket, n², and treating the −6n and +9 as unchanged, which gives n² + 6n + 9 − n² − 6n + 9 = 18. Writing 2n² + 18 comes from adding the two brackets instead of subtracting them, (n² + 6n + 9) + (n² − 6n + 9) = 2n² + 18. Writing 6n comes from correctly negating the bracket but then only counting one of the two 6n terms, missing that they add rather than cancel.
- (c) x + 2y = 6 — L has gradient 2, so the perpendicular gradient is −1/2. Substituting (4, 1) into y − 1 = −(1/2)(x − 4): y = −(1/2)x + 2 + 1 = −(1/2)x + 3, so 2y = −x + 6, giving x + 2y = 6. Distractor routes: x − 2y = 2 comes from using gradient +1/2 instead of −1/2, forgetting the negative sign the perpendicular rule needs. x + 2y = 9 comes from swapping the point's coordinates, substituting (1, 4) instead of (4, 1). x + 2y = −2 comes from a sign error distributing the negative gradient over the bracket, computing −(1/2)(x − 4) as −(1/2)x − 2 instead of −(1/2)x + 2.
- (b) (2x + 1)/(x − 3) — Factorise both the numerator and the denominator before you cancel anything. The numerator 2x² + 7x + 3 factorises to (2x + 1)(x + 3), and the denominator x² − 9 is a difference of two squares, factorising to (x − 3)(x + 3). The (x + 3) factor is common to both, so it cancels, leaving (2x + 1)/(x − 3). Writing (2x + 1)/(x + 3) comes from factorising x² − 9 as (x + 3)² instead of (x − 3)(x + 3) — a difference of two squares always has one plus and one minus bracket. Writing (2x + 3)/(x − 3) comes from mis-factorising the numerator as (2x + 3)(x + 1) and then wrongly cancelling the (x + 1) against the denominator's (x + 3) as though they were the same bracket. Writing 2x + 1 comes from cancelling the (x + 3) factor correctly but then dropping the remaining (x − 3) on the denominator altogether.
- (c) y = 2x + 1 — Method: the gradient of the line through two points is the change in y divided by the change in x, and the constant is then found by substituting one of the points into y = mx + c. Working: m = (5 − 3) ÷ (2 − 1) = 2 ÷ 1 = 2, so the line is y = 2x + c; substituting x = 1 and y = 3 gives 3 = 2 × 1 + c, so c = 3 − 2 = 1. Answer: y = 2x + 1. The distractors: y = x + 2 comes from taking the gradient as the change in x, 2 − 1 = 1, and then substituting (1, 3) to reach a constant of 2; y = 2x − 1 comes from working out the constant as mx − y, 2 × 1 − 3 = −1, instead of y − mx; y = 2x + 3 comes from using the y-coordinate of (1, 3) as the constant without substituting at all.
- (d) x = 3 or x = −3 — Method: get x² on its own with a coefficient of 1, then take the square root of both sides and keep both the positive and the negative root. Working: dividing 2x² = 18 by 2 gives x² = 9, and the square root of 9 is 3, so x = 3 or x = −3; both check, because 2 × 9 = 18 either way. Answer: x = 3 or x = −3. The distractors: x = 9 or x = −9 comes from dividing by 2 and then forgetting to take the square root; x = 4 or x = −4 comes from subtracting 2 from 18 instead of dividing by it, giving x² = 16; x = 6 or x = −6 comes from multiplying by 2 instead of dividing, giving x² = 36.
- (b) 12 — Method: substitute the total cost into the formula, then subtract the fixed cost and divide by the cost per person. Working: 92 = 6p + 20, so 6p = 92 − 20 = 72, p = 72 ÷ 6 = 12. Answer: 12 people. 15.33 comes from dividing the whole £92 by £6 without first subtracting the £20 fixed cost: 92 ÷ 6 ≈ 15.33. 4.3 comes from swapping the two amounts round, subtracting £6 and dividing by £20: (92 − 6) ÷ 20 = 4.3. 18.67 comes from adding the fixed cost instead of subtracting it: (92 + 20) ÷ 6 ≈ 18.67.
- (a) 2x − 1 — Swap x and y: x = (y + 1)/2. Multiply both sides by 2: 2x = y + 1. Subtract 1 from both sides: y = 2x − 1, so f⁻¹(x) = 2x − 1. Writing 2x + 1 comes from not flipping the sign on the 1 when it is moved across the equals sign. Writing (x − 1)/2 comes from reversing the sign of the 1 but leaving the ÷2 from the original rule in place, instead of turning it into ×2. Writing x/2 − 1 comes from dividing only the x by 2 and treating the 1 as already outside the fraction.
- (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.
- (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) x² + y² = 1369 — For a circle centred at the origin, the radius squared equals the sum of the squares of the coordinates of any point on it: r² = 12² + 35² = 144 + 1225 = 1369. The equation is x² + y² = 1369. x² + y² = 2209 comes from adding the coordinates first and then squaring the sum: (12 + 35)² = 47² = 2209, instead of squaring each coordinate separately. x² + y² = 1225 comes from using only 35² and leaving out the 12² term. x² + y² = 144 comes from using only 12² and leaving out the 35² term.
- (c) y = −x + 30 — Method: in a linear model the value at the start is the constant term and the steady rate of change is the gradient, which is negative when the quantity is falling. Working: at x = 0 the candle is 30 cm tall, so the constant term is 30; it loses 1 cm every hour, so the gradient is −1 and the height after x hours is y = −x + 30. Answer: y = −x + 30. The distractors: y = x + 30 comes from taking the rate as +1 and making the candle grow rather than shrink; y = 30x − 1 comes from building the model correctly as 30 − 1x and then copying it into the form y = mx + c with the two numbers left where they stood, so the starting height 30 ends up multiplying x and the hourly 1 is left behind as the constant being taken away; y = −30x + 1 comes from reading the two numbers the other way round, taking 30 cm per hour as the rate and 1 cm as the starting height, which burns 30 cm an hour from a candle only 1 cm tall.
- (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.
- (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.
- (a) Yes — the gradients multiply to −2 × 1/2 = −1. — Rearrange Q into the form y = mx + c: 2y = x + 6 gives y = (1/2)x + 3, so Q has gradient 1/2. P has gradient −2. Two lines are perpendicular exactly when the product of their gradients is −1: −2 × 1/2 = −1. Since this holds, P and Q are perpendicular. Distractor routes: "the product is −1, but perpendicular needs 1" works out the product correctly but misremembers the condition — the perpendicular test is a product of exactly −1, and parallel lines are spotted by their gradients being equal, not by a product of 1. "Q's gradient is 2, and −2 × 2 = −4" comes from reading the 2 in front of y in 2y = x + 6 as the gradient, instead of dividing the whole equation by 2 first to reach y = (1/2)x + 3, where the gradient is 1/2. "Both equations have a negative x-term" is not a valid test at all — P's equation does have a negative x-term, but Q's, once rearranged, does not, and matching signs say nothing about the actual gradients.
GCSE Higher — Algebra
This is the algebra practice for GCSE Higher, the content area that carries 30% of the paper. Coverage is complete: all 25 algebra statements, each with practice that matches how the topic is actually examined. Among them: algebraic notation, substitution into formulae, expressions, equations, formulae, identities and inequalities, simplifying, expanding and factorising, rearranging formulae and identities, equivalence and algebraic proof. Higher only: translations and reflections of graphs, gradients and areas under graphs, equation of a circle and its tangent and iteration. A Foundation entry is never asked for these. 40% of the marks are AO1, for applying a standard technique correctly, and the remaining 60% are for reasoning and for solving problems — so an answer with no working rarely scores everything that was available. The bulk of it sits comfortably on the non-calculator paper; a calculator quietly hides the gap until the exam.
- A1 — Algebraic notation
- A2 — Substitution into formulae
- A3 — Expressions, equations, formulae, identities and inequalities
- A4 — Simplifying, expanding and factorising (part Higher)
- A5 — Rearranging formulae
- A6 — Identities, equivalence and algebraic proof (part Higher)
- A7 — Functions, inverse and composite functions (part Higher)
- A8 — Coordinates in all four quadrants
- A9 — Straight-line graphs and y = mx + c (part Higher)
- A10 — Gradients and intercepts of linear functions
- …and 15 more algebra statements at this tier
Frequently asked questions
- How much of the GCSE Higher paper is algebra?
- 30% of the total marks, and the three papers each carry an equal share of the qualification, so it is spread across all of them rather than concentrated in one.
- How many topics are there in algebra at GCSE Higher?
- 25 DfE content statements, coded A1 to A25 within this area. Every question in the bank is tagged to one of them.
- Which algebra topics are Higher only?
- Translations and reflections of graphs (A13), Gradients and areas under graphs (A15), Equation of a circle and its tangent (A16) and Iteration (A20). A further 12 statements have a Higher-only part inside otherwise shared content.
- Can I use a calculator for algebra questions?
- Paper 1 is non-calculator; Papers 2 and 3 allow one. Of the 25 statements in this area, 20 are naturally non-calculator and 1 naturally calculator, with the rest workable either way — so practise both.
- What kind of marks does algebra carry?
- The GCSE Higher split is 40% AO1 (use and apply standard techniques), 30% AO2 (reason, interpret and communicate) and 30% AO3 (solve problems in and out of context). Questions in this area are set across all three.
- Are these past paper questions?
- No. Every question at /gcse-higher is original, written to the DfE content statements and checked before it is published. We do not host past papers or mark schemes.
✍️ Written by the MathsUK teamChecked against the National Curriculum and GCSE specificationsLast updated: