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.Put these numbers in order, starting with the smallest: 3.2 × 10⁴, 2.9 × 10⁵, 4.1 × 10³
- 2.Work out an estimate for 588 ÷ 31, by rounding each number to 1 significant figure.
- 3.Write down the column vector that describes a translation of 5 units to the left and 3 units down.
- 4.A sofa costs £800. Its price is increased by 25%. Work out the new price of the sofa.
- 5.Two straight lines PQ and RS cross at point O. Angle POR = 52°. Work out angle QOS.
- 6.On a scatter graph the horizontal axis shows height in centimetres and the vertical axis shows mass in kilograms. One point is plotted at (170, 65). Write down the height and the mass of that person.
- 7.A game has two independent stages. P(win stage 1) = 0.4, and P(win stage 2) = 0.25. Work out the probability that Ffion wins at least one of the two stages.
- 8.The first four terms of a sequence are 18, 15, 12, 9. Work out an expression, in terms of n, for the nth term.
- 9.Solve x − 4 = −9
- 10.Triangle ABC has AB = 5 cm and BC = 7 cm. Triangle DEF has DE = 5 cm and EF = 7 cm. Which extra fact would prove the triangles are congruent by SAS?
- 11.A shape is translated by the vector , and one vertex of the image is at the point (1, 6). The original shape is instead translated by the vector . Work out the coordinates of the image of that same vertex under this second translation.
- 12.Two identical ladders lean against the same vertical wall from opposite sides, each making an angle of 58.2° with the ground. The two ladders and the ground form a triangle. Work out the size of the angle between the two ladders at the top, where they meet.
Answer key
- (c) 4.1 × 10³, 3.2 × 10⁴, 2.9 × 10⁵ — The exponent decides the size first: 10³ is smaller than 10⁴, which is smaller than 10⁵, so the order is 4.1 × 10³, then 3.2 × 10⁴, then 2.9 × 10⁵. Reversing the whole list gives largest to smallest instead of smallest to largest. Comparing 3.2 × 10⁴ and 4.1 × 10³ by their coefficients alone, 3.2 against 4.1, and swapping them ignores that 10⁴ is bigger than 10³ regardless of the coefficient. Comparing 2.9 × 10⁵ and 3.2 × 10⁴ by their coefficients alone and swapping them makes the same mistake at the top of the list.
- (a) 20 — Method: round each number to 1 significant figure, then divide the rounded values. Working: 588 rounds to 600 (1 s.f.) and 31 rounds to 30 (1 s.f.). 600 ÷ 30 = 20. Answer: 20. 17 comes from cutting 588 down to 500, keeping the leading digit as it stands instead of rounding it up to 1 significant figure, 600, then dividing by the correctly rounded 30. 200 comes from misreading the rounded divisor 30 as 3, giving 600 ÷ 3 instead of 600 ÷ 30. 19 is the exact value of 588 ÷ 31 rounded to the nearest whole number, found without rounding the numbers first.
- (d) $\binom{−5}{−3}$ — Left is a negative horizontal move and down is a negative vertical move, so the vector is $\binom{−5}{−3}$. $\binom{5}{−3}$ comes from treating 'left' as a positive move. $\binom{−5}{3}$ comes from treating 'down' as a positive move. $\binom{−3}{−5}$ comes from swapping the horizontal and vertical components.
- (a) £1,000 — Method: find the increase, then add it to the original price; the multiplier 1.25 does both steps at once. Working: 25% is one quarter, so 25% of £800 = £800 ÷ 4 = £200, and £800 + £200 = £1,000. Answer: £1,000. The distractors: £200 is the increase on its own, not the new price; £825 comes from adding £25 to £800, treating the 25% as £25; £600 comes from taking the 25% off the price instead of adding it on.
- (c) 52° — When two straight lines cross, the angles opposite each other at the crossing point are vertically opposite and are equal. Ray OQ is opposite ray OP and ray OS is opposite ray OR, so angle QOS is vertically opposite angle POR. Therefore angle QOS = 52°.
- (c) Height 170 cm, mass 65 kg — Method: a point on a scatter graph is written as a pair of coordinates in which the horizontal value is written first and the vertical value second, so each value is matched to the quantity named on its own axis. Working: in (170, 65) the value 170 is the horizontal coordinate and the horizontal axis shows height in centimetres, so the height is 170 cm; the value 65 is the vertical coordinate and the vertical axis shows mass in kilograms, so the mass is 65 kg. Answer: height 170 cm, mass 65 kg, each with the unit named on its own axis. The distractors: height 65 cm and mass 170 kg come from reading the pair the wrong way round, which would describe an impossible person; height 170 cm and mass 170 kg come from reading the horizontal coordinate for both quantities and never using the second number; height 235 cm and mass 105 kg come from combining the two coordinates, 170 + 65 and 170 − 65, instead of reading them separately.
- (b) 0.55 — Method: it is easier to find the probability that Ffion wins NEITHER stage, then subtract that from 1. Working: P(lose stage 1) = 1 − 0.4 = 0.6, and P(lose stage 2) = 1 − 0.25 = 0.75. P(neither) = 0.6 × 0.75 = 0.45. P(at least one) = 1 − 0.45 = 0.55. Answer: 0.55. Watch out: adding the two win probabilities, 0.4 + 0.25 = 0.65, treats winning both as impossible and overcounts — that is not how independent probabilities combine. Multiplying the two win probabilities, 0.4 × 0.25 = 0.1, gives the probability of winning BOTH stages, not at least one. And stopping at 0.45, the probability of winning neither stage, forgets the final step of subtracting from 1.
- (d) 21 − 3n — Method: find the common difference, then find the constant that fits the first term. Working: 15 − 18 = −3, 12 − 15 = −3, 9 − 12 = −3, so the terms decrease by 3 each time and the nth term has the form c − 3n. Substituting n = 1: c − 3(1) = 18, so c = 21. Answer: the nth term is 21 − 3n. The value 18 − 3n comes from using the first term as c directly, without adding back the difference that was removed. The value 3n − 21 comes from a sign error that flips the whole expression. The value −3n comes from using only the common difference and leaving out the constant.
- (c) x = −5 — Method: 4 is being subtracted from x, so add 4 to both sides; adding a positive number to a negative one moves to the right along the number line. Working: adding 4 to both sides gives x = −9 + 4, and −9 + 4 = −5. Answer: x = −5. The distractors: x = −13 comes from subtracting 4 from both sides instead of adding it, giving −9 − 4; x = 5 comes from working out −9 + 4 correctly and then writing the result without its minus sign; x = 13 comes from reading the right-hand side as 9 rather than −9 and adding 4 to it.
- (b) angle B = angle E — AB and BC meet at vertex B, so the angle INCLUDED between them is angle B; making angle B = angle E completes SAS. Angle A sits between AB and AC, not between AB and BC, so it is not the included angle needed for SAS here. Angle C sits between BC and CA, not between AB and BC, so it is not included either. AC = DF would give a third pair of equal sides, which proves congruence by SSS instead of SAS.
- (d) (11, −2) — First undo the original translation to find the vertex on the original shape: (1 − (−8), 6 − 3) = (9, 3). Then apply the second vector to that original vertex: (9 + 2, 3 + (−5)) = (11, −2). (3, 1) comes from applying the second vector to the image point (1, 6) instead of to the original vertex — (1 + 2, 6 + (−5)) = (3, 1). (7, 8) comes from subtracting the second vector from the original vertex (9, 3) instead of adding it — (9 − 2, 3 − (−5)) = (7, 8). (11, 3) comes from applying only the x-component of the second vector to the original vertex and leaving the y-coordinate unchanged.
- (d) 63.6 — Method: the three angles inside the triangle formed by the two ladders and the ground add up to 180°. Working: 180 − 58.2 − 58.2 = 63.6. Answer: 63.6°. A candidate who assumes the top angle equals the base angles gives 58.2. A candidate who subtracts only one base angle from 180°, working out 180 − 58.2, gets 121.8. A candidate who doubles the base angle instead of subtracting it twice from 180°, working out 2 × 58.2, gets 116.4.
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