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.A ball is thrown in the air. Its height, h metres, above the ground after t seconds is given in this table: when t = 0, h = 0; when t = 1, h = 15; when t = 2, h = 20; when t = 3, h = 15; when t = 4, h = 0. Use the table to find the two times, in seconds, at which the ball is at ground level.
- 3.Factorise fully 12x² + 18x.
- 4.Solve x² − 100 = 0.
- 5.Factorise 3x² + 10x − 8.
- 6.Solve 5x² − 15x = 0.
- 7.Solve x² − 8x + 3 = 0 by completing the square. Give your answers in surd form.
- 8.Work out the value of .
- 9.Simplify (5² × 2³)³ ÷ (5³ × 2²)²
- 10.A square tile has an area of 144 cm². Work out the side length of the tile.
- 11.Work out the value of .
- 12.Simplify (x² − 9) ÷ (x² + 5x + 6).
- 13.Expand and simplify √3(2 + √12).
- 14.Rationalise the denominator of 10/(4 − √6), giving your answer in its simplest form.
- 15.Factorise fully 56x − 24
- 16.Work out the exact value of tan 30° + tan 30°.
- 17.Subtract, giving your answer as a single fraction in its simplest form: 4/(x − 1) − 2/(x + 3)
- 18.Robert is converting 0.999... (with the 9s recurring forever) into a fraction. He lets x = 0.999... . Multiplying by 10 gives 10x = 9.999... . Subtracting x from 10x gives 9x = 9, so x = 1. Which statement correctly explains this result?
- 19.Factorise x² − 64.
- 20.Simplify √8 + √18, giving your answer in the form k√2.
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.
- (a) t = 0 or t = 4 — The ball is at ground level exactly when h = 0. From the table, h = 0 at t = 0 and at t = 4, so those are the two times. Distractor origins: t = 1 or t = 3 picks the times with equal (but non-zero) height instead of ground level; t = 2 picks the time of maximum height instead of ground level; t = 0 finds only the starting time and misses the second one.
- (c) 6x(2x + 3) — The highest common factor of 12x² and 18x is 6x. Dividing each term by 6x gives 12x² ÷ 6x = 2x and 18x ÷ 6x = 3, so 12x² + 18x = 6x(2x + 3). A candidate who only takes out the number 6 (missing the x) gets 6(2x² + 3x), which is not fully factorised. A candidate who only takes out 2x (missing the extra factor of 3 in 6) gets 2x(6x + 9), also not fully factorised — the bracket still shares a common factor. A candidate who takes out 3x instead of the full 6x gets 3x(4x + 6), which again is not fully factorised since 4x + 6 shares a common factor of 2.
- (a) x = 10 or x = −10 — Rearranging, x² = 100. Taking the square root of both sides gives x = ±10, i.e. x = 10 or x = −10. A candidate who forgets the negative root gives only x = 10. A candidate who halves 100 instead of taking its square root gets x = 50. A candidate who applies the ± sign to 100 itself instead of to its square root gets x = 100 or x = −100.
- (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.
- (c) x = 0 or x = 3 — Method: take out the common factor 5x: 5x(x − 3) = 0, so 5x = 0 or x − 3 = 0, giving x = 0 or x = 3. Distractor origins: x = 0 or x = 15 comes from forgetting to divide the second term by the common factor 5x correctly, leaving 15 instead of 3; x = 3 loses the solution x = 0 by dividing both sides by x; x = 5 or x = 3 mistakes the coefficient 5 itself for one of the solutions.
- (a) x = 4 ± √13 — Method: halve the coefficient of x to form the bracket, subtract the square of that number to keep the expression equal to the original, then rearrange and take the square root of both sides. Working: half of −8 is −4, so x² − 8x + 3 = (x − 4)² − 16 + 3 = (x − 4)² − 13; setting this equal to zero gives (x − 4)² = 13, so x − 4 = ±√13 and x = 4 ± √13. Answer: x = 4 ± √13. The distractors: x = 8 ± √13 comes from putting the whole coefficient 8 inside the bracket instead of half of it; x = 4 ± √19 comes from adding 16 and 3 rather than subtracting 3 from 16; x = −4 ± √13 comes from writing the bracket as (x + 4)², which reverses the sign of the number that comes out of it.
- (d) 8 — Method: write $16^{3/4}$ as $(\sqrt[4]{16})^3$ — the denominator of the index gives the root, the numerator gives the power. Working: $\sqrt[4]{16} = 2$, so $16^{3/4} = 2^3 = 8$. Answer: 8. A candidate who multiplies 16 by 3/4 is treating the index as an ordinary factor and gets 12 — a fractional index is not a multiplier. A candidate who takes the square root instead of the fourth root and then cubes it works out $(\sqrt{16})^3 = 4^3$ and gets 64; the denominator 4 names a fourth root, not a square root. A candidate who takes the fourth root of 16 correctly but stops there, without cubing it, gets 2.
- (b) 2⁵ — Method: a power outside brackets multiplies the index of every factor inside them, and dividing powers of the same base subtracts their indices. Working: (5² × 2³)³ = 5⁶ × 2⁹ and (5³ × 2²)² = 5⁶ × 2⁴. Dividing gives 5⁶⁻⁶ × 2⁹⁻⁴, and since 5⁰ = 1 the whole expression reduces to 2⁵. Answer: 2⁵. The distractors: 2² comes from adding the outside index to each inside index instead of multiplying, which gives 5⁵ × 2⁶ over 5⁵ × 2⁴; 2¹³ comes from adding the indices of 2 when dividing, 9 + 4, instead of subtracting them; 2 comes from applying the outside power to the first factor inside each bracket only, leaving 5⁶ × 2³ over 5⁶ × 2².
- (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) 0.001 — Method: a negative index means 'one over' the positive power, so $10^{-3}$ means one over $10^{3}$. Working: ten cubed is 1000, and one over 1000 is 0.001. 1000 comes from ignoring the negative sign and working out ten cubed instead of its reciprocal. −1000 comes from ignoring what the negative index does to the size, while still writing a negative sign on the large value. −0.001 comes from correctly finding the size, 0.001, but wrongly keeping a negative sign because the index was negative. Answer: 0.001.
- (b) (x − 3)/(x + 2) — Factorise both: x² − 9 = (x − 3)(x + 3) (difference of two squares), and x² + 5x + 6 = (x + 2)(x + 3) (two numbers multiplying to 6 and adding to 5, namely 2 and 3). The factor (x + 3) is common to both, so it cancels, leaving (x − 3)/(x + 2). Choosing −9/(5x + 6) comes from cancelling the x² terms directly without factorising first — x² is not a common factor of the whole numerator or denominator. Choosing (x + 3)/(x + 2) cancels the (x − 3) factor instead of the shared (x + 3) factor, and (x − 3) does not appear in the denominator to cancel with. Choosing x − 3 cancels the whole denominator (x + 2) as though it were equal to 1.
- (d) 6 + 2√3 — Multiply √3 by each term in the bracket separately. First term: √3 × 2 = 2√3. Second term: √3 × √12 = √(3 × 12) = √36 = 6. Adding the two results in the order they were found, and writing the whole-number term first, gives 6 + 2√3. Adding the numbers under the root for the second term instead of multiplying them (3 + 12 = 15) gives √15 in place of 6, leading to √15 + 2√3. Multiplying √3 by the 2 but never distributing to the √12 term at all leaves just 2√3. Treating √3 × 2 as if the 3 were multiplied by the 2 inside the root, √3 × 2 → √6, while still getting the second term correct, gives 6 + √6.
- (a) 4 + √6 — Multiply top and bottom by the conjugate, 4 + √6. The denominator becomes (4 − √6)(4 + √6) = 4² − (√6)² = 16 − 6 = 10. The numerator becomes 10 × (4 + √6) = 40 + 10√6. So the fraction is (40 + 10√6)/10 = 4 + √6, since both terms in the numerator divide by 10. Distributing the conjugate to only the whole-number term of the numerator, and forgetting the surd term entirely, leaves just 4. Rationalising by multiplying the numerator by the conjugate but leaving the ORIGINAL denominator's sign unchanged instead of squaring it lands on 4 − √6, with the surd's sign never actually flipping to positive. Dividing only the whole-number part of the numerator by 10 and forgetting to divide the surd term too leaves 4 + 10√6.
- (d) 8(7x − 3) — Method: find the highest common factor of the two terms, write it in front of a bracket and divide each term by it. Working: 56 = 8 × 7 and 24 = 8 × 3, so the highest common factor is 8; dividing gives 56x ÷ 8 = 7x and 24 ÷ 8 = 3, and the subtraction sign stays between them. Answer: 8(7x − 3), which multiplies back out to 56x − 24. The distractors: 8(7x + 3) comes from dropping the minus sign of −24 while dividing; 8(56x − 3) comes from dividing only the number term by 8 and leaving 56x untouched inside the bracket; 8(7x − 16) comes from subtracting 8 from 24 instead of dividing 24 by 8.
- (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.
- (b) (2x + 14)/((x − 1)(x + 3)) — To subtract these fractions, write them over the common denominator (x − 1)(x + 3): the numerator becomes 4(x + 3) − 2(x − 1). Expanding gives 4x + 12 − 2x + 2, which simplifies to 2x + 14, so the answer is (2x + 14)/((x − 1)(x + 3)). Writing (2x + 11)/((x − 1)(x + 3)) comes from not distributing the minus sign fully across the second bracket, treating −2(x − 1) as −2x − 1 instead of −2x + 2. Writing 2/((x − 1)(x + 3)) comes from subtracting the two original numerators directly, 4 − 2 = 2, the same mistake as subtracting fractions without a common denominator. Writing (2x − 10)/((x − 1)(x + 3)) comes from swapping which numerator multiplies which bracket, forming 4(x − 1) − 2(x + 3) instead of 4(x + 3) − 2(x − 1).
- (c) Exactly 1: the subtraction has no rounding at any step. — 10x − x removes the recurring part completely, because the digits after the decimal point in 10x and in x are identical from the tenths place onward, so they cancel exactly: 9.999... − 0.999... = 9.000... = 9. Nothing was rounded to reach 9x = 9, so x = 1 is an exact equality, not an approximation, and the statement that the value is exactly 1, with no rounding at any step, is the correct one. Calling it only approximately 1, on the ground that a recurring decimal can never reach a whole number, misunderstands what the subtraction has just shown: the recurring tail cancels completely, leaving no gap to approximate away. Claiming the method only works because the recurring digit is 9 is also wrong — the same subtraction cancels the recurring part for any repeating digit, not just 9; it is the choice of multiplier (10, matching the one-digit repeat) that makes the cancellation exact, not the digit itself. Saying 10x minus x gives 8.999... rather than 9 misreads the subtraction: 9.999... − 0.999... has no digit to borrow from, since every decimal digit in the two numbers matches, so the result is exactly 9, not 8.999... .
- (d) (x − 8)(x + 8) — x² − 64 = x² − 8², a difference of two squares, which factorises as (x − 8)(x + 8). A candidate who treats it as a perfect square with a repeated negative factor gets (x − 8)(x − 8), which expands to x² − 16x + 64 — wrong on both the middle and constant terms. A candidate who uses a repeated positive factor gets (x + 8)(x + 8), which expands to x² + 16x + 64. A candidate who picks a different factor pair of 64, such as 4 and 16, without checking that the middle term cancels, gets (x − 4)(x + 16), which expands to x² + 12x − 64 — the wrong middle term.
- (a) 5√2 — Simplify each surd first: √8 = √4 × √2 = 2√2, and √18 = √9 × √2 = 3√2. Both terms are now multiples of √2, so they are like terms: 2√2 + 3√2 = 5√2. Adding the numbers under the two roots first, 8 + 18 = 26, and writing √26 treats unlike surds as if they combine under one root — they only combine once they share the same radicand, which is not how addition of surds works. Writing 9√2 for √18 instead of 3√2 (forgetting to root the 9) and then adding gives 2√2 + 9√2 = 11√2. Writing 4√2 for √8 instead of 2√2 (forgetting to root the 4) and adding gives 4√2 + 3√2 = 7√2.
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