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.Expand and simplify (2 + √3)², giving your answer in the form a + b√3.
- 2.A set of kitchen scales displays the mass of a bag of sugar as 0.63 recurring kilograms, meaning 0.636363... kg with the block '63' repeating forever. Convert this mass to a fraction of a kilogram, then work out the mass in grams, giving your answer to the nearest gram.
- 3.Factorise x² − 64.
- 4.The equation x² − 6x + k = 0 has exactly one solution. Work out the value of k.
- 5.The equation x² − 4x + k = 0 has two different real solutions. Work out the range of values of k.
- 6.Simplify 5⁻² × 5⁴, giving your answer as a single power of 5.
- 7.Work out the exact value of tan 30° + tan 30°.
- 8.Solve x² − 8x + 3 = 0 by completing the square. Give your answers in surd form.
- 9.A cable supporting a flagpole is anchored to the ground 5 m from the base of the pole. The cable makes an angle of 60° with the ground. Using the exact value of tan 60°, work out the exact height of the flagpole.
- 10.Write 0.35 as a fraction in its lowest terms.
- 11.Simplify (3a²)² × (2a)³
- 12.In a school, 3/5 of the students study French. Of these students, 2/3 also study Spanish. What fraction of all the students study both French and Spanish?
- 13.Work out the value of .
- 14.Expand and simplify 4(2x − 1) − 3(x + 2) − 5x
- 15.Solve 2x² = 18.
- 16.Triangle DEF has a right angle at E. Angle DFE = 60° and EF = 9 cm. Work out the exact length of DE.
- 17.Work out 5/6 × 2/9, giving your answer in its simplest form.
- 18.Subtract, giving your answer as a single fraction in its simplest form: 4/(x − 1) − 2/(x + 3)
- 19.A rectangular plywood panel measures 2.4 m by 0.75 m. Work out the area of the panel in square metres, giving your answer as a fraction in its simplest form.
- 20.A carton of orange juice holds 1.35 litres. Ruby pours the juice equally into 4 identical glasses. Work out how much juice is in each glass, giving your answer as a fraction of a litre in its simplest form.
Answer key
- (c) 7 + 4√3 — Expand the brackets fully: (2 + √3)² = 2² + 2 × 2 × √3 + (√3)² = 4 + 4√3 + 3. Adding the two whole-number terms, 4 + 3 = 7, gives 7 + 4√3. Using (a + b)² = a² + b² and skipping the middle cross term entirely gives just 4 + 3 = 7, with no surd term at all. Treating (√3)² as if it stayed √3 rather than becoming 3, then merging it with the existing surd term, gives 4 + 5√3. Squaring only the surd term correctly but carrying the whole-number term as 2 instead of squaring it to 4 gives 2 + 3 + 4√3 = 5 + 4√3.
- (d) 636 g — Let x = 0.636363... . Since two digits repeat, multiply by 100: 100x = 63.636363... . Subtracting removes the recurring part exactly: 100x − x = 63.636363... − 0.636363... = 63, so 99x = 63, giving x = 63/99 = 7/11 kg. Converting to grams: 7/11 × 1000 = 7000/11 = 636.3636... g, which rounds to 636 g. Treating the decimal as if it terminated, writing 0.63 as 63/100 kg, gives 630 g when multiplied by 1000 — this drops the recurring part entirely. Subtracting 10x instead of x, using 100x − 10x = 90x = 63, is the wrong power of ten for a two-digit block, giving x = 63/90 = 7/10 kg, which is 700 g. A numerator slip in the subtraction, 63 − 1 = 62 instead of 63, gives x = 62/99 kg, which is 62000/99 = 626.26... g, rounding to 626 g.
- (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.
- (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) 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.
- (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.
- (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.
- (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.
- (c) 5√3 m — The cable, the pole and the ground form a right-angled triangle: the ground distance (5 m) is adjacent to the 60° angle, and the height of the pole is opposite it, so height = 5 × tan 60° = 5 × √3 = 5√3 m. 5√3/2 m comes from using sin 60° = √3/2 instead of tan 60°. 5/√3 m comes from using tan 30° = 1/√3, the reciprocal-angle value, instead of tan 60°. 10√3 m comes from doubling the correct height by mistake.
- (d) 7/20 — Method: write the decimal over the power of ten that matches the number of digits after the point, then divide the numerator and the denominator by their highest common factor. Working: 0.35 has two digits after the point, so it is 35 hundredths and can be written as 35/100; the highest common factor of 35 and 100 is 5, and 35 ÷ 5 = 7 with 100 ÷ 5 = 20. Answer: 7/20. The distractors: 3/10 comes from reading only the first digit after the point and converting 0.3; 7/25 comes from dividing the numerator by 5 but the denominator by 4, using a different factor on the top and on the bottom; 35/10 comes from counting one decimal place instead of two and writing the digits over 10.
- (d) 72a⁷ — Method: a power outside brackets applies to every factor inside them, and multiplying two powers of the same letter adds their indices. Working: (3a²)² = 3² × a⁴ = 9a⁴, and (2a)³ = 2³ × a³ = 8a³. Multiplying the two results gives 9 × 8 = 72 for the number and 4 + 3 = 7 for the index of a. Answer: 72a⁷. The distractors: 36a⁷ comes from squaring the 2 in (2a)³ instead of cubing it, giving 4a³ and then 9 × 4; 72a¹² comes from multiplying the indices 4 and 3 when the two terms are multiplied, instead of adding them; 17a⁷ comes from adding the coefficients 9 and 8 rather than multiplying them.
- (c) 2/5 — To find a fraction of a fraction, multiply them together: 3/5 × 2/3 = 6/15, which simplifies to 2/5. Multiplying only the numerators, 3 × 2 = 6, but adding the denominators, 5 + 3 = 8, instead of multiplying them gives 6/8, which simplifies to 3/4. Using only the fraction who study French, 3/5, and ignoring that a further fraction of them also study Spanish gives 3/5. Dividing by 2/3 instead of multiplying by it, using its reciprocal 3/2, gives 3/5 × 3/2 = 9/10.
- (a) 17 — Method: work out each power separately, then combine them as the question asks. Working: $2^3 = 8$ and $3^2 = 9$, and 8 + 9 = 17. 72 comes from working out 8 × 9 = 72, multiplying the two powers instead of adding them. 12 comes from misreading the powers as repeated multiplication of the base by the index, 2 × 3 + 3 × 2 = 6 + 6 = 12. −1 comes from working out 8 − 9 = −1, subtracting the powers instead of adding them. Answer: 17.
- (a) −10 — Method: multiply each bracket out, treating the second bracket as being multiplied by −3 because it is subtracted, then collect like terms. Working: 4(2x − 1) = 8x − 4 and −3(x + 2) = −3x − 6, so the expression becomes 8x − 4 − 3x − 6 − 5x; the x terms give 8x − 3x − 5x = 0, so no term in x survives, and the numbers give −4 − 6 = −10. Answer: −10. The distractors: 2 comes from expanding −3(x + 2) as −3x + 6, leaving the numbers −4 + 6; 5x − 10 comes from forgetting the final −5x, so the x terms give 8x − 3x = 5x; −7 comes from multiplying the 4 over only the first term of its bracket, giving 8x − 1 and so the numbers −1 − 6.
- (d) x = 3 or x = −3 — Method: get x² on its own with a coefficient of 1, then take the square root of both sides and keep both the positive and the negative root. Working: dividing 2x² = 18 by 2 gives x² = 9, and the square root of 9 is 3, so x = 3 or x = −3; both check, because 2 × 9 = 18 either way. Answer: x = 3 or x = −3. The distractors: x = 9 or x = −9 comes from dividing by 2 and then forgetting to take the square root; x = 4 or x = −4 comes from subtracting 2 from 18 instead of dividing by it, giving x² = 16; x = 6 or x = −6 comes from multiplying by 2 instead of dividing, giving x² = 36.
- (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.
- (b) 5/27 — Method: multiply the numerators together and the denominators together, then simplify. Working: (5 × 2)/(6 × 9) = 10/54 = 5/27. Answer: 5/27. 7/15 comes from adding the fractions instead of multiplying: (5+2)/(6+9) = 7/15. 15/4 comes from flipping the second fraction, as if dividing: (5 × 9)/(6 × 2) = 45/12 = 15/4. 5/3 comes from cancelling the two denominators against each other, dividing both 6 and 9 by 3 to leave 5/2 × 2/3 = 10/6 = 5/3; cancelling is only valid between a numerator and a denominator, never between two denominators.
- (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) 9/5 — Method: the area of a rectangle is its length multiplied by its width; the decimal product is then written over a power of ten and cancelled. Working: 24 × 75 = 1800, and 2.4 and 0.75 have three decimal places between them, so 2.4 × 0.75 = 1.8; the area of the panel is 1.8 square metres, which is eighteen tenths, so it can be written as 18/10, and dividing the numerator and the denominator by 2 gives 9 over 5. Answer: 9/5. The distractors: 4/5 comes from converting only the digits after the decimal point and losing the whole one, turning 1.8 into eight tenths; 63/20 comes from adding the two sides instead of multiplying them, giving 3.15; 9/50 comes from misplacing the decimal point in the product and writing 0.18, which cancels to 9 over 50.
- (d) 27/80 — Method: write the total as a fraction of a litre, then divide by the number of glasses. Working: 1.35 = 27/20, so each glass holds 27/20 ÷ 4 = 27/80 of a litre. Answer: 27/80. 27/20 comes from converting the total correctly to a fraction but forgetting to divide by the number of glasses. 27/5 comes from multiplying the total by 4 instead of dividing. 17/50 comes from rounding 1.35 ÷ 4 to 0.34 before converting to a fraction.
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