20 exact-answer questions with no calculator: surds, indices, exact trigonometric values, algebraic manipulation and fractions.
🧮 Paper 1 non-calculator warm-up — Higher
On Higher, Paper 1 asks for answers in exact form — a surd left as a surd, sin 60° left as √3/2, a fraction left as a fraction — and a rounded decimal scores nothing. This sheet drills exactly that. Twenty questions across simplifying surds and rationalising denominators, the index laws including fractional and negative indices, exact values of sin, cos and tan at the standard angles, expanding and factorising, and arithmetic with fractions and mixed numbers. Give yourself twenty-five minutes and no calculator, and write every answer in its exact form even when a decimal feels more natural. If you find yourself reaching for the calculator out of habit, that is the habit this sheet exists to break.
- 1.Work out the value of (1/3)⁻²
- 2.The recurring decimal 0.454545... can be written as 0.45 recurring, where both digits repeat forever. Let x = 0.45 recurring. Work out x as a fraction in its simplest form.
- 3.The equation x² − 4x + k = 0 has two different real solutions. Work out the range of values of k.
- 4.Factorise 3x² + 10x − 8.
- 5.A student is asked to simplify (6x³ − 15x²)/(4x² − 10x) fully. Four attempts are shown below. Which one is correct?
- 6.Work out the exact value of tan 30° + tan 30°.
- 7.Simplify (5x² + 3x − 2) − (2x² − x + 5)
- 8.Work out the value of (√5)⁴
- 9.A ramp rises at 30° to the horizontal. Its sloping surface is 4.8 m long. Safety rules say the vertical rise of a ramp must be no more than 2.5 m. Work out how far below that limit the rise of this ramp is.
- 10.3/5 of a 5/6 litre bottle of juice is poured out. Work out the exact volume poured out, in litres.
- 11.Sam compares 0.6 and 5/8 by comparing the digit 6 with the digit 5, and says that 0.6 is the larger number. Convert 5/8 to a decimal to find the correct larger value.
- 12.When a number is added to its square the result is 30. Work out the possible values of the number.
- 13.A square tile has an area of 72 cm². Work out the exact perimeter of the tile, giving your answer in the form k√2 cm.
- 14.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 15.A student works out the exact area of a circle with radius 4 cm by squaring the radius but forgetting to multiply by π. Work out the correct exact area of the circle, in terms of π.
- 16.A square tile has an area of 144 cm². Work out the side length of the tile.
- 17.The decimal 0.272727... repeats the block 27 for ever. Write 0.27 recurring as a fraction in its simplest form.
- 18.Triangle DEF has a right angle at E. Angle DFE = 60° and EF = 9 cm. Work out the exact length of DE.
- 19.Chloe wants to work out 3 1/4 − 1 2/3. She converts both mixed numbers to twelfths, then subtracts the whole numbers and the fraction parts separately, without checking whether she needs to exchange first. Work out the correct value of 3 1/4 − 1 2/3, giving your answer as a mixed number in its simplest form.
- 20.Simplify 5⁻² × 5⁴, giving your answer as a single power of 5.
Answer key
- (b) 9 — Method: a negative index means take the reciprocal of the base first and then apply the positive power. Working: the reciprocal of 1/3 is 3, so (1/3)⁻² = 3² = 3 × 3 = 9. Answer: 9. The distractors: 1/9 comes from ignoring the minus sign and squaring 1/3 as it stands; −9 comes from reading the negative index as a minus sign on the result; 6 comes from multiplying the denominator by the index, 3 × 2, instead of squaring the reciprocal.
- (c) 5/11 — Let x = 0.45 recurring, so x = 0.454545... . Since two digits repeat, multiply by 100: 100x = 45.454545... . Subtracting the original x removes the recurring part exactly, because it lines up digit for digit: 100x − x = 45.454545... − 0.454545... = 45, so 99x = 45, giving x = 45/99 = 5/11. Treating the decimal as if it terminated at two places gives 45/100 = 9/20, which is only 0.45 and drops the repeating part entirely. Subtracting 10x instead of x — using 100x − 10x = 90x = 45 — is the wrong power of ten for a two-digit repeating block, and gives x = 45/90 = 1/2. Making an arithmetic slip in the numerator, 45 − 1 = 44 instead of 45, gives 44/99 = 4/9.
- (d) k < 4 — Method: the number of real solutions of ax² + bx + c = 0 is decided by the discriminant b² − 4ac, and two different real solutions need it to be greater than zero. Working: here a = 1, b = −4 and c = k, so b² − 4ac = 16 − 4k; the condition is 16 − 4k > 0, which gives 16 > 4k and then k < 4. Answer: k < 4; for example k = 3 gives x² − 4x + 3 = 0, whose solutions are 1 and 3. The distractors: k ≤ 4 comes from using b² − 4ac ≥ 0, which also allows the single repeated solution at k = 4; k > 4 comes from dividing −4k > −16 by −4 without reversing the inequality sign; k < 16 comes from leaving the factor 4 out of 4ac and solving 16 − k > 0.
- (d) (3x − 2)(x + 4) — For 3x² + 10x − 8, find two numbers multiplying to 3 × (−8) = −24 and adding to 10: these are 12 and −2. Rewrite: 3x² + 12x − 2x − 8 = 3x(x + 4) − 2(x + 4) = (3x − 2)(x + 4). Choosing (3x + 2)(x − 4) expands to 3x² − 10x − 8 — the correct factor pair but the wrong signs, giving the middle term the wrong sign. Choosing (x − 2)(3x + 4) expands to 3x² − 2x − 8 — the 3 is attached to the wrong bracket, changing which terms combine for the x-coefficient. Choosing (3x − 4)(x + 2) expands to 3x² + 2x − 8 — this uses 4 and 2 instead of the correct pair 12 and 2, so the middle term does not come to 10x.
- (a) 3x/2 — Factorise top and bottom first: 6x³ − 15x² = 3x²(2x − 5), and 4x² − 10x = 2x(2x − 5). The bracket (2x − 5) is common to both, so it cancels, leaving 3x²/(2x); dividing the power of x, 3x² ÷ x = 3x, gives 3x/2. Writing 3x²/2 cancels the (2x − 5) correctly and removes the denominator's x, but never reduces the power of x left in the numerator — 3x² ÷ x should give 3x, not stay as 3x². Writing 3/2 cancels the (2x − 5) correctly but then drops the x from the numerator altogether, treating 3x² over x as if it cancelled completely to 3 instead of reducing to 3x. Writing −3x/2 comes from factorising the denominator with the wrong sign, as 2x(5 − 2x) instead of 2x(2x − 5); cancelling (5 − 2x) against the numerator's (2x − 5) then needs an extra minus sign, which flips the answer to −3x/2.
- (a) 2√3/3 — tan 30° = √3/3, so tan 30° + tan 30° = 2 × √3/3 = 2√3/3. √3 comes from wrongly treating tan 30° + tan 30° as tan(30° + 30°) = tan 60° = √3 — adding angles is not the same as adding ratios. √3/3 comes from forgetting to double the value and just writing down tan 30° on its own. 2√3 comes from doubling the numerator of √3/3 but forgetting to keep the denominator of 3.
- (d) 3x² + 4x − 7 — Method: the minus sign in front of the second bracket changes the sign of every term inside it; then collect like terms. Working: removing the brackets gives 5x² + 3x − 2 − 2x² + x − 5; the squared terms give 5x² − 2x² = 3x², the x terms give 3x + x = 4x, and the number terms give −2 − 5 = −7. Answer: 3x² + 4x − 7. The distractors: 7x² + 2x + 3 comes from adding the two brackets instead of subtracting, giving 5x² + 2x², 3x − x and −2 + 5; 3x² + 2x + 3 comes from applying the minus sign to 2x² only, leaving −x and +5 unchanged so that 3x − x = 2x and −2 + 5 = 3; 3x² + 4x + 3 comes from changing the signs of the terms with letters but leaving +5 as it stood, so the number terms give −2 + 5 = 3.
- (a) 25 — Method: squaring a square root removes the root, so a square root raised to the power 4 can be squared in two stages. Working: (√5)⁴ = ((√5)²)² = 5² = 5 × 5 = 25. Answer: 25. The distractors: 5 comes from squaring once and stopping, treating the fourth power as a square; 625 comes from raising 5 to the power 4 and ignoring the root sign altogether; 20 comes from multiplying 5 by the index 4 instead of raising 5 to that power.
- (a) 0.1 m — Method: the sloping surface is the hypotenuse and the vertical rise is the side opposite the 30° angle, so rise = 4.8 × sin 30°; then compare that rise with the limit. Working: the exact value of sin 30° is one half, so the rise = 4.8 × 1/2 = 2.4 m. The limit is 2.5 m, and 2.5 − 2.4 = 0.1. Answer: the ramp is 0.1 m below the limit. Working out the rise and stopping there gives 2.4 m, which answers a question that was not asked. Dividing by sin 30° instead of multiplying gives 4.8 ÷ 0.5 = 9.6 and then 9.6 − 2.5 = 7.1 m. Treating sine as proportional to the angle, so that sin 30° is a third of sin 90°, gives 4.8 ÷ 3 = 1.6 and then 2.5 − 1.6 = 0.9 m.
- (a) 1/2 — To find a fraction of an amount, multiply the fractions together: 3/5 × 5/6 = 15/30, which simplifies to 1/2 litre. Adding the fractions instead of multiplying them, using a common denominator of 30, gives 18/30 + 25/30 = 43/30, a value greater than the whole bottle. Dividing by 5/6 instead of multiplying by it, using its reciprocal 6/5, gives 3/5 × 6/5 = 18/25. Multiplying 5/6 by itself instead of by 3/5 gives 25/36.
- (a) 0.625 — Method: convert the fraction to a decimal so it can be compared properly with 0.6. Working: 5/8 = 0.625, and since 0.625 > 0.6, the larger value is 0.625. Answer: 0.625. 0.6 repeats Sam's incorrect claim, made by comparing single digits rather than full place value. 0.58 comes from converting 5/8 incorrectly, treating it as if it read 5 tenths and 8 hundredths. 0.85 comes from turning the fraction upside down and writing its digits straight after the decimal point, 8 then 5, instead of dividing.
- (b) 5 and −6 — Method: turn the sentence into an equation in one letter, collect every term on one side so it reads as a quadratic equal to zero, then factorise. Working: if the number is x then x² + x = 30, which rearranges to x² + x − 30 = 0; two numbers that multiply to −30 and add to 1 are 6 and −5, so (x + 6)(x − 5) = 0 and x = −6 or x = 5. Both values work: 5 + 25 = 30 and −6 + 36 = 30. Answer: 5 and −6. The distractors: 6 and −5 comes from reading the numbers inside the brackets as the solutions without changing their signs; 5 only comes from discarding the negative solution, although nothing in the question rules out a negative number; 5 and 6 comes from hunting for a factor pair of 30 instead of forming and solving the quadratic.
- (b) 24√2 — The side length of the tile is √72. Since 72 = 36 × 2, √72 = √36 × √2 = 6√2 cm. A square has four equal sides, so the perimeter is 4 × 6√2 = 24√2 cm. Simplifying √72 by writing the perfect-square factor itself as the coefficient instead of its root, 36√2 instead of 6√2, and then multiplying by 4 lands on 144√2. Working out the correct side length, 6√2 cm, but then giving that as the final answer without multiplying by 4 for the perimeter gives 6√2. Doubling the side length instead of quadrupling it, as if the perimeter were 2 × 6√2 rather than 4 × 6√2, gives 12√2.
- (b) k = 9 — Method: complete the square, because a squared bracket is equal to zero for exactly one value of x. Working: x² − 6x = (x − 3)² − 9, so the equation becomes (x − 3)² − 9 + k = 0, that is (x − 3)² = 9 − k; there is exactly one solution when 9 − k = 0, so k = 9 and the equation reads x² − 6x + 9 = 0 with the repeated solution x = 3. Answer: k = 9. The distractors: k = 3 comes from halving the 6 and not squaring the result; k = 36 comes from squaring the whole of 6 instead of half of it; k = −9 comes from solving 9 − k = 0 with the sign of k the wrong way round.
- (d) 16π cm² — Method: for a circle, area = π × radius². Working: area = π × 4² = π × 16 = 16π cm². Answer: 16π cm². The student squared the radius but left out the π, which is why 16 cm² is not the exact area. 4π cm² comes from multiplying by the radius once instead of squaring it: π × 4 = 4π. 8π cm² comes from using the circumference formula 2 × π × radius instead of the area formula: 2 × π × 4 = 8π. 64π cm² comes from using the diameter (8 cm) as the radius in the area formula: π × 8² = 64π.
- (c) 12 cm — For a square, area = side². So side² = 144, giving side = ±12. Since a length must be positive, the side length is 12 cm. A candidate who gives both square roots without rejecting the negative one, which cannot be a length, answers 12 cm or −12 cm. A candidate who halves 144 instead of taking its square root gets 72 cm. A candidate who divides 144 by 4, confusing the area formula with a perimeter calculation, gets 36 cm.
- (c) 3/11 — Method: let a letter stand for the recurring decimal, multiply by the power of ten that shifts exactly one repeating block past the point, subtract the original equation so that the recurring tail cancels, then solve and cancel. Working: let x = 0.272727...; the repeating block is two digits long, so multiply by 100 to give 100x = 27.272727...; subtracting gives 99x = 27, so x = 27/99; the highest common factor of 27 and 99 is 9, and 27 ÷ 9 = 3 with 99 ÷ 9 = 11. Answer: 3/11. The distractors: 27/100 comes from writing the repeating block over 100 instead of over 99, forgetting that subtracting x leaves 99x rather than 100x; 3/10 comes from rounding the decimal to one place and converting 0.3; 2/9 comes from treating only the 2 as recurring and converting 0.222... instead.
- (d) 9√3 cm — DE is opposite the 60° angle at F, and EF is adjacent to it, so DE = EF × tan 60° = 9 × √3 = 9√3 cm. 9√3/2 cm comes from using sin 60° = √3/2 instead of tan 60°. 3√3 cm comes from using tan 30° = 1/√3 instead of tan 60° (9 × 1/√3 = 9/√3 = 3√3). 18 cm is the hypotenuse DF, not DE: it comes from using cos 60° = 1/2 and working out 9 ÷ 1/2 = 18, which finds the wrong side of the triangle.
- (d) 1 7/12 — Method: convert both mixed numbers to improper fractions with a common denominator, then subtract. Working: 3 1/4 = 39/12 and 1 2/3 = 20/12, so 39/12 − 20/12 = 19/12 = 1 7/12. Answer: 1 7/12. Chloe's method, subtracting whole numbers (3−1=2) and fraction parts (2/3−1/4=5/12) separately without exchanging, gives 2 5/12. 1 3/4 comes from converting 2/3 to twelfths incorrectly as 6/12 instead of 8/12, then subtracting. 8 comes from converting both mixed numbers to improper fractions correctly (13/4 and 5/3) but then subtracting numerators and denominators separately: (13−5)/(4−3) = 8/1.
- (b) 5² — Method: multiplying two powers of the same base adds their indices, and a negative index is added as a negative number. Working: −2 + 4 = 2, so 5⁻² × 5⁴ = 5². Answer: 5². The distractors: 5⁶ comes from adding the sizes of the indices, 2 + 4, and ignoring the minus sign; 5⁻⁸ comes from multiplying the indices, −2 × 4, instead of adding them; 5⁻⁶ comes from subtracting the indices, −2 − 4, as though the powers were being divided.
What is on this worksheet?
The sheet holds 20 questions drawn from the MathsUK bank — the content areas covered: Number, Algebra, Geometry and measures (statements N7, N8, N10, A4, A18, G21). It is pitched at GCSE Higher and takes about 25 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 20 questions before checking — about 25 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 20 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
- 📈 Quadratics: factorise, complete the square, formula · 24 questions · ~45 min
- ⚗️ Ratio and proportion mastery — Higher · 24 questions · ~45 min
- ⭕ Circle theorems practice · 18 questions · ~40 min