12 short questions across all six content areas, designed as a lesson starter or a daily warm-up.
⏱️ Ten-minute starters — Foundation
Twelve short questions, two from each of the six content areas: number, algebra, ratio, geometry, probability and statistics. Nothing here needs more than a minute, and nothing needs a calculator. It is built as a lesson starter — print it, hand it out, take ten minutes, mark it together — and it works just as well as a daily warm-up at home in the fortnight before a mock. The value is in the spread rather than the depth: a student who has spent a week on algebra can find out in ten minutes what a week away from statistics has cost. Generate a new sheet whenever you want a fresh twelve on the same pattern.
- 1.The graph of y = x² + 2x − 15 crosses the x-axis at two points. By factorising, work out the x-coordinates of these two points.y = x² + 2x − 15
- 2.Spinner P and Spinner Q are each fair and have 5 equal sections, numbered 1 to 5. Both spinners are spun once, and every outcome is listed as an ordered pair, Spinner P then Spinner Q, such as (2, 4). Work out how many of the outcomes have the score on Spinner P less than the score on Spinner Q.
- 3.Noah wrote down the numbers 9, 3, 7, 1, 5 and said, “The median is 7, because 7 is in the middle of my list.” Is Noah right? Give a reason for your answer.
- 4.A sequence has the position-to-term rule 5n − 2, where n is the position number. Which of these is a term in the sequence?
- 5.A robotic arm's tip starts at the point (12.5, −4.25) on a grid measured in centimetres. It moves by the vector to pick up a component, then by the vector to place it. Work out the coordinates of the tip after both moves.
- 6.A photo printing service has two adverts for its price. Advert A: cost in pounds = 3(2n + 4) for n photos. Advert B: cost in pounds = 6n + 12. A customer says the two adverts always charge the same amount. Is the customer correct?
- 7.The first four terms of a sequence are 5, 8, 11, 14. Work out an expression, in terms of n, for the nth term.
- 8.A space probe is 7.5 × 10⁸ km from Earth. Write this distance as an ordinary number.
- 9.The angle between north and a cycle path is 40°, but it is measured anticlockwise from north. What is the three-figure bearing of the cycle path?
- 10.Water is poured into a container at a constant rate. A graph of the depth of the water, in cm, against the time since pouring began, in minutes, is a straight line through the origin, and it passes through the point (3, 12). Use the graph to work out the depth of the water after 7 minutes.
- 11.A right-angled triangle has a hypotenuse of 10 cm. One of its other angles is 45°. Work out the exact length of one of the two shorter sides.
- 12.A spinner has 4 colours and a coin has 2 sides. Work out how many different outcomes are possible when the spinner is spun once and the coin is tossed once.
Answer key
- (c) x = 3 and x = −5 — To factorise x² + 2x − 15, find two numbers that multiply to −15 and add to 2: these are 5 and −3, since 5 × (−3) = −15 and 5 + (−3) = 2. So x² + 2x − 15 = (x + 5)(x − 3). Setting each factor to zero gives x = −5 and x = 3. Choosing x = −3 and x = 5 comes from swapping the signs of the correct roots. Choosing x = 5 and x = 3 uses the right pair of numbers, 5 and 3, but forgets that one of them must be negative for the product to equal −15. Choosing x = −15 and x = 1 mistakes the constant term, −15, for one of the roots, and pairs it oddly with x = 1.
- (b) 10 — There are 25 equally likely ordered pairs in total. Listing the pairs where the Spinner P score is less than the Spinner Q score gives 10 outcomes, running from (1, 2) up to (4, 5). Choosing 15 comes from also including the 5 pairs where the two scores are equal, such as (1, 1) and (2, 2), which do not satisfy 'less than'. Choosing 4 comes from counting only the outcomes where the scores differ by exactly 1, such as (1, 2) and (2, 3), and missing the pairs that differ by 2, 3 or 4. Choosing 20 comes from correctly excluding the 5 outcomes where the two scores are equal, 25 − 5 = 20, but forgetting to also exclude the outcomes where Spinner P is bigger than Spinner Q, rather than smaller.
- (b) No — in order the numbers are 1, 3, 5, 7, 9, so the median is 5. — Method: the median is the middle value of the data in order of size, so the data must be sorted before any position is read off. Working: Noah's list 9, 3, 7, 1, 5 is not in order; sorted it becomes 1, 3, 5, 7, 9, and with 5 values the middle position is the third, which now holds 5 rather than 7. Noah has read the third value of the unsorted list. Answer: no — in order the numbers are 1, 3, 5, 7, 9, so the median is 5. The distractors: the reply giving 3 as the median sorts the data correctly but then reads the value in the second place instead of the third; the reply that 7 is the third number he wrote accepts a position in the unsorted list, which is exactly the mistake the question is about; the reply using the mean claims a value of 7 for it, but the mean is 25 ÷ 5 = 5, so that reasoning is false as well.
- (c) 28 — Method: substitute values of n into 5n − 2 and check which of the options matches. Working: for n = 6, 5 × 6 − 2 = 30 − 2 = 28, so 28 is a term of the sequence, the 6th term. Answer: 28. 27 comes from using the rule 5n − 3 instead of 5n − 2. 30 comes from using 5n on its own, forgetting to subtract 2 at all. 20 comes from applying the subtraction before the multiplication, working out 5 × (n − 2) instead of 5n − 2.
- (d) (11, 0.75) — Add the moves to the starting point one component at a time. x: 12.5 + (−3.75) + 2.25 = 11; y: −4.25 + 6.5 + (−1.5) = 0.75, giving (11, 0.75). (8.75, 2.25) stops after the first move only and never applies the second vector. (6.5, 3.75) comes from subtracting the second vector instead of adding it. (0.75, 11) comes from swapping the final x-coordinate and y-coordinate.
- (a) They always charge the same, since 3(2n + 4) = 6n + 12. — Expand Advert A's formula by multiplying both terms inside the bracket by 3: 3 × 2n = 6n, and 3 × 4 = 12, giving 3(2n + 4) = 6n + 12, which is identical to Advert B's formula — so the two adverts always charge the same amount, whatever n is. Getting 6n + 4 comes from multiplying the 2n by 3 but leaving the 4 unmultiplied. Getting 2n + 7 comes from adding 3 to the bracket instead of multiplying by it. Saying it depends on n avoids expanding the bracket at all — once expanded, both formulas are identical for every value of n, so the cost can be compared directly.
- (d) 3n + 2 — The common difference is 3 (8−5=3), so the expression starts 3n. To match the first term when n=1, 3×1+c=5, so c=2: the nth term is 3n+2. A candidate who uses the first term itself as the constant, instead of first term minus the common difference, would write 3n+5 (giving 8, 11, 14, 17 — one term too high throughout). A candidate who omits the constant term altogether would write just 3n (giving 3, 6, 9, 12, not matching the sequence at all). A candidate who adds the common difference to n instead of multiplying would write n+3 (giving 4, 5, 6, 7, far too small).
- (b) 750,000,000 — Method: multiplying by 10⁸ moves the decimal point eight places to the right, and every empty place is filled with a zero. Working: 10⁸ = 100,000,000, and moving the decimal point in 7.5 eight places to the right gives 7.5 × 100,000,000. Answer: 750,000,000. The distractors: 7,500,000,000 comes from removing the decimal point first to make 75 and then writing eight zeros after it, which carries the digits one place too far; 600 comes from reading 10⁸ as 10 × 8 = 80 and working out 7.5 × 80; 0.000000075 comes from moving the decimal point eight places to the left, as though the index were negative.
- (b) 320° — A bearing is always measured clockwise from north. An angle measured anticlockwise must be converted by subtracting it from 360°: 360 − 40 = 320°, so the bearing is 320°. Choosing 040° treats the anticlockwise angle as if it were already a clockwise bearing, without converting it. Choosing 220° adds 180° to the angle, mixing this up with a back-bearing calculation (40 + 180 = 220). Choosing 400° adds the angle to 360° instead of subtracting it (40 + 360 = 400), giving a bearing greater than a full turn.
- (d) 28 cm — Method: rate = 12 cm ÷ 3 min = 4 cm per minute. Depth after 7 minutes = 4 × 7 = 28 cm. Distractor origins: 84 cm multiplies the given depth by 7 directly, without first finding the rate per minute (12 × 7 = 84); 24 cm simply doubles the given depth instead of scaling correctly by the ratio of times; 16 cm combines the numbers with subtraction and addition (12 − 3 + 7 = 16) instead of finding a rate.
- (a) 5√2 cm — Method: the angles of a triangle add to 180°, so the third angle is 45° as well and the two shorter sides are equal. Take one of them as the side opposite a 45° angle and use sin 45° = opposite ÷ hypotenuse. Working: the exact value of sin 45° is √2/2, so the shorter side = 10 × √2 ÷ 2, and half of 10 is 5. Answer: 5√2 cm, which is about 7.07 cm. Remembering sin 45° as √2 rather than as √2 halved gives 10√2 cm, which is longer than the hypotenuse. Halving the hypotenuse because 45° is half of 90° gives 5 cm. Taking the value from the other special triangle, sin 60° = √3/2, gives 5√3 cm.
- (c) 8 — Each of the 4 spinner outcomes can be paired with each of the 2 coin outcomes, so multiply: 4 × 2 = 8. 6 comes from adding the two numbers instead of multiplying them. 4 comes from using only the spinner outcomes and ignoring the coin. 2 comes from using only the coin outcomes and ignoring the spinner.
What is on this worksheet?
The sheet holds 12 questions drawn from the MathsUK bank — the content areas covered: Number, Algebra, Ratio, proportion and rates of change, Geometry and measures, Probability, Statistics. It is pitched at GCSE Foundation and takes about 10 minutes to work through in full. It works as a class handout, a homework, or a warm-up before a test.
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 12 questions before checking — about 10 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 12 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 — Foundation · 20 questions · ~25 min
- 🧮 Paper 1 non-calculator warm-up — Higher · 20 questions · ~25 min
- 🎯 Grade 4 pass booster · 25 questions · ~40 min
- ⚖️ Foundation to Higher crossover check · 20 questions · ~35 min