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.The first term of an arithmetic sequence is 5, and each term after that increases by 6. Work out the 8th term of the sequence.
- 2.The first five terms of a quadratic sequence are −1, 4, 13, 26, 43. Work out an expression, in terms of n, for the nth term.
- 3.A quadratic graph y = ax² + bx + c has its turning point on the y-axis. Which statement about its roots must be true?
- 4.An arithmetic sequence has first term 40 and common difference −6. Work out the 9th term of the sequence.
- 5.Solve 4x − (2x − 6) = 18
- 6.The diagram shows the graph of a function. Which equation could it represent?
- 7.One solution of the equation x² − (k + 1)x + k = 0 is x = 3. Work out the value of k.
- 8.A school trip costs a £15 deposit plus £9 per student for the coach. The total cost for a class is £186. Work out how many students went on the trip.
- 9.For 0 ≤ x ≤ 360, the equation sin x = 0.5 has two solutions. What are they?
- 10.The equation x² = 5x − 3 is to be solved using iteration. Work out which of these iterative formulas comes from a correct rearrangement of the equation.
- 11.Mia buys 3 identical notebooks and a pen costing £1.50. She pays a total of £9.90. Form an equation using n for the cost of one notebook, and solve it to find n.
- 12.The point (9, 40) lies on the circle x² + y² = 1681, which has centre (0, 0). Work out the equation of the tangent to the circle at (9, 40), giving your answer in the form ax + by = c.
- 13.The tangent to a curve at the point where x = 4 passes through the points (2, 5) and (6, 21). Use these two points to estimate the gradient of the curve at x = 4.
- 14.Solve 2(x + 3) = 10
- 15.The point (6, 8) lies on the circle x² + y² = 100. Work out the gradient of the tangent to the circle at (6, 8).
Answer key
- (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.
- (d) 2n² − n − 2 — First differences: 5, 9, 13, 17. Second differences: 4, 4, 4, so a = 4 ÷ 2 = 2. Subtracting 2n² (2, 8, 18, 32, 50) from the terms (−1, 4, 13, 26, 43) leaves −3, −4, −5, −6, −7, which is the linear expression −n − 2. So the nth term is 2n² − n − 2. Using the second difference itself as a, without halving it, gives 4n² − n − 2. Finding a = 2 correctly but dropping the linear remainder −n − 2 entirely leaves 2n². Treating the first first difference (5) as a common difference and building a + (n − 1)d = −1 + 5(n − 1) gives 5n − 6, which only matches the first two terms.
- (d) If the graph has two real roots, they are equal and opposite in value, so they sum to zero. — A turning point on the y-axis means the graph's axis of symmetry is the line x = 0, so any two roots must be symmetrical about x = 0 — equal in size but opposite in sign, summing to zero. The graph could still have no real roots, but that is not guaranteed just from the turning point's position, so the option claiming it must have none is too strong. The roots do not have to both be positive — if real, one is positive and one negative (or both are zero). The graph does not have to touch the x-axis at exactly one point either; it could cross at two symmetrical points, touch at one point, or miss the x-axis entirely.
- (c) −8 — The nth term is the first term plus (n − 1) lots of the common difference: 40 + 8 × (−6) = 40 − 48 = −8. A candidate who uses 9 lots of the common difference instead of 8 gets 40 + 9 × (−6) = −14. A candidate who treats the common difference as +6 instead of −6 gets 40 + 8 × 6 = 88. A candidate who uses only 7 lots of the common difference gets 40 + 7 × (−6) = −2.
- (a) x = 6 — Method: a minus sign in front of a bracket changes the sign of every term inside it, so expand the bracket first and then simplify. Working: expanding gives 4x − 2x + 6 = 18, which simplifies to 2x + 6 = 18; subtracting 6 from both sides gives 2x = 12, and dividing both sides by 2 gives x = 6. Answer: x = 6. The distractors: x = 12 comes from leaving the −6 unchanged when the bracket is removed, giving 4x − 2x − 6 = 18 and so 2x = 24; x = 24 comes from reaching 2x = 12 correctly and then multiplying by 2 instead of dividing by 2; x = 3 comes from dividing by 2 too early, at 2x + 6 = 18, and dividing only the 2x and the 18 while leaving the 6 untouched, which gives x + 6 = 9.
- (b) $y = x^3 - 4x$ — Method: count how many times the curve crosses the x-axis and check whether it is a cubic (an S-shape with up to three crossing points) rather than a lower power, and note which way it runs overall from bottom-left to top-right or the reverse. Working: the curve crosses the x-axis at three points, x = −2, 0 and 2, and runs from bottom-left to top-right, which matches y = x³ − 4x = x(x − 2)(x + 2). Answer: y = x³ − 4x. Distractor refutation: y = −x³ + 4x comes from a sign error on every term, which would flip the curve so it ran from top-left to bottom-right instead. y = x³ + 4x comes from a sign error on the x term only, which removes two of the three crossing points, since x(x² + 4) has only x = 0 as a real root. y = x² − 4x comes from dropping the cubic term altogether, giving a parabola with only two crossing points instead of an S-shaped curve with three.
- (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) 19 — Method: set up the equation 15 + 9n = 186, then subtract the deposit and divide by the cost per student. Working: 9n = 186 − 15 = 171; n = 171 ÷ 9 = 19. Answer: 19 students. 20.67 comes from dividing the whole £186 by £9 without first subtracting the deposit: 186 ÷ 9 ≈ 20.67. 11.8 comes from swapping the two amounts round, subtracting £9 and dividing by £15: (186 − 9) ÷ 15 = 11.8. 22.33 comes from adding the deposit instead of subtracting it: (186 + 15) ÷ 9 ≈ 22.33.
- (d) 30° and 150° — The first solution is x = 30°, since sin 30° = 0.5. The graph of y = sin x is symmetrical about x = 90° between 0° and 180°, so the second solution is 180° − 30° = 150°. Adding 180° to the first solution instead of subtracting it from 180° gives 30° and 210°, but sin 210° = −0.5, not 0.5. Reflecting the first solution about x = 90° by adding 30° to 90° instead of subtracting from 180° gives 30° and 120°, but sin 120° = √3/2, not 0.5. Misremembering the standard value and using sin 45° = 0.5 instead of sin 30° = 0.5 gives 45° and 135°, but sin 45° = √2/2, not 0.5.
- (b) xₙ₊₁ = (xₙ² + 3) ÷ 5 — Starting from x² = 5x − 3, add 3 to both sides: x² + 3 = 5x. Divide both sides by 5: x = (x² + 3) ÷ 5. Writing this as an iteration gives xₙ₊₁ = (xₙ² + 3) ÷ 5. xₙ₊₁ = (xₙ² − 3) ÷ 5 comes from a sign error when moving the −3 across the equals sign — it should become +3, not stay as −3. xₙ₊₁ = 5(xₙ² + 3) comes from multiplying by 5 instead of dividing by 5 when isolating x. xₙ₊₁ = (xₙ + 3) ÷ 5 comes from dropping the index on x², using xₙ instead of xₙ².
- (c) £2.80 — 3n + 1.50 = 9.90, so 3n = 8.40 and n = 2.80, so each notebook costs £2.80. A candidate who forgets to subtract the cost of the pen and divides the total by 3 gets n = 9.90 ÷ 3 = £3.30. A candidate who adds the cost of the pen instead of subtracting it gets 3n = 11.40 and n = £3.80. A candidate who treats the pen as a fourth notebook and divides the total by 4 gets n = 9.90 ÷ 4 = £2.48 (2 d.p.).
- (b) 9x + 40y = 1681 — For a circle x² + y² = r² centred at the origin, the tangent at a point (a, b) on the circle has equation ax + by = r². Here (a, b) = (9, 40) and r² = 1681, so the tangent is 9x + 40y = 1681. Choosing 40x + 9y = 1681 swaps the coefficients, using the y-coordinate as the x-coefficient and the x-coordinate as the y-coefficient. Choosing 9x + 40y = 41 uses the radius 41 instead of r² = 1681 as the constant. Choosing 9x − 40y = 1681 has the correct coefficients and constant but the wrong sign on the y-term.
- (a) 4 — The gradient of a straight line through two points is the change in y divided by the change in x. Change in y = 21 − 5 = 16. Change in x = 6 − 2 = 4. Gradient = 16 ÷ 4 = 4. Dividing x by y instead of y by x gives 0.25; forgetting to divide by the change in x at all leaves 16; dividing by only one of the two x-coordinates, 16 ÷ 2 = 8, uses the wrong denominator.
- (d) x = 2 — Method: expand the bracket by multiplying both terms inside it by 2, then undo the addition and the multiplication in turn. Working: expanding gives 2x + 6 = 10; subtracting 6 from both sides gives 2x = 4; dividing both sides by 2 gives x = 2. Answer: x = 2. The distractors: x = 5 comes from dividing both sides by 2 first, reaching x + 3 = 5 and writing 5 without taking the 3 away; x = 8 comes from adding 6 to both sides instead of subtracting it, giving 2x = 16; x = 3.5 comes from expanding 2(x + 3) as 2x + 3, multiplying only the x by the 2, which leads to 2x = 7.
- (a) −3/4 — Method: the tangent at a point on a circle is perpendicular to the radius drawn to that point, so find the gradient of the radius and then take its negative reciprocal. Working: the radius joins (0, 0) to (6, 8), so its gradient is 8 ÷ 6, which cancels to 4/3. Turning 4/3 upside down gives 3/4, and changing the sign gives −3/4. Answer: the gradient of the tangent is −3/4. The distractors: 4/3 is the gradient of the radius itself, quoted without taking the perpendicular at all; −4/3 changes the sign but leaves the fraction the same way up, so the two gradients do not multiply to give −1; 3/4 turns the fraction upside down but keeps it positive, which is the other half of the same rule left undone.
Build your own mix at the worksheet builder.