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.
Calculator
Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- 1.A tap's flow rate, in litres per minute, is plotted against time, in minutes, on a graph. What are the units of the area under this graph?
- 2.A rectangular sheet of metal measures 20 cm by 12 cm. A square of side x cm is cut from each corner and the sides are folded up to make an open box of volume 200 cm³. This gives x³ − 16x² + 60x − 50 = 0, which can be solved using the iterative formula xₙ₊₁ = (16xₙ² − xₙ³ + 50)/60. The starting value is x₀ = 1, so x₁ is the value after the formula has been used once. Work out x₃, and use it to find the longer side of the base of the box correct to 1 decimal place.
- 3.A gym charges a joining fee plus a monthly fee. Anna paid £100 in total after 3 months of membership. Ben paid £160 in total after 6 months of membership (same joining fee and monthly fee as Anna). Work out the monthly fee.
- 4.Two students each use the trapezium rule to estimate the area under the same curve between x = 0 and x = 8. Student A uses 4 strips of width 2. Student B uses 8 strips of width 1. Which estimate is more likely to be closer to the true area, and why?
- 5.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.
- 6.The iterative formula xₙ₊₁ = √(2xₙ + 3) is used repeatedly, starting from x₀ = 1. As n increases, the values of xₙ converge to a limit, L. Work out L.
- 7.A tap fills a tank at a varying rate. A graph shows the rate of flow, in litres per minute, against time, in minutes. What does the area under this graph represent?
- 8.Solve the inequality 6.3x + 1.8 ≤ 40. Hence write down the greatest number with exactly one decimal place that satisfies the inequality.
- 9.A recipe gives the cooking time, in minutes, for a chicken as T = 40m + 20, where m is the mass in kg. A chicken has a mass of 1.8 kg. Work out the cooking time in hours and minutes.
- 10.The mean of four numbers is 12.5. Three of the numbers are 8, 15 and 19. Form an equation using n for the fourth number, and solve it to find n.
- 11.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².
- 12.A tree is 2 metres tall. Each year its height increases by 10% of its height at the start of that year. Work out the height of the tree after 3 years, giving your answer to 1 decimal place.
- 13.A cyclist's speed-time graph is described as follows: speed increases steadily from 0 m/s to 8 m/s over the first 4 seconds, stays constant at 8 m/s for the next 6 seconds, then decreases steadily to 0 m/s over the final 2 seconds. Work out the total distance travelled.
- 14.A population of bacteria doubles every 3 hours. It starts at 800. Work out the population after 9 hours.
- 15.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.
Answer key
- (a) Litres — The area under a graph is found by multiplying a y-value by an x-value, so its units are the y-axis units multiplied by the x-axis units: litres per minute × minutes = litres, since the 'per minute' cancels with the 'minutes'. Answering 'litres per minute' keeps the y-axis units unchanged, as if multiplying by time did nothing to the units at all. Answering 'litres per minute squared' treats the x-axis as also being measured 'per minute', squaring a unit that should instead cancel. Answering 'minutes' keeps only the x-axis units and drops the rate altogether.
- (c) 17.7 cm — Method: the iteration converges on x, the depth of the box, which is also the side of each square cut away; a square is removed from both ends of the 20 cm side, so the longer side of the base is 20 − 2x. Run the formula three times, then carry out that subtraction. Working: x₁ = (16 × 1² − 1³ + 50) ÷ 60 = 65 ÷ 60 = 1.08333…; x₂ = 67.50636… ÷ 60 = 1.12510…; x₃ = 68.82959… ÷ 60 = 1.14715…. The longer side of the base is 20 − 2 × 1.14715… = 17.70568…, which is 17.7 cm correct to 1 decimal place. Answer: 17.7 cm. The distractors: 1.1 cm is x₃ itself rounded, the depth of the box, given by a candidate who runs the iteration correctly and then stops before the step the question actually asks for; 18.9 cm is 20 − 1.14715…, taking away one square instead of two and forgetting that a corner is cut from each end of that side; 9.7 cm is 12 − 2 × 1.14715…, the shorter side of the base, which measures the wrong edge of the sheet.
- (d) £20 — Let f be the joining fee and m the monthly fee: f + 3m = 100 and f + 6m = 160. Subtracting the first equation from the second eliminates f: 3m = 60, so m = 20. A candidate who finds the joining fee instead of the monthly fee would get f = 100 − 3(20) = £40. A candidate who divides Ben's total by his number of months, ignoring that part of the cost is a fixed joining fee, would get 160 ÷ 6 ≈ £26.67. A candidate who divides the difference in cost by the total number of months instead of the difference in months would get (160 − 100) ÷ 9 ≈ £6.67.
- (b) Student B's — narrower strips fit the curve more closely. — The trapezium rule replaces the curve with straight-line segments; the narrower each strip, the more closely its straight edge follows the curve, so Student B's estimate with 8 narrower strips is more likely to be closer to the true area. Reasoning from the number of arithmetic steps rather than from how well the straight lines fit the curve gives the wrong claim that Student A makes fewer rounding errors. Believing the trapezium rule is exact, rather than an estimate that improves with narrower strips, gives the wrong claim that the two are always the same. Believing wider strips smooth out the curve better, rather than following it less closely, gives the wrong claim in favour of Student A's wider strips.
- (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.
- (b) 3 — At the limit, L = √(2L + 3). Squaring both sides: L² = 2L + 3, so L² − 2L − 3 = 0, which factorises as (L − 3)(L + 1) = 0, giving L = 3 or L = −1. Since the sequence of iterates stays positive throughout, the limit is L = 3. Taking the other, negative root without rejecting it gives −1. Treating the equation L = 2L + 3 as already linear, forgetting to square both sides first, gives −L = 3, so L = −3. A sign error when factorising, writing (L + 3)(L − 1) = 0 instead of (L − 3)(L + 1) = 0, gives L = 1.
- (b) The total volume of water, in litres, that has flowed in. — On a rate-time graph, the y-axis is in litres per minute and the x-axis is in minutes; multiplying a rate by a time gives litres per minute × minutes = litres, a total volume. So the area under the graph represents the total volume of water that has flowed in. Thinking the area itself represents the rate, rather than what the rate accumulates to, gives the wrong claim about the average rate of flow. Confusing the area with the gradient of the graph — which measures how the rate is changing — gives the wrong claim about litres per minute squared. Ignoring the flow-rate axis and focusing only on the time axis gives the wrong claim that the area is simply the total time.
- (d) 6.0 — Subtract 1.8 from both sides: 6.3x ≤ 38.2. Divide both sides by 6.3: x ≤ 6.0634… . The question asks for the greatest value to 1 decimal place that still satisfies the inequality. Testing 6.1: 6.3 × 6.1 + 1.8 = 40.23, which is more than 40, so 6.1 fails. Testing 6.0: 6.3 × 6.0 + 1.8 = 39.6, which is no more than 40, so 6.0 works and is the greatest such value. A candidate who simply rounds 6.0634… to 1 decimal place answers 6.1, without checking that it satisfies the inequality. A candidate who adds 1.8 instead of subtracting works out 41.8 ÷ 6.3 and answers 6.6. A candidate who forgets the 1.8 altogether divides 40 by 6.3 and answers 6.3.
- (d) 1 hour 32 minutes — T = 40 × 1.8 + 20 = 72 + 20 = 92 minutes. Since 92 = 60 + 32, the cooking time is 1 hour 32 minutes. A candidate who rounds the mass to 2 kg before substituting gets 40 × 2 + 20 = 100 minutes = 1 hour 40 minutes. A candidate who forgets to add the 20 minutes gets 40 × 1.8 = 72 minutes = 1 hour 12 minutes. A candidate who multiplies the mass by (40 + 20) = 60 instead of substituting into the formula gets 1.8 × 60 = 108 minutes = 1 hour 48 minutes.
- (d) 8 — Since the mean of the four numbers is 12.5, their total is 4 × 12.5 = 50. The three known numbers add up to 8 + 15 + 19 = 42, so n = 50 − 42 = 8. A candidate who multiplies the mean by 3 instead of 4 gets a total of 37.5, giving n = 37.5 − 42 = −4.5. A candidate who forgets to subtract the three known numbers and gives the total itself as n states n = 50. A candidate who subtracts the mean from the total of the three known numbers instead of the other way round gets n = 42 − 12.5 = 29.5.
- (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.
- (d) 2.7 — The height after 3 years of 10% compound growth is 2 × 1.1³ = 2.662 m, which rounds to 2.7 m. A candidate who adds 10% of the original height (0.2 m) in each of the 3 years, instead of compounding on the new height each time, would reach 2 + 3×0.2 = 2.6 m. A candidate who compounds for only 2 years would reach 2 × 1.1² = 2.42 m, rounding to 2.4 m. A candidate who compounds for 4 years instead of 3 would reach 2 × 1.1⁴ = 2.928 m, rounding to 2.9 m.
- (c) 72 m — The first section is a triangle with base 4 s and height 8 m/s, area = 1/2 × 4 × 8 = 16 m. The middle section is a rectangle with base 6 s and height 8 m/s, area = 6 × 8 = 48 m. The final section is a triangle with base 2 s and height 8 m/s, area = 1/2 × 2 × 8 = 8 m. Total distance = 16 + 48 + 8 = 72 m. Treating both sloping sections as full rectangles instead of triangles — forgetting the factor of a half — gives 4 × 8 + 6 × 8 + 2 × 8 = 96 m, which is wrong because a sloping speed-time section is a triangle, not a rectangle. Leaving out the final, decreasing section entirely gives 16 + 48 = 64 m, which is wrong because the cyclist is still moving and covering distance while slowing down. Leaving out the middle, constant-speed section gives 16 + 8 = 24 m, which is wrong because the cyclist covers the most distance of all during the 6 seconds of constant speed.
- (c) 6,400 — 9 hours contains 9 ÷ 3 = 3 whole periods of doubling, so the population is 800 × 2³. Since 2³ = 8, the population after 9 hours is 800 × 8 = 6,400. Adding 100% growth three times instead of compounding it — treating the growth as simple, not repeated doubling — gives 800 × 4 = 3,200, which is wrong because each period doubles the CURRENT population, not the original one. Using 9 as the power instead of dividing by the 3-hour period first gives 800 × 2⁹ = 409,600, which is wrong because the exponent counts periods, not hours. Giving the growth factor 2³ = 8 on its own, without multiplying by the starting population 800, leaves the answer as 8, which is wrong because the question asks for the population, not the multiplier. Always check that your final number of periods matches the total time divided by the period length.
- (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.
Build your own mix at the worksheet builder.