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 circle has centre (0, 0) and equation x² + y² = 50. Work out the length of the diameter of the circle, correct to 1 decimal place.
- 2.f(x) = x + 3 and g(x) = 2x. Work out fg(x).y = x + 3
- 3.Write down the expression that means the same as 'subtract 5 from n, then divide the result by 2'.
- 4.The first four terms of a sequence are 4, 9, 14, 19. Work out an expression, in terms of n, for the nth term.
- 5.The point (3, 4) lies on the circle x² + y² = 25, which has centre (0, 0). Work out the gradient of the tangent to the circle at (3, 4).
- 6.A rule multiplies the input by a fixed number and then adds a fixed number. An input of 1 gives an output of 5, and an input of 3 gives an output of 11. Work out the rule, writing the input as x and the output as y.
- 7.The first four terms of a sequence are 9, 14, 19, 24. Work out an expression, in terms of n, for the nth term.
- 8.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.
- 9.A rule turns each input x into an output y. The inputs are x = 0, 1, 2, 3 and the outputs are y = 4, 7, 10, 13. Work out the output when x = 5.
- 10.A mobile phone plan charges a fixed monthly fee plus an amount for each gigabyte of data used. The total cost £C for using g gigabytes in a month is given by C = 15 + 2g. What does the number 2 represent in this formula?
- 11.Four sequences are shown below. Sequence P: 3, 6, 12, 24, … Sequence Q: 1, 4, 9, 16, … Sequence R: 2, 4, 8, 14, … Sequence S: 5, 10, 15, 20, … Work out which of the sequences P, Q, R and S is geometric.
- 12.A car is decelerating. The tangent to its velocity-time graph at t = 12 seconds passes through the points (8, 22) and (16, 6), where velocity is in m/s and time is in seconds. Work out the gradient of this tangent, in m/s².
- 13.A closed cylinder has radius r cm and height (r + 5) cm. Its volume is 300 cm³, giving the equation πr²(r + 5) = 300, which can be solved using the iterative formula rₙ₊₁ = √(300 ÷ (π(rₙ + 5))). Taking r₀ = 3, work out r₃ correct to 2 decimal places.
- 14.Factorise 3x² + 10x − 8.
- 15.The tangent to a curve at the point (6, 1) has gradient −3. Work out the y-coordinate of the point where this tangent crosses the y-axis.
Answer key
- (c) 14.1 — Method: in x² + y² = r² the right-hand side is the square of the radius, so take its square root to find the radius, then double the radius because the diameter is twice the radius. Working: r² = 50, so r = √50 = 7.07106…, and the diameter is 2 × 7.07106… = 14.14213…, which is 14.1 correct to 1 decimal place. Answer: 14.1. The distractors: 7.1 is the radius, worked out correctly but never doubled, so it answers a question about the radius rather than the diameter; 100.0 comes from doubling the 50 on the right-hand side, treating r² as though it were already the radius; 25.0 comes from halving the 50, treating r² as though it were already the diameter.
- (b) 2x + 3 — fg(x) means f(g(x)): apply g first, then apply f to the result. g(x) = 2x, so f(g(x)) = f(2x) = 2x + 3. Writing 2x + 6 comes from working out gf(x) instead — g(f(x)) = g(x + 3) = 2(x + 3) = 2x + 6 — which applies the functions in the wrong order. Writing 3x + 3 comes from adding f(x) and g(x) together, (x + 3) + 2x = 3x + 3, instead of composing them. Writing 2x² + 6x comes from multiplying f(x) and g(x) together, (x + 3)(2x) = 2x² + 6x, instead of substituting one into the other.
- (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.
- (d) 5n − 1 — The common difference is 5 (9−4=5), so the expression starts 5n. To match the first term when n=1, 5×1+c=4, so c=−1: the nth term is 5n−1. A candidate who uses the first term itself as the constant, instead of first term minus the common difference, would write 5n+4 (giving 9, 14, 19, 24 — one term too high throughout). A candidate who omits the constant term altogether would write just 5n (giving 5, 10, 15, 20, not matching the sequence). A candidate who adds the common difference to n instead of multiplying would write n+5 (giving 6, 7, 8, 9, far too small).
- (b) −3/4 — The tangent to a circle at a point is always perpendicular to the radius drawn to that point. The radius from (0, 0) to (3, 4) has gradient 4/3. The gradient of a line perpendicular to a line with gradient m is the negative reciprocal, −1/m, so the tangent's gradient here is −3/4. Using the radius's own gradient, forgetting that the tangent is perpendicular to it, gives 4/3. Negating the radius's gradient without also taking the reciprocal gives −4/3. Taking the reciprocal of the radius's gradient without negating it gives 3/4.
- (c) y = 3x + 2 — Method: divide the change in the outputs by the change in the inputs to find the multiplier, then put one pair of values into the rule to find the number added on. Working: the output rises by 11 − 5 = 6 while the input rises by 3 − 1 = 2, so the multiplier is 6 ÷ 2 = 3; with an input of 1, 3 × 1 = 3 and the output is 5, so 2 is added. Answer: y = 3x + 2, checked against the second pair by 3 × 3 + 2 = 11. The distractors: y = 3x − 2 comes from finding the multiplier 3 and then subtracting the 2 instead of adding it; y = 2x + 3 comes from swapping the multiplier and the number added on; y = x + 4 comes from assuming the input is multiplied by 1 and using 5 − 1 = 4 as the number added on.
- (d) 5n + 4 — Method: find the common difference, then find the constant that fits the first term. Working: 14 − 9 = 5, 19 − 14 = 5, 24 − 19 = 5, so the terms increase by 5 each time and the nth term has the form 5n + c. Substituting n = 1: 5(1) + c = 9, so c = 4. Answer: the nth term is 5n + 4. The value 5n comes from leaving out the constant. The value 5n + 9 comes from using the first term as the constant directly, without subtracting the common difference first. The value 9n + 5 comes from swapping the roles of the first term and the common difference — using the first term, 9, as the coefficient of n and the difference, 5, as the constant.
- (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.
- (a) 19 — Each time x increases by 1, y increases by 3 (4, 7, 10, 13 — a constant difference of 3). So at x = 4, y = 13 + 3 = 16, and at x = 5, y = 16 + 3 = 19. A candidate who stops one step early, giving the value for x = 4 instead of x = 5, answers 16. A candidate who overcounts and adds three steps of 3 instead of two from x = 3 gets 13 + 9 = 22. A candidate who mistakes the y-intercept (4) for the common difference and adds 4 twice from x = 3 gets 13 + 8 = 21.
- (c) The cost, in pounds, for each extra gigabyte of data used — In C = 15 + 2g, the number multiplying g is the gradient, which gives the extra cost for each extra unit of g — here, £2 for each extra gigabyte. 'The fixed monthly fee, in pounds' describes the constant term 15, not the coefficient of g. 'The total number of gigabytes included in the plan' misreads the coefficient as a quantity of data rather than a cost per gigabyte. 'The cost … for each extra 2 gigabytes' doubles the unit the coefficient actually applies to — it is the cost for each single extra gigabyte.
- (a) P — A sequence is geometric when consecutive terms share a constant ratio. For P: 6 ÷ 3 = 2, 12 ÷ 6 = 2, 24 ÷ 12 = 2 — the ratio is constant at 2, so P is geometric. Q is the square numbers (1², 2², 3², 4²), a quadratic sequence: its ratios are 4, 2.25, 1.78, … — not constant. R looks geometric at first (2, 4, 8 doubles each time), but the pattern breaks: 8 to 14 is a ratio of 1.75, not 2. Its first differences are 2, 4, 6 — a constant second difference of 2 — so R is a quadratic sequence, not geometric. S has a constant DIFFERENCE of 5 (it is arithmetic), but its ratios (2, 1.5, 1.33, …) are not constant, so it is not geometric.
- (a) −2 m/s² — The gradient of a line through two points is the change in the y-value divided by the change in the x-value: (6 − 22)/(16 − 8) = −16/8 = −2 m/s². The negative sign confirms the deceleration mentioned in the question. Writing 2 m/s² comes from subtracting the velocities in the wrong order, using (22 − 6) instead of (6 − 22), which loses the sign that shows the car is slowing down. Writing −0.5 m/s² comes from inverting the fraction, dividing the change in time by the change in velocity instead of the other way round. Writing −16 m/s² comes from finding the change in velocity, −16, but forgetting to divide by the change in time, 8 seconds.
- (b) 3.38 — r₁ = √(300 ÷ (π × 8)) = √11.9366 = 3.4550. r₂ = √(300 ÷ (π × 8.4550)) = √11.2947 = 3.3608. r₃ = √(300 ÷ (π × 8.3608)) = √11.4232 = 3.3798, which rounds to 3.38. Choosing 3.36 stops at r₂, one iteration too early. Choosing 4.82 leaves out the '+ 5' inside the bracket, dividing by π × rₙ instead of π × (rₙ + 5). Choosing 3.45 comes from using π ≈ 3 instead of the calculator's π key throughout.
- (d) (3x − 2)(x + 4) — For 3x² + 10x − 8, find two numbers multiplying to 3 × (−8) = −24 and adding to 10: these are 12 and −2. Rewrite: 3x² + 12x − 2x − 8 = 3x(x + 4) − 2(x + 4) = (3x − 2)(x + 4). Choosing (3x + 2)(x − 4) expands to 3x² − 10x − 8 — the correct factor pair but the wrong signs, giving the middle term the wrong sign. Choosing (x − 2)(3x + 4) expands to 3x² − 2x − 8 — the 3 is attached to the wrong bracket, changing which terms combine for the x-coefficient. Choosing (3x − 4)(x + 2) expands to 3x² + 2x − 8 — this uses 4 and 2 instead of the correct pair 12 and 2, so the middle term does not come to 10x.
- (b) 19 — A line through (x₁, y₁) with gradient m has equation y − y₁ = m(x − x₁). Substituting (6, 1) and m = −3: y − 1 = −3(x − 6), so y = −3x + 18 + 1, which simplifies to y = −3x + 19; at x = 0 this gives 19. Making a sign error when distributing, writing −3(x − 6) as −3x − 18 instead of −3x + 18, gives the wrong line y = −3x − 17, so −17 at x = 0. Forgetting to add the y₁ = 1 at the end, using y = −3(x − 6) alone, gives 18 at x = 0. Substituting the y-coordinate into the gradient term instead of using x, working out 1 + (−3 × 1), gives −2.
Build your own mix at the worksheet builder.