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 theatre's front row has 18 seats. Each row behind has 4 more seats than the row in front. Which row has exactly 62 seats?
- 2.The discriminant of a quadratic equation is greater than zero. Which statement about the solutions of that equation is correct?
- 3.A ball's height, h metres, t seconds after being thrown follows h = (t − 1)(9 − t). Given that the ball is at ground level at t = 1 and t = 9, work out at what time t the ball reaches its maximum height, using symmetry.
- 4.A car accelerates uniformly from rest at 2.5 m/s² until it reaches a speed of 20 m/s, then travels at this constant speed for a further 30 seconds. Work out the total distance travelled.
- 5.A proof that the product of two consecutive even numbers is always a multiple of 8 begins: Let the two consecutive even numbers be 2n and 2n + 2, so their product is 2n(2n + 2) = 4n(n + 1). Which line correctly completes the proof?
- 6.A sequence has the position-to-term rule n² − 3, where n is the position number. Work out the difference between the 6th term and the 5th term.
- 7.The mass of a chemical sample decays by 15% every hour. It starts at 500 g. Work out the mass remaining after 3 hours, correct to 1 decimal place.
- 8.A straight line has equation y = 4 − 3x. Work out the gradient of the line.
- 9.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.
- 10.The graph of y = f(x) has a minimum turning point at (3, 2). Write down the coordinates of the minimum turning point of the graph of y = f(x) + 5.
- 11.Which expression means 'add 3 to n, then multiply the result by 4'?
- 12.Using the table of values of f(x) (x = 0, 1, 2, 3 gives f(x) = 5, 8, 4, 1), work out the value of −f(x) when x = 1.
- 13.A market trader builds a display of oranges in a rectangular block. The block is n oranges wide and 4 oranges longer than it is wide. The number of oranges needed is 5 when n = 1, 12 when n = 2, 21 when n = 3, 32 when n = 4, and 45 when n = 5. Work out an expression, in terms of n, for the number of oranges needed for a display of width n.
- 14.The equation x² + 2x − 5 = 0 can be solved using the iterative formula xₙ₊₁ = 5/(xₙ + 2). The starting value is x₀ = 1, so x₁ is the value after the formula has been used once. Work out x₂ correct to 2 decimal places.
- 15.The formula connecting speed, distance and time is v = s ÷ t. Work out v, in km/h, when s = 180 and t = 4.
Answer key
- (d) 12 — Method: write the nth term of the sequence, 18 + 4(n − 1), set it equal to 62, and solve for n. Working: 18 + 4(n − 1) = 62, so 4(n − 1) = 44, giving n − 1 = 11, so n = 12. Answer: row 12. 11 comes from using 18 + 4n = 62 instead of 18 + 4(n − 1) = 62, an off-by-one error, giving n = 11. 48 comes from correctly simplifying to 4n = 48 but stopping there, without dividing by 4 to find n. 15.5 comes from dividing 62 by 4 directly, ignoring the 18 seats already in the front row.
- (c) It has two different real solutions — Method: the discriminant is the quantity under the square root sign in the quadratic formula, so its sign decides how many real values the formula produces. Working: when the discriminant is positive its square root is a real number that is not zero, and the formula adds that root and subtracts it in turn, so the two results are different; a positive discriminant that is not a perfect square still gives two solutions, but they are not whole numbers. Answer: it has two different real solutions. The distractors: one repeated real solution is what a discriminant of zero gives, because adding and subtracting zero changes nothing; no real solutions is what a negative discriminant gives, because a negative number has no real square root; two whole-number solutions happens only when the discriminant is a perfect square and the division works out exactly, which a positive discriminant does not guarantee.
- (d) t = 5 — The maximum height occurs halfway between the two times when the ball is at ground level: the midpoint of t = 1 and t = 9 is (1 + 9) ÷ 2 = 5, so the ball reaches its maximum height at t = 5 seconds. Getting t = 4 comes from halving the DIFFERENCE between the times, 9 − 1 = 8, then 8 ÷ 2 = 4, instead of finding their midpoint. Getting t = 8 uses that difference, 9 − 1 = 8, as if the gap between the two times were itself the time of the maximum. Getting t = 10 adds the two times, 1 + 9 = 10, but forgets to divide by 2.
- (d) 680 m — First find how long the acceleration takes: acceleration = change in speed ÷ time, so 2.5 = 20 ÷ t, giving t = 20 ÷ 2.5 = 8 seconds. The distance during this phase is the area of a triangle with base 8 and height 20: 1/2 × 8 × 20 = 80 m. The distance during the constant-speed phase is 20 × 30 = 600 m, since distance = speed × time at a constant speed. The total distance is 80 + 600 = 680 m. Using the given 30 seconds for the acceleration phase as well, 1/2 × 30 × 20 = 300, plus the correct 600, gives 900 m — but 30 seconds is only stated for the constant-speed phase. Leaving out the 1/2 and using the full rectangle for the acceleration phase, 8 × 20 = 160, plus the correct 600, gives 760 m — the speed is not constant during acceleration, so this area is a triangle, not a rectangle. Swapping the two times round, and using 8 seconds for the constant-speed distance instead of 30, 20 × 8 = 160, plus the correct triangle area of 80, gives 240 m.
- (d) n and n + 1 are consecutive integers, so one of them must be even; this makes n(n + 1) even, so 4n(n + 1) is 4 × an even number, which is a multiple of 8. — The proof needs a reason why n(n + 1) is even, not just an assertion. n and n + 1 are consecutive integers, so exactly one of them is even; multiplying by that even number keeps n(n + 1) even, so 4n(n + 1) = 4 × (an even number), and 4 × an even number always has a further factor of 2 hidden inside it, making the whole product a multiple of 8. The option 'is a multiple of 4, and because n and n + 1 are consecutive integers, it must be a multiple of 8' asserts the multiple-of-8 conclusion directly from 'multiple of 4' and 'consecutive integers' without ever showing that n(n + 1) itself is even — the missing step is exactly what earns the mark. The option '4n is always a multiple of 4 ... which means it is a multiple of 8' mistakes 4n being a multiple of 4 for the whole product 4n(n + 1) being a multiple of 8; that extra factor of 2 only comes from n(n + 1) being even, not from 4n alone. The option that expands to 4n² + 4n and calls it 'clearly a multiple of 8' never checks for a factor of 2 beyond the 4 already there — the word 'clearly' is standing in for a missing argument.
- (a) 11 — Method: work out each term separately using the rule n² − 3, then subtract. Working: 6th term = 6² − 3 = 36 − 3 = 33. 5th term = 5² − 3 = 25 − 3 = 22. Difference: 33 − 22 = 11. Answer: 11. 8 comes from subtracting the constant −3 once at the end instead of it already being included in both terms, (36 − 25) − 3. 1 comes from working out (6 − 5)² instead of finding 6² and 5² separately and then subtracting. −11 comes from subtracting in the wrong order, the 5th term minus the 6th term instead of the 6th minus the 5th.
- (c) 307.1 g — The multiplier for one hour is 1 − 0.15 = 0.85. After 3 hours the mass is 500 × 0.85³. Since 0.85 × 0.85 = 0.7225 and 0.85 × 0.7225 = 0.614125, the mass is 500 × 0.614125 = 307.0625 g, which rounds to 307.1 g. Stopping after only 2 hours instead of 3 gives 500 × 0.7225 = 361.25 g, which rounds to 361.3 g — wrong, because the question asks for 3 hours, not 2. Treating the decay as simple (15% × 3 = 45% lost in total, applied once) gives 500 × 0.55 = 275.0 g, which is wrong because the decay compounds hour by hour rather than adding up. Working out the AMOUNT LOST instead of the mass remaining gives 500 − 307.0625 = 192.9375 g, which rounds to 192.9 g — wrong, because the question asks what remains, not what has decayed away. Whenever a percentage decreases repeatedly, multiply by the same factor each period rather than adding the percentages together.
- (d) −3 — Method: rewrite the equation in the form y = mx + c, then read off the gradient. Working: y = 4 − 3x can be written as y = −3x + 4, so comparing with y = mx + c gives m = −3. Answer: the gradient is −3. The value 3 comes from ignoring the negative sign on the x term. The value 4 comes from reading off the y-intercept instead of the gradient. The value −4 comes from a sign error, applying the negative sign to the intercept instead of the gradient.
- (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) (3, 7) — y = f(x) + 5 is a vertical translation of y = f(x) by 5 units up — the translation vector is (0, 5) — so only the y-coordinate of any point changes. Turning point (3, 2) → (3, 2 + 5) = (3, 7). Adding the 5 to the x-coordinate, or treating it as a horizontal shift like y = f(x + 5), moves the wrong coordinate — check first whether the number sits inside or outside the brackets.
- (c) 4(n + 3) — 'Add 3 to n' must happen before 'multiply the result by 4', so the addition needs brackets to show it happens first: 4(n + 3). Writing 4n + 3 multiplies n by 4 immediately and only adds the 3 afterwards, which reverses the order the words describe. Writing n + 3 × 4 only multiplies the 3 by 4, and adds n as a separate, unmultiplied term — it treats 'the result' as just the 3, not the whole of n + 3. Writing 3(n + 4) keeps the correct structure but swaps which number is added and which is multiplied. The expression for 'add 3 to n, then multiply the result by 4' is 4(n + 3).
- (a) −8 — −f(x) means take the output value from the table and change its sign, without changing which x-value is looked up. From the table, f(1) = 8, so −f(1) = −8. Reading f(1) = 8 from the table but forgetting to apply the negative sign gives 8. Misreading the row and using f(0) = 5 instead of f(1) = 8, then negating it, gives −5. Confusing −f(x) with f(x) − 1 — taking f(1) = 8 and subtracting 1 instead of negating — gives 7.
- (b) n² + 4n — First differences of 5, 12, 21, 32, 45 are 7, 9, 11, 13. Second differences are 2, 2, 2, so a = 2 ÷ 2 = 1. Subtracting n² (1, 4, 9, 16, 25) from the totals (5, 12, 21, 32, 45) leaves 4, 8, 12, 16, 20, the linear expression 4n. So the number of oranges is n² + 4n. Using the second difference itself as the coefficient of n², without halving it, gives 2n² + 4n. Finding a = 1 correctly but dropping the linear remainder 4n entirely leaves n². Treating the first first difference (7) as a constant common difference and building a linear formula 5 + 7(n − 1) = 7n − 2 fits only the first two totals, and gives 19 for n = 3 instead of 21.
- (a) 1.36 — Method: put the starting value into the right-hand side to get x₁, feed that value back in to get x₂, and round only once the second value has been found. Working: x₁ = 5 ÷ (1 + 2) = 5 ÷ 3 = 1.66666…; x₂ = 5 ÷ (1.66666… + 2) = 5 ÷ 3.66666… = 1.36363…. The digit in the third decimal place is 3, so x₂ = 1.36 correct to 2 decimal places. Answer: 1.36. The distractors: 1.67 is x₁, the value after a single use of the formula, given by a candidate who counts the starting value itself as x₁; 1.49 is x₃ = 1.48648…, one use of the formula too many; 1.37 comes from writing x₁ down as 1.66, truncating the display instead of keeping it in full, and then working out 5 ÷ 3.66 = 1.36612…, which rounds up to 1.37.
- (d) 45 — v = s ÷ t = 180 ÷ 4 = 45 km/h. 720 comes from multiplying s and t instead of dividing, 180 × 4. 184 comes from adding s and t instead of dividing, 180 + 4. 176 comes from subtracting t from s instead of dividing, 180 − 4.
Build your own mix at the worksheet builder.