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 table shows the speed, in m/s, of a cyclist at times, in seconds, 1 second apart: 0 at t = 0, 7 at t = 1, 12 at t = 2, 15 at t = 3, 16 at t = 4, 14 at t = 5, 9 at t = 6. Using the trapezium rule with strip width 1 second, estimate the distance the cyclist travels between t = 2 and t = 5 only.
- 2.The equation x² − x − 6 = 0 has roots x = 3 and x = −2. It can be rearranged as xₙ₊₁ = xₙ² − 6. This formula is used with starting value x₀ = 2.9, close to the root x = 3. Work out what happens to the sequence of values as n increases.
- 3.A line has equation y = −4x + 1. Work out the equation of the line perpendicular to it that passes through the point (0, 3).y = -4x + 1
- 4.A company's weekly profit, P thousand pounds, when it makes x thousand items is modelled by P = x² − 8x + 12, for x ≥ 0. Work out the values of x for which the company makes a loss.
- 5.A gardener charges a fixed fee of £15 plus £8 for each hour worked. The total charge, £T, for a job lasting h hours is given by T = 15 + 8h. Work out the charge for a job lasting 4 hours, and identify what kind of statement T = 15 + 8h is.
- 6.The first four terms of a sequence are 4, 9, 14, 19. Work out an expression, in terms of n, for the nth term.
- 7.Write down the expression that means the same as m² × m × 3.
- 8.A point has coordinates (x, y). In which two quadrants is the product x × y positive?
- 9.The 2nd term of a geometric sequence is 6 and the 4th term is 24. Given that all the terms of the sequence are positive, work out the common ratio.
- 10.Solve the inequality 2(3x − 1) ≥ 4x + 8.
- 11.The equation 3(2x − 1) = 4x + 9 is rearranged by expanding the brackets. Which of these is the correctly expanded equation?
- 12.The graph of y = f(x) has a minimum turning point at (3, −5), crosses the x-axis at x = 1, and crosses the y-axis at (0, −2). Exactly one of these statements about the graph of y = −f(x + 2) is true. Which statement is true?
- 13.Work out the value of (x − 4)/2 + 3 when x = 10
- 14.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.
- 15.Simplify fully: (x + 2)/(3x) × 6x²/(x² − 4)
Answer key
- (d) 44 m — The trapezium rule between t = 2 and t = 5 uses only the speeds at t = 2, 3, 4 and 5 — 12, 15, 16 and 14 — with three strips of width 1: adding the first and last readings and twice the sum of the middle readings gives 12 + 14 + 2 × (15 + 16) = 88, and half of that is 44 m. Writing 68.5 m comes from applying the trapezium rule to the whole table, from t = 0 to t = 6, instead of restricting it to the interval t = 2 to t = 5 that the question asks for. Writing 28.5 m comes from forgetting to double the two middle readings, 15 and 16, in the trapezium rule formula. Writing 39 m comes from averaging only the first and last speeds in the interval, 12 and 14, and multiplying by the 3-second interval, ignoring the readings at t = 3 and t = 4 in between.
- (c) The sequence diverges, moving away from x = 3 — Starting from x₀ = 2.9: x₁ = 2.9² − 6 = 2.41, x₂ = 2.41² − 6 = −0.19, x₃ = (−0.19)² − 6 = −5.96, x₄ = (−5.96)² − 6 = 29.56 — the values swing away from 3 and grow rapidly, so the sequence diverges rather than settling anywhere. Choosing 'settles towards x = 3' assumes that starting close to a root is enough for a rearrangement to converge to it, which is not always true — this rearrangement changes values too steeply near x = 3 to stay there. Choosing 'settles towards x = −2' assumes a diverging sequence must eventually land on the other root; instead it runs away to increasingly large values. Choosing 'stays constant at 2.9' ignores that applying the formula changes the value at every step.
- (d) y = (1/4)x + 3 — The given line has gradient −4, so the perpendicular gradient is the negative reciprocal, 1/4. Since (0, 3) is the y-intercept, the perpendicular line is y = (1/4)x + 3. Distractor routes: y = −4x + 3 uses the original line's own gradient instead of the perpendicular gradient, only changing the intercept for the new point. y = (−1/4)x + 3 takes the reciprocal of −4 but forgets to change its sign, so it is not the true negative reciprocal. y = 4x + 3 negates the gradient −4 but does not take its reciprocal, giving 4 instead of 1/4.
- (b) 2 < x < 6 — Factorise: x² − 8x + 12 = (x − 2)(x − 6), giving roots at x = 2 and x = 6. Since the coefficient of x² is positive, the graph is a U-shape that is negative, below the axis, between its roots. So P < 0 for 2 < x < 6. Distractor routes: x < 2 or x > 6 takes the region outside the roots, which is where P is positive, a profit, the opposite of a loss. 2 ≤ x ≤ 6 includes the endpoints, where P = 0 exactly, break-even rather than a loss, since the inequality is strict. −6 < x < −2 comes from factorising as (x + 2)(x + 6), reversing the sign of both roots.
- (b) £47, and T=15+8h is a formula (relates T and h). — The charge is £15 fixed plus £8 for each hour: T=15+8h, so for h=4, T=15+8×4=15+32=47. Because T=15+8h relates two different quantities, the total charge T and the number of hours h, it is a formula, not an equation — an equation is solved for one particular value of an unknown, but this relationship holds for every value of h a job might last. A candidate who forgets to include the fixed £15 fee would compute only 8×4=32. A candidate who adds the three numbers in the formula together instead of multiplying the hourly rate by the number of hours would compute 15+8+4=27. A candidate who correctly finds the charge but mistakes the formula for an equation, treating it as something to be solved for one specific value of h rather than a general relationship between T and h, would pick the correct charge with the wrong classification.
- (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).
- (d) 3m³ — Method: multiply the powers of m by adding their indices, then bring the number coefficient to the front. Working: m² × m has indices 2 and 1; add them to get 3, giving m³, then × 3 gives 3m³. Answer: 3m³. 3m² comes from multiplying the indices instead of adding them: 2 × 1 = 2, giving m², then × 3 = 3m². m³ comes from correctly combining the m's but dropping the coefficient 3. m⁶ comes from multiplying the index by the coefficient instead of writing the coefficient in front: taking the 2 in m² and the 3 to give m raised to the power 2 × 3, which is m⁶, with the lone m left out.
- (b) the first and the third — Method: the sign of a product depends only on the signs of the two numbers multiplied: like signs give a positive product and unlike signs a negative one, so look for the quadrants in which both coordinates carry the same sign. Working: in the first quadrant x and y are both positive, and positive times positive is positive; in the third quadrant both are negative, and negative times negative is positive as well; in the second quadrant x is negative while y is positive, and in the fourth x is positive while y is negative, so each of those gives a negative product. Answer: the first and the third. The distractors: 'the second and the fourth' comes from applying the rule for a NEGATIVE product, unlike signs, to a positive one; 'the first and the second' comes from testing only the y-coordinate and keeping the quadrants where the height is positive; 'the first and the fourth' comes from testing only the x-coordinate in the same way.
- (c) 2 — For a geometric sequence, a₄ = a₂ × r². So r² = a₄ ÷ a₂ = 24 ÷ 6 = 4, giving r = 2 or r = −2. Since all the terms are positive, r = 2. 4 comes from computing a₄ ÷ a₂ = 4 and stopping there, without taking the square root to find r. 18 comes from subtracting instead of dividing: a₄ − a₂ = 24 − 6 = 18, taken directly as the common ratio. −2 is the other square root of 4, but it is rejected because all the sequence's terms are given as positive.
- (b) x ≥ 5 — Expand the bracket: 2(3x − 1) = 6x − 2, so the inequality is 6x − 2 ≥ 4x + 8. Subtract 4x from both sides and add 2 to both sides: 2x ≥ 10. Divide both sides by 2: x ≥ 5. A candidate who only multiplies the 3x by 2 and forgets to multiply the −1 gets 6x − 1 ≥ 4x + 8, leading to x ≥ 4.5. A candidate who adds 4x instead of subtracting it gets 10x ≥ 10, leading to x ≥ 1. A candidate who multiplies by 2 instead of dividing gets x ≥ 20.
- (b) 6x − 3 = 4x + 9 — Method: multiply every term inside the bracket by the number outside it; the right-hand side stays as it is given. Working: 3 × 2x = 6x and 3 × (−1) = −3, so 3(2x − 1) = 6x − 3. Answer: 6x − 3 = 4x + 9. 6x − 1 = 4x + 9 comes from multiplying only the 2x by 3 and leaving the −1 unchanged. 5x − 3 = 4x + 9 comes from adding the 3 to the 2 instead of multiplying, treating 3 × 2x as (3 + 2)x = 5x. 6x − 4 = 4x + 9 comes from working out 3 × (−1) as −1 − 3 = −4 instead of 3 × (−1) = −3.
- (d) y = −f(x + 2) has a maximum turning point at (1, 5). — y = f(x + 2) translates the graph 2 units in the negative x-direction, so the turning point's x-coordinate moves from 3 to 1; reflecting in the x-axis then negates the y-coordinate, turning −5 into 5, and also turns a minimum into a maximum — giving a true maximum turning point at (1, 5). Translating the root at x = 1 in the wrong direction, adding 2 instead of subtracting it, gives x = 3, but the true image root is at 1 − 2 = −1, so that statement is false. Keeping the coordinates (1, 5) correct but forgetting that reflecting in the x-axis turns a minimum into a maximum gives a false "minimum turning point" statement. Getting the reflection's effect on the turning-point type right (a maximum) but translating the x-coordinate in the wrong direction, using 3 + 2 = 5 instead of 3 − 2 = 1, gives a false statement at (5, 5).
- (c) 6 — Method: substitute the value, work out the top of the fraction first, then the division, and add the 3 last. Working: the top gives 10 − 4 = 6, dividing by 2 gives 6 ÷ 2 = 3, and adding 3 gives 3 + 3 = 6. Answer: 6. The distractors: 11 comes from dividing only the 4 by 2 instead of the whole of the top, giving 10 − 2 + 3; 4.5 comes from dividing the + 3 by 2 as well, giving (10 − 4 + 3) ÷ 2; 0 comes from subtracting the wrong way round on the top, giving (4 − 10) ÷ 2 = −3 and then −3 + 3.
- (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.
- (d) 2x/(x − 2) — Factorise x² − 4 as (x − 2)(x + 2) first — it's a difference of two squares. The (x + 2) in the numerator then cancels with the (x + 2) in the factorised denominator, and 6x² ÷ 3x simplifies to 2x, leaving 2x/(x − 2). Writing 2/(x − 2) comes from over-cancelling 6x² ÷ 3x as 2 instead of 2x, dropping the x that should remain. Writing 2x/(x + 2) comes from factorising x² − 4 as (x + 2)² instead of (x − 2)(x + 2), a difference of two squares always has one plus and one minus bracket. Writing 2x²/(x − 2) comes from simplifying 6x² ÷ 3x as 2x² instead of 2x, dividing the coefficients but not reducing the power of x.
Build your own mix at the worksheet builder.