18 demanding questions: algebraic proof, functions, vectors, histograms, conditional probability and iteration.
🔺 Higher stretch — grade 8 and 9 topics
The top of a Higher paper is not the same content done faster — it is the statements that only appear at the top, and questions that hide two steps inside one instruction. This sheet gathers eighteen of them: algebraic proof and showing two expressions are equivalent, inverse and composite functions, transformations of graphs, the equation of a circle and its tangent, iteration, vectors used to construct a geometric argument, histograms with unequal class intervals, and conditional probability from a tree or a Venn diagram. It is deliberately hard and deliberately short. If you get half of it out, you are working where grades 8 and 9 are decided — and the worked answers are written to show the step that was actually being tested, not just the arithmetic around it.
- 1.The equation 7x = x² + 3 can be solved using the iterative formula xₙ₊₁ = (xₙ² + 3) ÷ 7. Taking x₀ = 0.4, x₁ = 0.4514 correct to 4 decimal places. Using the full unrounded value of x₁, work out x₂ correct to 3 decimal places.
- 2.A cuboid has a square base of side x metres and a height that is 3 m more than x. Its volume is 150 m³. This gives the equation x³ + 3x² − 150 = 0, which can be solved using the iterative formula xₙ₊₁ = ∛(150 − 3xₙ²). Taking x₀ = 4, work out x₂ correct to 2 decimal places.
- 3.OABC is a parallelogram, with OA = a and OC = c. X is the point on AC such that AX is a third of XC. Express the vector OX in terms of a and c.
- 4.In a group of 50 people, 32 own a car, 20 own a bicycle and 9 own both a car and a bicycle. A person who owns a bicycle is picked at random. Work out the probability that this person does not own a car.
- 5.Forty pupils in class P and forty pupils in class Q each solved a puzzle. The times, in seconds, were summarised using cumulative frequency. For class P the lower quartile is 24, the median is 38 and the upper quartile is 46. For class Q the lower quartile is 30, the median is 35 and the upper quartile is 44. Write down the statement that correctly compares the two classes.
- 6.The times, t seconds, taken by 142 competitors to complete a lap are grouped like this: 0 ≤ t < 10, 20 competitors; 10 ≤ t < 25, 12 competitors; 25 ≤ t < 45, 50 competitors; 45 ≤ t < 75, 60 competitors. A histogram is drawn. Write down the class whose bar is the tallest.
- 7.A circle has equation x² + y² = 25. Does the point (3, 4) lie on this circle?
- 8.f(x) = x³ − 3x − 20, and the equation f(x) = 0 has exactly one solution. Work out the pair of consecutive integers between which that solution lies.y = x
- 9.y = 5 − 2x. Work out the value of x when y = 11.
- 10.The point (20, 21) lies on the circle x² + y² = 841, which has centre O(0, 0). The tangent to the circle at (20, 21) crosses the x-axis at P and the y-axis at Q. Work out the area of triangle OPQ, correct to 1 decimal place.
- 11.The equation x² − 3x − 7 = 0 can be solved using the iterative formula xₙ₊₁ = √(3xₙ + 7). The starting value is x₀ = 4, so x₁ is the value after the formula has been used once. Work out x₃ correct to 3 decimal places.
- 12.A plumber charges a call-out fee of £30 plus £25 per hour worked. Work out the total charge for a job that takes 3 hours.
- 13.f(x) = x³ − 5x − 6. Given that f(2.6) = −1.424 and f(2.7) = 0.183, work out what this shows about the equation x³ − 5x − 6 = 0.y = x
- 14.A surveyor marks two fixed points A and B, with position vectors OA = a and OB = b (in km) from a base station O. A relay mast P is to be placed on the line AB such that AP : PB = 3 : 2. Express the vector OP in terms of a and b.
- 15.m is the column vector with top number 4 and bottom number 6. n is the column vector with top number −6 and bottom number −9. Given that n = k × m for some number k, work out the value of k.
- 16.Show that the equation x³ − x − 3 = 0 has a solution between x = 1 and x = 2, by working out f(1) and f(2), where f(x) = x³ − x − 3.y = x
- 17.A company has 400 employees. 150 of them work part time and 160 of them cycle to work. Working part time and cycling to work are independent. Work out how many of the employees you would expect both to work part time and to cycle to work.
- 18.At a sports club, the numbers of members who play tennis and badminton are: 50 members play tennis, 40 members play badminton, and 18 members play both tennis and badminton. A member who plays tennis is chosen at random. Work out the probability that this member also plays badminton.
Answer key
- (b) 0.458 — x₁ = (0.4² + 3) ÷ 7 = 3.16 ÷ 7 = 0.4514 (unrounded, 0.451428...). x₂ = (x₁² + 3) ÷ 7 = (0.2038 + 3) ÷ 7 = 3.2038 ÷ 7 = 0.458 (3 d.p.). Choosing 0.632 divides only the 3 by 7 instead of dividing the whole sum x₁² + 3 by 7. Choosing 0.451 repeats the calculation for x₁ instead of moving on to x₂. Choosing 0.493 uses x₁ itself instead of x₁² inside the formula.
- (b) 4.39 — x₁ = ∛(150 − 3 × 4²) = ∛(150 − 48) = ∛102 = 4.672 (unrounded). x₂ = ∛(150 − 3 × 4.672²) = ∛(150 − 65.49) = ∛84.51 = 4.39 (2 d.p.). Choosing 4.67 stops after only one iteration, giving x₁ instead of x₂. Choosing 84.51 finds the value inside the cube root for x₂ but never takes the cube root. Choosing 6.32 comes from adding 3xₙ² instead of subtracting it inside the root, which does not match the given formula.
- (d) (3/4)a + (1/4)c — Method: OX = OA + AX, and since AX is a third of XC, AX is 1/4 of the whole of AC, with AC = c − a. Working: OX = a + 1/4(c − a) = a − (1/4)a + (1/4)c = (3/4)a + (1/4)c. Answer: OX = (3/4)a + (1/4)c. Measuring 1/4 of AC from C's end instead of A's swaps the fractions round, giving (1/4)a + (3/4)c; adding (1/4)c onto the whole of a without subtracting a inside the bracket first gives a + (1/4)c; and treating the ratio as though AX and XC were equal gives the midpoint, (1/2)a + (1/2)c. Convert the ratio to a fraction of AC measured from A, subtract before you scale, and then add the result to OA.
- (b) 11/20 — Method: the person picked is known to own a bicycle, so work inside the 20 bicycle owners and count how many of them do not own a car. Working: 9 of the 20 bicycle owners also own a car, so 11 of them do not. The probability is 11/20, which will not cancel. Answer: the probability is 11/20. The distractors: 9/20 gives the bicycle owners who DO own a car, answering the opposite event inside the correct group; 11/50 divides by the whole group of 50, keeping the restricted numerator but the full denominator; 11/32 puts the count over the number of car owners, conditioning on the wrong group entirely.
- (b) Q was faster on average and more consistent — Method: compare the medians for the average and the interquartile ranges for the spread, remembering that a shorter time is faster and a smaller interquartile range means more consistent. Working: the median for class Q is 35 seconds against 38 seconds for class P, so class Q was faster on average; the interquartile range for class P is 46 − 24 = 22 seconds and for class Q it is 44 − 30 = 14 seconds, so class Q's times are more tightly grouped. Answer: class Q was faster on average and more consistent. The distractors: calling Q slower comes from comparing the lower quartiles, 30 against 24, as though a quartile were the average; calling Q less consistent comes from using the gap between the median and the upper quartile as the spread, 44 − 35 = 9 against 46 − 38 = 8, instead of the full interquartile range; the statement that Q was both slower and less consistent comes from making both of those mistakes together.
- (d) 25 ≤ t < 45 — Method: the height of a bar on a histogram is the frequency density, so work out frequency ÷ class width for every class and compare the four heights. Working: 20 ÷ 10 = 2 for the first class; 12 ÷ 15 = 0.8 for the second; 50 ÷ 20 = 2.5 for the third; 60 ÷ 30 = 2 for the fourth. Answer: the largest of 2, 0.8, 2.5 and 2 is 2.5, so the tallest bar is the one for 25 ≤ t < 45. The distractors: 45 ≤ t < 75 comes from picking the class with the greatest frequency, 60, and treating a frequency as a height — but that class is three times as wide, so its 60 competitors are spread thinly; 10 ≤ t < 25 comes from dividing the class width by the frequency, 15 ÷ 12, and picking the largest of those reversed values; 0 ≤ t < 10 comes from assuming the narrowest class must always give the tallest bar, which is only true when the frequencies are equal.
- (d) Yes, because 3² + 4² = 25. — A point lies on the circle x² + y² = 25 exactly when substituting its coordinates makes the equation true. Squaring each coordinate separately and adding: 3² + 4² = 9 + 16 = 25, which matches the right-hand side, so (3, 4) does lie on the circle. Adding the coordinates without squaring them, 3 + 4 = 7, and then reasoning that 7 is less than 25 happens to reach the same verdict, but it is not testing the equation of the circle at all — the circle equation depends on x² + y², not x + y. Squaring the sum instead of summing the squares, (3 + 4)² = 49, not 25, wrongly rules the point out. Doubling each coordinate instead of squaring it, so that 4² is taken as 8, gives 9 + 8 = 17, not 25, which also wrongly rules the point out.
- (b) 3 and 4 — Method: the graph of f(x) is continuous, so where it crosses the x-axis the value of f(x) changes sign; substitute consecutive integers until one value is negative and the next is positive. Working: f(2) = 8 − 6 − 20 = −18, f(3) = 27 − 9 − 20 = −2 and f(4) = 64 − 12 − 20 = 32. The sign changes from negative to positive between x = 3 and x = 4, so the solution lies there. Answer: 3 and 4. The distractors: 2 and 3 comes from ignoring the −3x term and solving x³ = 20, whose root is 2.71, one interval to the left; 6 and 7 comes from reading x³ as x² and solving x² − 3x − 20 = 0, whose positive root is 6.22; 4 and 5 is the interval immediately after the change of sign, named by a candidate who finds f(4) positive and quotes the interval beginning there instead of the one across which the sign actually turned.
- (d) −3 — Substitute y = 11 into y = 5 − 2x, giving 11 = 5 − 2x. Subtracting 5 from both sides gives 6 = −2x, so x = 6 ÷ (−2) = −3. A candidate who mishandles the negative sign when rearranging, treating the equation as 6 = 2x, gets x = 3. A candidate who correctly finds −2x = 6 but forgets to divide by 2 at all gets x = 6. A candidate who adds 5 and 11 instead of subtracting, getting 2x = 16, gets x = 8.
- (a) 842.0 — The radius to (20, 21) has gradient 21/20, so the tangent's gradient is −20/21. The tangent line is y − 21 = −20/21(x − 20), i.e. y = −20/21x + 841/21. Setting y = 0 gives the x-intercept x = 841/20 = 42.05; setting x = 0 gives the y-intercept y = 841/21 ≈ 40.048. The area of triangle OPQ is 1/2 × 42.05 × 40.048 ≈ 842.0. 1684.0 comes from multiplying the two intercepts without the 1/2 that a triangle's area needs — twice the correct area. 580.7 comes from using the circle's radius, 29, as a side of the triangle instead of the x-intercept, 42.05: 1/2 × 29 × 40.048 ≈ 580.7. 2.0 comes from a sign error in the tangent's gradient — using 20/21 instead of −20/21 — which gives a different line, with intercepts x ≈ −2.05 and y ≈ 1.952, and area 1/2 × 2.05 × 1.952 ≈ 2.0.
- (d) 4.521 — x₁ = √(3 × 4 + 7) = √19 = 4.358898944. x₂ = √(3 × 4.358898944 + 7) = √20.076696833 = 4.480702716. x₃ = √(3 × 4.480702716 + 7) = √20.442108148 = 4.521294964, which rounds to 4.521. Mislabelling the starting value x₀ as x₁, so that the working stops one iteration too early, reports the true x₂ = 4.480702716, which rounds to 4.481. Working out one iteration too many reports the true x₄ = √(3 × 4.521294964 + 7) = 4.534741987, which rounds to 4.535. Applying the formula in the wrong order, calculating √(3xₙ) + 7 at every step instead of √(3xₙ + 7), gives, from x₀ = 4: √12 + 7 = 10.464101615, then √(3 × 10.464101615) + 7 = 12.602883619, then √(3 × 12.602883619) + 7 = 13.148873950, which rounds to 13.149.
- (b) £105 — The hourly charge is 25 × 3 = £75. Adding the call-out fee: £75 + £30 = £105. A candidate who forgets the call-out fee gives just the hourly charge, £75. A candidate who adds the call-out fee to the hourly rate before multiplying by the hours, (30 + 25) × 3, gets £165. A candidate who multiplies the call-out fee by the number of hours instead of the hourly rate, 30 × 3, gets £90.
- (a) It has a solution between x = 2.6 and x = 2.7 — f(2.6) is negative and f(2.7) is positive, so the graph of f crosses the x-axis between x = 2.6 and x = 2.7, meaning the equation has a solution there. Choosing 'x = 2.6 is a solution' reads an end of the interval as the root itself, but f(2.6) = −1.424, which is not zero — the change of sign locates a root between the two values, it does not land on either of them. Choosing 'between x = −2.6 and x = −2.7' confuses the negative f-VALUE at 2.6 with a negative x-value. Choosing 'no root in this interval' misapplies the rule, which needs a CHANGE of sign — and a change of sign is exactly what these two values show.
- (d) (2/5)a + (3/5)b — Method: OP = OA + AP, and since AP : PB = 3 : 2 splits AB into 5 equal parts, AP is 3/5 of the whole of AB, with AB = b − a. Working: OP = a + 3/5(b − a) = a − (3/5)a + (3/5)b = (2/5)a + (3/5)b. Answer: OP = (2/5)a + (3/5)b. Using the ratio the wrong way round, as though it read AP : PB = 2 : 3, gives (3/5)a + (2/5)b; adding (3/5)b onto the whole of a without subtracting a inside the bracket first gives a + (3/5)b; and treating the ratio as 1 : 1 gives the midpoint, (1/2)a + (1/2)b. Convert the ratio to a fraction of AB measured from A, matching the ORDER the ratio is stated in, and subtract before you scale.
- (c) −1.5 — Since n = k × m, dividing a number in n by the matching number in m gives k: k = −6 ÷ 4 = −1.5 (check with the bottom numbers: −9 ÷ 6 = −1.5, the same value, confirming n is a scalar multiple of m). 1.5 has the correct size but is missing the negative sign. −10 comes from subtracting the top numbers, −6 − 4, instead of dividing them. −24 comes from multiplying the top numbers, −6 × 4, instead of dividing them.
- (b) f(1) = −3 and f(2) = 3 — f(1) = 1³ − 1 − 3 = 1 − 1 − 3 = −3. f(2) = 2³ − 2 − 3 = 8 − 2 − 3 = 3. Since f(1) is negative and f(2) is positive, there is a change of sign, so a solution lies between x = 1 and x = 2. Dropping the −x term entirely gives f(1) = 1 − 3 = −2 and f(2) = 8 − 3 = 5. Using x² instead of x³ throughout gives f(1) = 1 − 1 − 3 = −3, which happens to coincide with the correct value at x = 1, but f(2) = 4 − 2 − 3 = −1, which does not show a change of sign at all. Working out −f(x) instead of f(x), a sign-flip error, gives f(1) = 3 and f(2) = −3, the correct sizes but with both signs reversed.
- (b) 60 — Method: independence means the proportion of part timers among the cyclists is the same as the proportion among all the employees, so find that proportion and apply it to the cyclists. Working: 150 of the 400 employees work part time, which is a proportion of 0.375. Applying it to the 160 cyclists gives 0.375 × 160 = 60 employees. Answer: you would expect 60 employees. The distractors: 310 adds 150 and 160, treating the group who do both as everyone who does one thing or the other; 10 subtracts 150 from 160, reading 'both' as the difference between the two counts; 75 halves the 150 part timers, assuming that independence means they split evenly between cyclists and non cyclists, which would need exactly half the workforce to cycle.
- (a) 9/25 — Method: P(badminton | tennis) = n(tennis and badminton) ÷ n(tennis) — restrict to the tennis-players, then find what fraction of them also play badminton. Working: n(tennis and badminton) = 18, n(tennis) = 50, so P(badminton | tennis) = 18/50 = 9/25. Answer: 9/25. Watch out: dividing by 40 (the badminton total) finds P(tennis | badminton) instead of P(badminton | tennis) — the wrong direction. Dividing by 90 (all the members named in the question) ignores that you already know the member plays tennis. And dividing by 72 (50 + 40 − 18, the number who play at least one of the two sports) answers a question about the union, not the condition you were given.
What is on this worksheet?
The sheet holds 18 questions drawn from the MathsUK bank — the content areas covered: Algebra, Geometry and measures, Probability, Statistics (statements A6, A7, A13, A16, A20, G25, S3, P9). It is pitched at GCSE Higher and takes about 50 minutes to work through in full. It is built for independent practice, with full answers at the end for self-marking.
How to use the sheet well
- Print it or open it on screen — both work. Printing is A4; the screen view fits phones and tablets.
- Do all 18 questions before checking — about 50 minutes is the guide, but there is no time pressure.
- Check the answers — press “Show answers” or print the answer page separately.
- Redo the questions you got wrong — twice as effective as doing 18 fresh ones.
- “New questions” — builds a fresh sheet on the same statements, so you can practise again without repeats.
Why this sheet helps
MathsUK worksheets use questions graded by difficulty and a fair spread of correct-answer positions (the answer is not always (a)) — so the student really has to think about each question rather than guess a pattern. Every question is tagged to a DfE content statement and checked before it enters the bank. The answers come with a step-by-step explanation, not just a value — so a wrong answer becomes a lesson.
Similar worksheets worth a look
- 🧮 Paper 1 non-calculator warm-up — Higher · 20 questions · ~25 min
- ⚖️ Foundation to Higher crossover check · 20 questions · ~35 min
- 📈 Quadratics: factorise, complete the square, formula · 24 questions · ~45 min
- ⚗️ Ratio and proportion mastery — Higher · 24 questions · ~45 min