ESAT Mock Module · Mathematics 4 of 7

ESAT Mathematics Mock Module 4 Worked Solutions

A full 27-question Mathematics module, the same length as one sitting of the real ESAT, with a worked solution for every question. Part of the ESAT preparation guide.

Question 1

Back to top ↑

Solve $2x+3y = 16$ and $5x-3y = 19$. What is the value of $x$?

  • A. $2$
  • B. $3$
  • C. $7$
  • D. $5$
  • E. $35$

Key Idea (💡): Adding gives $7x = 35$, so $x = 5$.

Shortcut rehearsed: Add or subtract when the coefficients line up — Add the equations when one variable's coefficients are opposite

ESAT specification: M4.15 - Set up and solve, both algebraically and graphically, simple equations including simultaneous equations involving two un

Same shortcut elsewhere: Set 1 Maths Q26 · Set 3 Maths Q23 · Set 6 Maths Q16 · Paper 1 Maths Q9 (Simultaneous Equations)

Reveal the answer & worked solution — commit to an option first

Correct Answer: D. $5$

Fastest Approach (🚀):
Add: $7x = 35 \implies x = 5$.

Matches Option D.

Step-by-Step Breakdown:

1. Look at the coefficients

$2x+3y = 16$
$5x-3y = 19$

The $y$ terms are $+3y$ and $-3y$ — already opposite, so no multiplication is needed.

2. Add the equations

$(2x+5x)+(3y-3y) = 16+19$
$7x = 35$

3. Solve

$x = 5$

4. Find y and check

$2(5)+3y = 16 \implies 3y = 6 \implies y = 2$.
Check in the second equation: $5(5)-3(2) = 25-6 = 19$. Correct.

Matches Option D.

Why the Other Options Are Wrong (❌):

  • A. $2$ — Misread Question
    Giving $y$ rather than $x$.
  • B. $3$ — Operation Error
    Subtracting the equations and mis-solving.
  • C. $7$ — Arithmetic Error
    Dividing $35$ by $5$ instead of by $7$.
  • E. $35$ — Incomplete Answer
    Giving $7x$ rather than $x$.

Common Mistake (⚠️):
Subtracting instead of adding, which leaves $6y$ in the equation and eliminates nothing.

Takeaway (📌):
Opposite coefficients: add. Identical coefficients: subtract. Check the signs before doing any scaling.

Question 2

Back to top ↑

In a survey, 5 households own 0 cars, 8 own 1 car, 4 own 2 cars and 3 own 3 cars. What is the mean number of cars per household?

  • A. $1.5$
  • B. $2$
  • C. $6.25$
  • D. $0.8$
  • E. $1.25$

Key Idea (💡): $\sum fx = 0+8+8+9 = 25$ and $\sum f = 20$, so the mean is $\tfrac{25}{20} = 1.25$.

Shortcut rehearsed: Weighted means work on totals, not averages — $\sum fx \div \sum f$, never the mean of the values

ESAT specification: M6.1 - Interpret and construct tables, charts and diagrams, including: a

Same shortcut elsewhere: Set 1 Maths Q17 · Set 2 Maths Q24 · Set 5 Maths Q9 · Set 6 Maths Q14

Reveal the answer & worked solution — commit to an option first

Correct Answer: E. $1.25$

Fastest Approach (🚀):
$\sum fx = (0)(5)+(1)(8)+(2)(4)+(3)(3) = 0+8+8+9 = 25$.
$\sum f = 5+8+4+3 = 20$.
$\dfrac{25}{20} = 1.25$.

Matches Option E.

Step-by-Step Breakdown:

1. Multiply each value by its frequency

$0\times 5 = 0$
$1\times 8 = 8$
$2\times 4 = 8$
$3\times 3 = 9$

2. Total both columns

$\sum fx = 0+8+8+9 = 25$
$\sum f = 5+8+4+3 = 20$

3. Divide

$\bar x = \dfrac{\sum fx}{\sum f} = \dfrac{25}{20} = 1.25$

4. Sanity check

The most common value is 1 car and the distribution has a modest tail towards 3, so a mean slightly above 1 is exactly right.

Matches Option E.

Why the Other Options Are Wrong (❌):

  • A. $1.5$ — Weighting Error
    Averaging the four car values, ignoring frequencies.
  • B. $2$ — Rounding Error
    Rounding to the nearest whole number, or dividing by the wrong total.
  • C. $6.25$ — Wrong Denominator
    Dividing $\sum fx$ by the four categories rather than the twenty households.
  • D. $0.8$ — Inversion Error
    Dividing $\sum f$ by $\sum fx$ — the fraction inverted.

Common Mistake (⚠️):
Averaging the four values $0,1,2,3$ to get $1.5$, ignoring the frequencies entirely, or dividing by 4 instead of 20.

Takeaway (📌):
Mean $= \dfrac{\sum fx}{\sum f}$. The denominator counts households, not categories.

Question 3

Back to top ↑

Two triangles are similar. The first has sides of $6$ cm and $9$ cm; the corresponding sides of the second are $4$ cm and $x$ cm. What is $x$?

  • A. $7$ cm
  • B. $13.5$ cm
  • C. $6$ cm
  • D. $5$ cm
  • E. $2.7$ cm

Key Idea (💡): Scale factor $= \tfrac46 = \tfrac23$, so $x = 9\times\tfrac23 = 6$ cm.

Shortcut rehearsed: One scale factor governs every length — Find the scale factor once, then apply it to every length

ESAT specification: M5.17 - Apply the concepts of congruence and similarity in simple figures

Same shortcut elsewhere: Set 1 Maths Q13 · Set 1 Maths Q23 · Set 2 Maths Q17 · Set 3 Maths Q21

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. $6$ cm

Fastest Approach (🚀):
$k = \dfrac{4}{6} = \dfrac23$.
$x = 9\times\dfrac23 = 6$ cm.

Matches Option C.

Step-by-Step Breakdown:

1. Find the scale factor

The matched pair is $6\ \text{cm}\to 4\ \text{cm}$:
$k = \dfrac{4}{6} = \dfrac{2}{3}$

The second triangle is smaller, so $k<1$ — a useful check.

2. Apply it to the other side

$x = 9\times\dfrac23 = 6\ \text{cm}$

3. Check with ratios

$\dfrac{4}{6} = \dfrac{6}{9} = \dfrac23$. Corresponding sides are in the same ratio, as similarity requires.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. $7$ cm — Additive Error
    Subtracting a constant difference rather than scaling.
  • B. $13.5$ cm — Inversion Error
    Using the inverse scale factor $\tfrac32$.
  • D. $5$ cm — Estimation Error
    Estimating between the additive and multiplicative answers.
  • E. $2.7$ cm — Pairing Error
    Applying $\tfrac{4}{9}\times 6$ or mismatching the pairs.

Common Mistake (⚠️):
Subtracting instead of scaling: $6-4 = 2$, so $9-2 = 7$. Similarity is multiplicative, never additive.

Takeaway (📌):
One scale factor governs every length. Check whether it is above or below 1 before applying it.

Question 4

Back to top ↑

Factorise $x^{2}-64$.

  • A. $(x-8)^{2}$
  • B. It does not factorise
  • C. $(x-64)(x+1)$
  • D. $(x+8)^{2}$
  • E. $(x-8)(x+8)$

Key Idea (💡): $x^{2}-64 = x^{2}-8^{2} = (x-8)(x+8)$.

Shortcut rehearsed: Difference of two squares — Recognise the pattern rather than trial factors

ESAT specification: M4.5 - Factorise quadratic expressions of the form x 2 + bx + c, including the difference of two squares

Same shortcut elsewhere: Set 1 Maths Q8 · Set 2 Maths Q3 · Set 2 Maths Q26

Reveal the answer & worked solution — commit to an option first

Correct Answer: E. $(x-8)(x+8)$

Fastest Approach (🚀):
$64 = 8^{2} \implies (x-8)(x+8)$.

Matches Option E.

Step-by-Step Breakdown:

1. Recognise the form

$a^{2}-b^{2}$ with $a = x$ and $b = 8$, since $64 = 8^{2}$.

There is no $x$ term, which is the signature of this pattern.

2. Apply the identity

$a^{2}-b^{2} = (a-b)(a+b)$
$x^{2}-64 = (x-8)(x+8)$

3. Check by expanding

$(x-8)(x+8) = x^{2}+8x-8x-64 = x^{2}-64$. The middle terms cancel, which is exactly why there is no $x$ term.

Matches Option E.

Why the Other Options Are Wrong (❌):

  • A. $(x-8)^{2}$ — Pattern Confusion
    Confusing with a perfect square trinomial.
  • B. It does not factorise — Conceptual Error
    Assuming a two-term quadratic cannot factorise.
  • C. $(x-64)(x+1)$ — Factorisation Error
    Trial factors of 64 without using the pattern.
  • D. $(x+8)^{2}$ — Pattern Confusion
    Sign error and the wrong pattern.

Common Mistake (⚠️):
Writing $(x-8)^{2}$, which expands to $x^{2}-16x+64$ — a completely different expression.

Takeaway (📌):
No middle term plus a subtracted square means $(a-b)(a+b)$. A repeated bracket would produce a middle term.

Question 5

Back to top ↑

A spinner lands on red with probability $0.3$. It is spun twice. What is the probability that it lands on red both times?

  • A. $0.6$
  • B. $0.3$
  • C. $0.03$
  • D. $0.09$
  • E. $0.7$

Key Idea (💡): $0.3\times 0.3 = 0.09$.

Shortcut rehearsed: Independent events multiply — With replacement, multiply the same probability

ESAT specification: M7.7 - Know when to add or multiply two probabilities, and understand conditional probability

Same shortcut elsewhere: Set 1 Maths Q3 · Set 1 Maths Q14 · Set 3 Maths Q2 · Set 6 Maths Q1

Reveal the answer & worked solution — commit to an option first

Correct Answer: D. $0.09$

Fastest Approach (🚀):
$0.3^{2} = 0.09$.

Matches Option D.

Step-by-Step Breakdown:

1. Check independence

A spinner has no memory — the second spin is unaffected by the first, so the probability stays $0.3$.

2. Multiply

$P(\text{red and red}) = 0.3\times 0.3 = 0.09$

3. Sanity check the size

Both events happening is rarer than either alone, so the answer must be below $0.3$. It is.

Matches Option D.

Why the Other Options Are Wrong (❌):

  • A. $0.6$ — Additive Error
    Adding the probabilities.
  • B. $0.3$ — Incomplete Answer
    Giving the single-spin probability.
  • C. $0.03$ — Place Value Error
    Decimal place error in $0.3\times 0.3$.
  • E. $0.7$ — Complement Confusion
    Giving the probability of not landing on red.

Common Mistake (⚠️):
Adding the probabilities to get $0.6$. Adding is for mutually exclusive alternatives ('or'), multiplying is for independent events happening together ('and').

Takeaway (📌):
'And' with independence means multiply; 'or' with exclusivity means add. The answer to an 'and' must be smaller than either probability.

Question 6

Back to top ↑

A prism has a right-angled triangular cross-section with legs $6$ cm and $8$ cm, and a length of $10$ cm. What is its volume?

  • A. $480\ \text{cm}^{3}$
  • B. $120\ \text{cm}^{3}$
  • C. $300\ \text{cm}^{3}$
  • D. $240\ \text{cm}^{3}$
  • E. $60\ \text{cm}^{3}$

Key Idea (💡): Triangle area $= \tfrac12(6)(8) = 24\ \text{cm}^{2}$, so $V = 24\times 10 = 240\ \text{cm}^{3}$.

Shortcut rehearsed: Recover the defining length, then use it everywhere — Cross-sectional area times length

ESAT specification: M5.14 - Know and apply formulae to calculate: a

Same shortcut elsewhere: Set 1 Maths Q16 · Set 3 Maths Q3 · Set 3 Maths Q15 · Set 6 Maths Q11

Reveal the answer & worked solution — commit to an option first

Correct Answer: D. $240\ \text{cm}^{3}$

Fastest Approach (🚀):
$A = \tfrac12\times 6\times 8 = 24$.
$V = 24\times 10 = 240\ \text{cm}^{3}$.

Matches Option D.

Step-by-Step Breakdown:

1. Find the cross-sectional area

The cross-section is a right-angled triangle with the two legs perpendicular, so they serve as base and height:
$A = \dfrac12\times 6\times 8 = 24\ \text{cm}^{2}$

2. Multiply by the length

$V = A\times l = 24\times 10 = 240\ \text{cm}^{3}$

3. Check the units

cm² × cm = cm³. Correct for a volume.

Matches Option D.

Why the Other Options Are Wrong (❌):

  • A. $480\ \text{cm}^{3}$ — Omitted Factor
    Omitting the $\tfrac12$ for the triangle.
  • B. $120\ \text{cm}^{3}$ — Double Counting
    Using $\tfrac12\times 6\times 8\times 10\times\tfrac12$ or halving twice.
  • C. $300\ \text{cm}^{3}$ — Arithmetic Error
    Using a cross-sectional area of 30.
  • E. $60\ \text{cm}^{3}$ — Omitted Dimension
    Multiplying the legs and halving without the length.

Common Mistake (⚠️):
Forgetting the $\tfrac12$ and treating the cross-section as a rectangle, which doubles the answer to 480.

Takeaway (📌):
Prism volume $=$ cross-sectional area $\times$ length. Identify the constant cross-section first, whatever its shape.

Question 7

Back to top ↑

What is 2999 rounded to 1 significant figure?

  • A. $3000$
  • B. $2000$
  • C. $2900$
  • D. $3$
  • E. $300$

Key Idea (💡): $2999 \to 3000$ to 1 s.f.

Shortcut rehearsed: Index laws for products, roots and reciprocals — Round from the first non-zero digit, and let the carry cascade

ESAT specification: M2.13 - Round numbers and measures to an appropriate degree of accuracy, e.g

Same shortcut elsewhere: Set 1 Maths Q25 · Set 2 Maths Q14 · Set 3 Maths Q22 · Set 3 Maths Q26

Reveal the answer & worked solution — commit to an option first

Correct Answer: A. $3000$

Fastest Approach (🚀):
First significant figure: $2$. Next digit $9 \ge 5$, so round up.
$2999 \to 3000$.

Matches Option A.

Step-by-Step Breakdown:

1. Identify the first significant figure

Reading from the left, the first non-zero digit is the $2$ in the thousands column.

2. Look at the next digit

The digit immediately after it is $9$, which is $\ge 5$, so the $2$ rounds up to $3$.

3. Replace the rest with placeholder zeros

$2999 \to 3000$

The zeros hold the place value — dropping them would change the magnitude entirely.

4. Check the magnitude

$3000$ is a four-digit number, as $2999$ was. Rounding never changes the order of magnitude by more than a factor near 1.

Matches Option A.

Why the Other Options Are Wrong (❌):

  • B. $2000$ — Truncation Error
    Truncating rather than rounding.
  • C. $2900$ — Precision Error
    Rounding to 2 significant figures.
  • D. $3$ — Place Value Error
    Dropping the place-value zeros.
  • E. $300$ — Place Value Error
    Losing one order of magnitude.

Common Mistake (⚠️):
Truncating instead of rounding, giving 2000, or dropping the placeholder zeros and answering 3.

Takeaway (📌):
Round the leading significant digit, then fill with zeros to preserve place value. The magnitude must survive.

Question 8

Back to top ↑

A company's annual sales, in thousands, over five consecutive years are $120,\ 135,\ 150,\ 165,\ 180$. If the trend continues unchanged, what would sales be in year $7$?

  • A. $195$
  • B. $210$
  • C. $225$
  • D. $200$
  • E. $360$

Key Idea (💡): The common difference is $15$, so year $7$ is two steps beyond year $5$: $180+2(15) = 210$.

Shortcut rehearsed: Read the chart for what it actually encodes — Check the differences: a constant difference means a linear trend

ESAT specification: M6.1c / M6.4 — line graphs for time series data; interpolate and extrapolate apparent trends

Same shortcut elsewhere: Set 2 Maths Q15 · Set 3 Maths Q11 · Paper 4 Physics Q14 (Interpreting the gradient of a straight-line graph under different physical quantities)

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. $210$

Fastest Approach (🚀):
Differences are all $15$.
Year $7 = 180+2(15) = 210$.

Matches Option B.

Step-by-Step Breakdown:

1. Take the differences

$135-120 = 15$, $\quad 150-135 = 15$, $\quad 165-150 = 15$, $\quad 180-165 = 15$

Constant, so the trend is linear.

2. Step forward the right number of years

The data ends at year $5$. Year $7$ is two further steps:
$180+2\times 15 = 210$

3. Note the assumption

This assumes the trend continues unchanged. Extending two years beyond the data is a modest extrapolation; extending twenty would not be defensible.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. $195$ — Off-by-one Error
    Stepping forward one year instead of two.
  • C. $225$ — Off-by-one Error
    Stepping forward three years.
  • D. $200$ — Estimation Error
    Rounding the trend to a convenient number.
  • E. $360$ — Model Error
    Doubling the final value.

Common Mistake (⚠️):
Stepping forward only one year and answering $195$, or doubling the final value.

Takeaway (📌):
Constant first differences mean a linear trend, and extending it is arithmetic. Always state that you are assuming the trend holds.

Question 9

Back to top ↑

A ladder of length $13$ m leans against a vertical wall with its foot $5$ m from the base of the wall. How far up the wall does it reach?

  • A. $8$ m
  • B. $12$ m
  • C. $14$ m
  • D. $18$ m
  • E. $\sqrt{194}$ m

Key Idea (💡): $\sqrt{13^{2}-5^{2}} = \sqrt{169-25} = \sqrt{144} = 12$ m — the $(5,12,13)$ triple.

Shortcut rehearsed: Squared distance and Pythagorean triples — Recognise the triple before computing

ESAT specification: M5.7 - Know and use the formula for Pythagoras' theorem: a 2 + b 2 = c 2 Use Pythagoras' theorem in both 2 and 3 dimensions.

Same shortcut elsewhere: Set 1 Maths Q19 · Set 2 Maths Q16 · Set 6 Maths Q22 · Set 8 Adv Maths Q4

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. $12$ m

Fastest Approach (🚀):
$(5,12,13)$ is a Pythagorean triple, so the height is $12$ m.

Matches Option B.

Step-by-Step Breakdown:

1. Identify the hypotenuse

The ladder leans against a vertical wall, so the wall and the ground meet at a right angle. The ladder is opposite that angle — it is the hypotenuse.

2. Rearrange Pythagoras

$a^{2}+b^{2} = c^{2} \implies b^{2} = c^{2}-a^{2}$
$b^{2} = 13^{2}-5^{2} = 169-25 = 144$

3. Take the root

$b = 12\ \text{m}$

4. Recognise the triple

$(5,12,13)$ is a standard Pythagorean triple, so this can be written down without any arithmetic at all.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. $8$ m — Formula Misuse
    Subtracting the lengths: $13-5$.
  • C. $14$ m — Direction Error
    Rounding $\sqrt{194}$ after adding the squares.
  • D. $18$ m — Formula Misuse
    Adding the two given lengths.
  • E. $\sqrt{194}$ m — Direction Error
    Adding the squares instead of subtracting — the ladder treated as a leg.

Common Mistake (⚠️):
Adding the squares to get $\sqrt{194}$, which treats the ladder as a shorter side. The hypotenuse is always the longest side, so the answer must be less than 13.

Takeaway (📌):
Finding the hypotenuse: add squares. Finding a leg: subtract. Check the answer is shorter than the hypotenuse.

Question 10

Back to top ↑

Make $x$ the subject of $y = \sqrt{\dfrac{x-3}{2}}$.

  • A. $x = \dfrac{y^{2}}{2}+3$
  • B. $x = 2y^{2}+3$
  • C. $x = 2y^{2}-3$
  • D. $x = \left(2y+3\right)^{2}$
  • E. $x = \dfrac{y^{2}+3}{2}$

Key Idea (💡): $y^{2} = \dfrac{x-3}{2} \implies 2y^{2} = x-3 \implies x = 2y^{2}+3$.

Shortcut rehearsed: Undo the operations in reverse order — Undo the operations in reverse order

ESAT specification: M4.7 - Rearrange formulae to change the subject.

Same shortcut elsewhere: Set 1 Maths Q15 · Set 2 Maths Q8 · Set 5 Maths Q22 · Set 10 Adv Maths Q20

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. $x = 2y^{2}+3$

Fastest Approach (🚀):
Square: $y^{2} = \dfrac{x-3}{2}$.
$\times 2$: $2y^{2} = x-3$.
$+3$: $x = 2y^{2}+3$.

Matches Option B.

Step-by-Step Breakdown:

1. Undo the square root

Squaring both sides:
$y^{2} = \dfrac{x-3}{2}$

2. Undo the division

Multiplying both sides by 2 — the whole side, not just part of it:
$2y^{2} = x-3$

3. Undo the subtraction

$x = 2y^{2}+3$

4. Check with a value

If $x = 5$: $y = \sqrt{\tfrac{2}{2}} = 1$. And $2(1)^{2}+3 = 5$. The rearrangement returns the original value.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. $x = \dfrac{y^{2}}{2}+3$ — Inverse Operation Error
    Dividing by 2 rather than multiplying.
  • C. $x = 2y^{2}-3$ — Sign Error
    Subtracting 3 instead of adding it.
  • D. $x = \left(2y+3\right)^{2}$ — Order Error
    Squaring after rearranging, applying the square to the wrong expression.
  • E. $x = \dfrac{y^{2}+3}{2}$ — Order Error
    Adding 3 before clearing the denominator.

Common Mistake (⚠️):
Dividing by 2 instead of multiplying — the 2 was in a denominator, so undoing it means multiplying.

Takeaway (📌):
Reverse order, inverse operation, applied to the whole side. Verify with one numerical substitution.

Question 11

Back to top ↑

Heights of children aged $5$ to $11$ are modelled by the line of best fit $h = 6a+80$, where $h$ is height in cm and $a$ is age in years. The model is used to predict the height of a $40$-year-old, giving $320$ cm. What is the main problem?

  • A. The gradient of the line is too large
  • B. The line of best fit was drawn by eye rather than calculated
  • C. The prediction extrapolates far outside the range of the data
  • D. Height and age are not correlated
  • E. The intercept of 80 cm has no meaning

Key Idea (💡): The line was fitted to ages $5$ to $11$. At age $40$ it is being used almost thirty years beyond any observation, and growth has long since stopped — so the linear trend cannot be assumed to persist.

Shortcut rehearsed: Read the trend, and never claim causation — A line of best fit is only evidence inside the range of the data

ESAT specification: M6.4 — draw estimated lines of best fit; interpolate and extrapolate apparent trends whilst knowing the dangers of so doing

Same shortcut elsewhere: Set 7 Maths Q17 · Set 4 Maths Q17

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. The prediction extrapolates far outside the range of the data

Fastest Approach (🚀):
Data range: ages $5$ to $11$. Prediction: age $40$.
That is extrapolation far beyond the evidence, and $320$ cm is absurd.

Matches Option C.

Step-by-Step Breakdown:

1. Check the arithmetic

$h = 6(40)+80 = 320$ cm. The calculation is correct — so the fault is not arithmetic.

2. Compare the prediction with the data range

The line was fitted to ages $5$ to $11$. Age $40$ lies nearly thirty years outside that range.

3. Why that matters

A line of best fit summarises the relationship within the observed data. Children grow roughly linearly over those years; adults do not continue growing at $6$ cm per year. The model has no evidence to support it beyond age $11$, and the absurd answer of $320$ cm is the symptom.

4. Why the others fail

The gradient and intercept are reasonable for the ages observed — $80$ cm is a plausible extrapolated baseline for the fitted range. Height and age are strongly correlated in children. The line being drawn by eye is a minor issue by comparison.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. The gradient of the line is too large — Wrong Diagnosis
    The gradient is reasonable for children; the problem is where it is applied.
  • B. The line of best fit was drawn by eye rather than calculated — Wrong Diagnosis
    A minor issue, and not the reason the prediction is absurd.
  • D. Height and age are not correlated — Contradicts the Data
    Height and age are strongly correlated in the age range studied.
  • E. The intercept of 80 cm has no meaning — Wrong Diagnosis
    The intercept is an artefact of the fitted range, not the source of the error.

Common Mistake (⚠️):
Blaming the gradient or the intercept. Both are fine for the data that were collected; the error is applying the model where no data exist.

Takeaway (📌):
Interpolation inside the data range is reasonable. Extrapolation beyond it is a claim the data cannot support, however neat the line.

Question 12

Back to top ↑

A sector of a circle of radius $9$ cm has an angle of $40^{\circ}$ at the centre. What is the exact length of its arc?

  • A. $2\pi$ cm
  • B. $4\pi$ cm
  • C. $9\pi$ cm
  • D. $\pi$ cm
  • E. $18\pi$ cm

Key Idea (💡): $\dfrac{40}{360} = \dfrac19$ of the circumference $2\pi(9) = 18\pi$, giving $2\pi$ cm.

Shortcut rehearsed: Circle equation: centre, radius and the point test — Take the angle's fraction of the whole circumference

ESAT specification: M5 — Geometry: circles, arcs and sectors

Same shortcut elsewhere: Set 2 Maths Q12 · Set 3 Maths Q12 · Set 6 Maths Q19 · Paper 2 Maths Q1 (Circle geometry)

Reveal the answer & worked solution — commit to an option first

Correct Answer: A. $2\pi$ cm

Fastest Approach (🚀):
Fraction $= \dfrac{40}{360} = \dfrac19$.
Circumference $= 18\pi$, so the arc is $\dfrac{18\pi}{9} = 2\pi$ cm.

Matches Option A.

Step-by-Step Breakdown:

1. Find the fraction of the circle

$\dfrac{\theta}{360^{\circ}} = \dfrac{40}{360} = \dfrac{1}{9}$

2. Find the whole circumference

$C = 2\pi r = 2\pi(9) = 18\pi$ cm

3. Take the fraction

$\text{arc} = \dfrac{1}{9}\times 18\pi = 2\pi\ \text{cm}$

The same fraction applied to the area $\pi(9)^{2} = 81\pi$ would give the sector area $9\pi\ \text{cm}^{2}$ — one fraction, both answers.

Matches Option A.

Why the Other Options Are Wrong (❌):

  • B. $4\pi$ cm — Fraction Error
    Using $\tfrac{2}{9}$ of the circumference, or doubling.
  • C. $9\pi$ cm — Measure Confusion
    Giving the sector area rather than the arc length.
  • D. $\pi$ cm — Formula Misuse
    Using $\pi r$ rather than $2\pi r$ for the circumference.
  • E. $18\pi$ cm — Incomplete Answer
    Giving the whole circumference.

Common Mistake (⚠️):
Using the area formula and quoting $9\pi$, or using $\pi r$ instead of $2\pi r$ for the circumference.

Takeaway (📌):
Arc $= \dfrac{\theta}{360}\,2\pi r$ and sector area $= \dfrac{\theta}{360}\,\pi r^{2}$. Work out the fraction first and reuse it.

Question 13

Back to top ↑

A quantity increases by 10%, and then the result increases by 10% again. What is the overall percentage increase?

  • A. $20\%$
  • B. $100\%$
  • C. $11\%$
  • D. $10\%$
  • E. $21\%$

Key Idea (💡): $1.1^{2} = 1.21$, an increase of $21\%$.

Shortcut rehearsed: Chain percentage multipliers — Square the multiplier for two identical changes

ESAT specification: M3.11 - Set up, solve and interpret the answers in growth and decay problems

Same shortcut elsewhere: Set 1 Maths Q12 · Set 1 Maths Q22 · Set 1 Maths Q24 · Set 2 Maths Q1

Reveal the answer & worked solution — commit to an option first

Correct Answer: E. $21\%$

Fastest Approach (🚀):
$1.1\times 1.1 = 1.21 \implies +21\%$.

Matches Option E.

Step-by-Step Breakdown:

1. Write the multiplier

A 10% increase is $\times 1.1$.

2. Apply it twice

$1.1\times 1.1 = 1.21$

3. Convert back to a percentage

A multiplier of $1.21$ is an increase of $21\%$.

4. Where the extra 1% comes from

Starting at 100: after one increase, 110; the second increase adds 10% of 110, which is 11, not 10. The extra 1 is the second increase acting on the first increase.

Matches Option E.

Why the Other Options Are Wrong (❌):

  • A. $20\%$ — Additive Error
    Adding the percentages.
  • B. $100\%$ — Conceptual Error
    Treating $1.1^{2}$ as a doubling.
  • C. $11\%$ — Misread Question
    Giving the second increase in absolute units rather than the overall percentage.
  • D. $10\%$ — Incomplete Answer
    Applying only one increase.

Common Mistake (⚠️):
Adding the percentages to get 20%. Compound changes always exceed the simple sum for increases.

Takeaway (📌):
$n$ identical changes means the multiplier to the power $n$. For increases the compound result always beats the naive sum.

Question 14

Back to top ↑

A shop sells seven pairs of shoes in sizes $5,\ 6,\ 6,\ 7,\ 7,\ 7,\ 11$. The manager wants to know which size to stock most of. Which summary value should be used, and what is it?

  • A. The mean, $7$
  • B. The median, $7$
  • C. The mode, $7$
  • D. The mean, $6$
  • E. The range, $6$

Key Idea (💡): Stock levels depend on which size sells most often, and 'most often' is the definition of the mode. The mode is $7$, appearing three times.

Shortcut rehearsed: Choose the average the question actually wants — Match the average to the decision being made

ESAT specification: M6.3 — understand the advantages and disadvantages of summary values

Same shortcut elsewhere: Set 7 Maths Q8 · Set 12 Adv Maths Q27

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. The mode, $7$

Fastest Approach (🚀):
'Which size to stock most of' means 'which sells most often'.
That is the mode: $7$.

Matches Option C.

Step-by-Step Breakdown:

1. Read what the decision needs

The manager is choosing stock quantities, so the useful figure is the size that occurs most frequently — not a typical value in the arithmetic sense.

2. Identify the mode

$7$ appears three times; $6$ twice; $5$ and $11$ once each. The mode is $7$.

3. Why the others fail here

The mean is $\dfrac{49}{7} = 7$ — the same number, but arrived at meaninglessly: a mean shoe size of $7$ would still be $7$ if the sizes were $6.5$ and $7.5$, neither of which is stockable. The median is also $7$, again by coincidence. The range measures spread, not a typical value at all.

The mode is the only average that is always an actual data value, which is why it is the right one for categorical or stock decisions.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. The mean, $7$ — Wrong Reason
    Right number, wrong reasoning — a mean shoe size need not be a real size.
  • B. The median, $7$ — Wrong Reason
    Right number, but the median answers 'what is typical', not 'what sells most'.
  • D. The mean, $6$ — Arithmetic Error
    Mis-computed mean, and the wrong measure for the decision.
  • E. The range, $6$ — Measure Confusion
    The range is a measure of spread, not an average.

Common Mistake (⚠️):
Choosing the mean because it 'uses all the data'. All three averages give $7$ here, so a correct number can still come from the wrong reasoning — and the reasoning is what the question tests.

Takeaway (📌):
Mode for what occurs most often, median for skewed data, mean for symmetric data. Pick by the decision, not by habit.

Question 15

Back to top ↑

A sphere has surface area $100\pi\ \text{cm}^{2}$. What is its radius? $\left(A = 4\pi r^{2}\right)$

  • A. $25$ cm
  • B. $5$ cm
  • C. $10$ cm
  • D. $\sqrt{25\pi}$ cm
  • E. $50$ cm

Key Idea (💡): $4\pi r^{2} = 100\pi \implies r^{2} = 25 \implies r = 5$ cm.

Shortcut rehearsed: Recover the defining length, then use it everywhere — Rearrange the formula for the defining length

ESAT specification: M5 — Geometry: surface area and volume of spheres, cones, cylinders and prisms

Same shortcut elsewhere: Set 1 Maths Q16 · Set 3 Maths Q3 · Set 3 Maths Q15 · Set 6 Maths Q11

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. $5$ cm

Fastest Approach (🚀):
$\pi$ cancels: $4r^{2} = 100$.
$r^{2} = 25 \implies r = 5$ cm.

Matches Option B.

Step-by-Step Breakdown:

1. Set up the equation

$4\pi r^{2} = 100\pi$

2. Cancel the π

Both sides carry a factor of $\pi$, so it divides out immediately:
$4r^{2} = 100$

3. Solve

$r^{2} = 25 \implies r = 5$ cm

Only the positive root is meaningful for a length.

4. Check

$4\pi(5)^{2} = 100\pi$. Correct — and note the volume would then be $\tfrac43\pi(125) = \tfrac{500\pi}{3}\ \text{cm}^{3}$, the usual follow-up.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. $25$ cm — Incomplete Answer
    Giving $r^{2}$ rather than $r$.
  • C. $10$ cm — Misread Question
    Giving the diameter rather than the radius.
  • D. $\sqrt{25\pi}$ cm — Simplification Error
    Failing to cancel the $\pi$ before rooting.
  • E. $50$ cm — Formula Misuse
    Dividing $100$ by $2$ instead of rearranging properly.

Common Mistake (⚠️):
Giving $r^{2} = 25$ as the answer, or dividing $100$ by $4$ and forgetting to take the square root.

Takeaway (📌):
When a formula is run backwards, cancel any common $\pi$ first. It keeps the arithmetic in integers throughout.

Question 16

Back to top ↑

Write the ratio $250\ \text{g} : 1\ \text{kg}$ in its simplest form.

  • A. $1:4$
  • B. $250:1$
  • C. $1:250$
  • D. $4:1$
  • E. $25:1$

Key Idea (💡): $250\ \text{g} : 1000\ \text{g} = 1:4$.

Shortcut rehearsed: Convert only the unit that is wrong — Convert to a common unit before simplifying

ESAT specification: M3.3 - Understand and use ratio notation.

Same shortcut elsewhere: Set 1 Maths Q27 · Set 4 Maths Q26 · Paper 4 Chemistry Q20 (Calculating gas volumes from reacting masses, including unit conversions (Quantitative Chemistry, Moles))

Reveal the answer & worked solution — commit to an option first

Correct Answer: A. $1:4$

Fastest Approach (🚀):
$1\ \text{kg} = 1000\ \text{g}$.
$250:1000 = 1:4$.

Matches Option A.

Step-by-Step Breakdown:

1. Convert to a common unit

$1\ \text{kg} = 1000\ \text{g}$, so the ratio is
$250 : 1000$

2. Simplify

Divide both parts by 250:
$250:1000 = 1:4$

3. Sanity check the direction

250 g is the smaller quantity, so it must be the smaller part of the ratio. $1:4$ has the small number first — correct.

Matches Option A.

Why the Other Options Are Wrong (❌):

  • B. $250:1$ — Units Error
    Comparing the numbers without converting units.
  • C. $1:250$ — Simplification Error
    Converting but not simplifying, and inverting.
  • D. $4:1$ — Order Error
    Correct simplification but written the wrong way round.
  • E. $25:1$ — Conversion Error
    Dividing by 10 rather than converting properly.

Common Mistake (⚠️):
Writing $250:1$ by comparing the numbers without converting the units, which inverts the relationship entirely.

Takeaway (📌):
Same unit first, then simplify. Check that the smaller quantity ends up as the smaller part.

Question 17

Back to top ↑

A scatter graph of revision hours against test score, for students revising between $2$ and $14$ hours, shows strong positive correlation with line of best fit $s = 4h+30$. Which use of the line is most reliable?

  • A. Predicting the score of a student who revised $40$ hours
  • B. Predicting the score of a student who revised $8$ hours
  • C. Concluding that revising causes higher scores
  • D. Predicting the hours revised by a student who scored $200$
  • E. Concluding that every extra hour adds exactly $4$ marks for every student

Key Idea (💡): $8$ hours lies within the observed $2$ to $14$ hours, so using the line there is interpolation — the one use the data actually supports.

Shortcut rehearsed: Read the trend, and never claim causation — A line of best fit is evidence inside the range and speculation outside it

ESAT specification: M6.4 — interpolate and extrapolate apparent trends whilst knowing the dangers of so doing

Same shortcut elsewhere: Set 7 Maths Q17 · Set 4 Maths Q11

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. Predicting the score of a student who revised $8$ hours

Fastest Approach (🚀):
Data covers $2$ to $14$ hours.
Only $8$ hours lies inside that range.

Matches Option B.

Step-by-Step Breakdown:

1. Note the range of the data

Observations run from $2$ to $14$ hours. The line summarises the relationship over that interval and nowhere else.

2. Test each option

$40$ hours is far outside the range — extrapolation, and it would predict a score of $190$.
$8$ hours is inside the range — interpolation, and reliable.
A score of $200$ is beyond anything observed, so the same objection applies in reverse.

3. The two conclusions

Correlation cannot establish that revision causes the higher scores; a third factor such as motivation could drive both. And a gradient of $4$ describes the average trend, not a guarantee for each individual student.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. Predicting the score of a student who revised $40$ hours — Extrapolation
    Extrapolation far beyond the observed $14$ hours.
  • C. Concluding that revising causes higher scores — Causation Fallacy
    Correlation does not establish causation.
  • D. Predicting the hours revised by a student who scored $200$ — Extrapolation
    A score of $200$ is outside anything observed.
  • E. Concluding that every extra hour adds exactly $4$ marks for every student — Over-generalisation
    The gradient is an average trend, not a rule for every student.

Common Mistake (⚠️):
Assuming that because the correlation is strong, the line can be used anywhere. Strength describes how closely the points fit — not how far the relationship extends.

Takeaway (📌):
Inside the data: interpolation, reliable. Outside it: extrapolation, speculation. And a gradient is an average effect, never an individual promise.

Question 18

Back to top ↑

Bus A leaves a station every 12 minutes and bus B every 18 minutes. They leave together at 09:00. At what time do they next leave together?

  • A. 09:30
  • B. 09:24
  • C. 09:36
  • D. 10:36
  • E. 09:06

Key Idea (💡): $\text{LCM}(12,18) = 36$, so they next leave together 36 minutes after 09:00, at 09:36.

Shortcut rehearsed: Prime structure: HCF, LCM and recurring decimals — Events coincide at the LCM of their intervals

ESAT specification: M2.3 - Use the concepts and vocabulary of prime numbers, factors (divisors), multiples, common factors, common multiples, highe

Same shortcut elsewhere: Set 3 Maths Q13 · Set 3 Maths Q16 · Set 3 Maths Q18 · Set 5 Maths Q3

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. 09:36

Fastest Approach (🚀):
$12 = 2^{2}\times 3,\ 18 = 2\times 3^{2} \implies \text{LCM} = 2^{2}\times 3^{2} = 36$.
09:00 + 36 min = 09:36.

Matches Option C.

Step-by-Step Breakdown:

1. Recognise the structure

Bus A leaves at $0, 12, 24, 36, \ldots$ minutes; bus B at $0, 18, 36, \ldots$ They coincide at common multiples of 12 and 18, and the next coincidence is the lowest one.

2. Compute the LCM

$12 = 2^{2}\times 3$
$18 = 2\times 3^{2}$
$\text{LCM} = 2^{2}\times 3^{2} = 36$

3. Add to the start time

$09{:}00 + 36\ \text{minutes} = 09{:}36$

4. Confirm

36 is divisible by both 12 (three buses) and 18 (two buses). Correct.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. 09:30 — Estimation Error
    Using 30 minutes as a convenient round figure.
  • B. 09:24 — Single Cycle Error
    Using a multiple of 12 only.
  • D. 10:36 — Non-minimal Multiple
    Using $12\times 18 = 216$ minutes rather than the LCM.
  • E. 09:06 — Operation Error
    Using the difference $18-12 = 6$.

Common Mistake (⚠️):
Multiplying the intervals to get $12\times 18 = 216$ minutes. That is a common multiple, but not the lowest, and it gives 12:36.

Takeaway (📌):
'When do they next coincide' means the LCM. Multiplying gives a valid but non-minimal answer.

Question 19

Back to top ↑

$y$ is directly proportional to $x^{2}$ and inversely proportional to $z$. When $x = 2$ and $z = 3$, $y = 12$. What is $y$ when $x = 4$ and $z = 6$?

  • A. $12$
  • B. $48$
  • C. $24$
  • D. $96$
  • E. $6$

Key Idea (💡): $y = \dfrac{kx^{2}}{z}$ gives $k = \dfrac{yz}{x^{2}} = \dfrac{12\times 3}{4} = 9$, so $y = \dfrac{9(16)}{6} = 24$.

Shortcut rehearsed: One scale factor governs every length — One constant covers both proportionalities

ESAT specification: M3 — Ratio and proportion: direct and inverse proportion

Same shortcut elsewhere: Set 1 Maths Q13 · Set 1 Maths Q23 · Set 2 Maths Q17 · Set 3 Maths Q21

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. $24$

Fastest Approach (🚀):
$k = \dfrac{12\times 3}{2^{2}} = 9$.
$y = \dfrac{9\times 4^{2}}{6} = \dfrac{144}{6} = 24$.

Matches Option C.

Step-by-Step Breakdown:

1. Combine both statements into one

Directly proportional to $x^{2}$ and inversely proportional to $z$:
$y = \dfrac{kx^{2}}{z}$

2. Find the constant

$12 = \dfrac{k(2)^{2}}{3} = \dfrac{4k}{3} \implies k = 9$

3. Substitute the new values

$y = \dfrac{9(4)^{2}}{6} = \dfrac{144}{6} = 24$

4. The scaling check

$x$ doubled, so $x^{2}$ quadrupled — a factor of $4$. $z$ doubled, so the inverse dependence halves it. Net factor $\dfrac{4}{2} = 2$, and $12\times 2 = 24$. The constant was never really needed.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. $12$ — Scaling Error
    Assuming the two changes cancel exactly.
  • B. $48$ — Omitted Factor
    Quadrupling for $x$ without halving for $z$.
  • D. $96$ — Proportion Inverted
    Multiplying by $z$ rather than dividing, so both changes increase $y$.
  • E. $6$ — Scaling Error
    Halving instead of doubling.

Common Mistake (⚠️):
Applying the doubling of $x$ without squaring it, or multiplying by $z$ instead of dividing.

Takeaway (📌):
Write one relationship with one constant. Or skip the constant entirely and track the net scale factor — $f_x^{\,2}/f_z$ here.

Question 20

Back to top ↑

If $(x+a)(x+b) \equiv x^{2}+7x+12$, what is the value of $a^{2}+b^{2}$?

  • A. $25$
  • B. $49$
  • C. $7$
  • D. $12$
  • E. $13$

Key Idea (💡): $a+b = 7$, $ab = 12$, so $a^{2}+b^{2} = (a+b)^{2}-2ab = 49-24 = 25$.

Shortcut rehearsed: Symmetric identities in two variables — Match the expanded form term by term

ESAT specification: M4.4 - Collect like terms, multiply a single term over a bracket, take out common factors

Same shortcut elsewhere: Set 1 Maths Q20 · Set 3 Maths Q27

Reveal the answer & worked solution — commit to an option first

Correct Answer: A. $25$

Fastest Approach (🚀):
$a+b = 7,\ ab = 12$.
$a^{2}+b^{2} = 49-24 = 25$.

Matches Option A.

Step-by-Step Breakdown:

1. Expand the left-hand side

$(x+a)(x+b) = x^{2}+(a+b)x+ab$

2. Compare coefficients

Matching against $x^{2}+7x+12$:
$a+b = 7, \qquad ab = 12$

3. Use the symmetric identity

$a^{2}+b^{2} = (a+b)^{2}-2ab = 7^{2}-2(12) = 49-24 = 25$

4. Check directly

$a$ and $b$ are 3 and 4, and $9+16 = 25$. The identity route agrees — and works even when the roots are not integers.

Matches Option A.

Why the Other Options Are Wrong (❌):

  • B. $49$ — Incomplete Identity
    Giving $(a+b)^{2}$ without subtracting $2ab$.
  • C. $7$ — Misread Question
    Giving $a+b$.
  • D. $12$ — Misread Question
    Giving $ab$.
  • E. $13$ — Formula Misuse
    Adding $a+b$ and $ab$ minus something, or using $a^{2}+b$ style slips.

Common Mistake (⚠️):
Giving $(a+b)^{2} = 49$ and forgetting to subtract $2ab$, or finding $a$ and $b$ but then adding rather than squaring them.

Takeaway (📌):
$a^{2}+b^{2} = (a+b)^{2}-2ab$. Comparing coefficients hands you both ingredients immediately.

Question 21

Back to top ↑

A force of $20\ \text{N}$ acts on an area of $0.5\ \text{m}^{2}$. What is the pressure, in $\text{N/m}^{2}$?

  • A. $10\ \text{N/m}^{2}$
  • B. $20.5\ \text{N/m}^{2}$
  • C. $40\ \text{N/m}^{2}$
  • D. $0.025\ \text{N/m}^{2}$
  • E. $4\ \text{N/m}^{2}$

Key Idea (💡): $P = \dfrac{F}{A} = \dfrac{20}{0.5} = 40\ \text{N/m}^{2}$.

Shortcut rehearsed: Rates add; times do not — Read the formula straight off the units

ESAT specification: M1.1 - Use standard units of mass, length, time, money and other measures

Same shortcut elsewhere: Set 2 Maths Q6 · Set 2 Maths Q23 · Set 2 Maths Q25 · Set 3 Maths Q25

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. $40\ \text{N/m}^{2}$

Fastest Approach (🚀):
$\dfrac{20}{0.5} = 40\ \text{N/m}^{2}$.

Matches Option C.

Step-by-Step Breakdown:

1. Read the formula from the units

Pressure is measured in $\text{N/m}^{2}$, that is newtons per square metre:
$P = \dfrac{F}{A}$

2. Substitute

$P = \dfrac{20}{0.5}$

3. Divide by a decimal

Dividing by $0.5$ is the same as multiplying by 2:
$P = 40\ \text{N/m}^{2}$

4. Sanity check

The area is less than a square metre, so the pressure must exceed the force's numerical value. $40 > 20$. Correct.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. $10\ \text{N/m}^{2}$ — Operation Error
    Multiplying $20\times 0.5$ instead of dividing.
  • B. $20.5\ \text{N/m}^{2}$ — Operation Error
    Adding the two quantities.
  • D. $0.025\ \text{N/m}^{2}$ — Inversion Error
    Computing $0.5\div 20$.
  • E. $4\ \text{N/m}^{2}$ — Place Value Error
    Dividing 20 by 5 rather than by 0.5.

Common Mistake (⚠️):
Multiplying instead of dividing ($20\times 0.5 = 10$). Dividing by a number below 1 makes the result larger, which is the check that catches it.

Takeaway (📌):
The unit tells you the formula: N/m² is force over area, m/s is distance over time, g/cm³ is mass over volume.

Question 22

Back to top ↑

Evaluate $\dfrac{2}{3}\div\dfrac{4}{9}$.

  • A. $\dfrac{8}{27}$
  • B. $\dfrac{2}{3}$
  • C. $\dfrac{27}{8}$
  • D. $\dfrac{10}{9}$
  • E. $\dfrac{3}{2}$

Key Idea (💡): $\dfrac23\times\dfrac94 = \dfrac{18}{12} = \dfrac32$.

Shortcut rehearsed: Rates add; times do not — Multiply by the reciprocal, cancel before multiplying

ESAT specification: M2.2 - Apply the four operations (addition, subtraction, multiplication and division) to integers, decimals, simple fractions (

Same shortcut elsewhere: Set 2 Maths Q6 · Set 2 Maths Q23 · Set 2 Maths Q25 · Set 3 Maths Q25

Reveal the answer & worked solution — commit to an option first

Correct Answer: E. $\dfrac{3}{2}$

Fastest Approach (🚀):
$\dfrac23\times\dfrac94$: cancel $3$ into $9$ and $2$ into $4$ $\implies \dfrac{1\times 3}{1\times 2} = \dfrac32$.

Matches Option E.

Step-by-Step Breakdown:

1. Invert the divisor

$\dfrac{2}{3}\div\dfrac{4}{9} = \dfrac{2}{3}\times\dfrac{9}{4}$

Only the second fraction is inverted.

2. Cancel diagonally

$3$ divides into $9$ three times; $2$ divides into $4$ twice:
$\dfrac{\cancel{2}^{1}}{\cancel{3}^{1}}\times\dfrac{\cancel{9}^{3}}{\cancel{4}^{2}} = \dfrac{3}{2}$

3. Check the size

Dividing by a fraction less than 1 makes a number bigger, and $\tfrac32 > \tfrac23$. Consistent.

Matches Option E.

Why the Other Options Are Wrong (❌):

  • A. $\dfrac{8}{27}$ — Operation Error
    Multiplying without inverting.
  • B. $\dfrac{2}{3}$ — Cancellation Error
    Cancelling incorrectly and returning the first fraction.
  • C. $\dfrac{27}{8}$ — Inversion Error
    Inverting the first fraction rather than the second.
  • D. $\dfrac{10}{9}$ — Operation Error
    Adding the two fractions instead of dividing: $\tfrac69+\tfrac49$.

Common Mistake (⚠️):
Multiplying the two fractions without inverting, giving $\tfrac{8}{27}$, or inverting the first fraction instead of the second.

Takeaway (📌):
Invert the second, cancel, then multiply. Dividing by a proper fraction always makes the result larger.

Question 23

Back to top ↑

$(2x+3)(x+k) \equiv 2x^{2}+ax+15$ for all values of $x$. Find $a$.

  • A. $10$
  • B. $5$
  • C. $8$
  • D. $13$
  • E. $16$

Key Idea (💡): Constants: $3k = 15$ so $k = 5$; then the $x$ coefficient is $2k+3 = 13$.

Shortcut rehearsed: An identity holds for every value; an equation holds for some — Match the coefficients of each power on both sides

ESAT specification: M4.8 — know the difference between an equation and an identity

Same shortcut elsewhere: Set 5 Maths Q1 · Set 4 Maths Q27

Reveal the answer & worked solution — commit to an option first

Correct Answer: D. $13$

Fastest Approach (🚀):
Constant term: $3k = 15 \implies k = 5$.
$x$ term: $a = 2k+3 = 13$.

Matches Option D.

Step-by-Step Breakdown:

1. Expand the left-hand side

$(2x+3)(x+k) = 2x^{2}+2kx+3x+3k = 2x^{2}+(2k+3)x+3k$

2. Compare coefficients

Because the statement holds for every $x$, the two sides must match power by power:
$x^{2}$: $2 = 2$ — automatically satisfied
constant: $3k = 15$
$x$: $2k+3 = a$

3. Solve in the right order

The constant term involves only $k$, so take it first: $k = 5$. Substituting,
$a = 2(5)+3 = 13$

4. Check

$(2x+3)(x+5) = 2x^{2}+13x+15$. Both the $x$ coefficient and the constant agree.

Matches Option D.

Why the Other Options Are Wrong (❌):

  • A. $10$ — Expansion Error
    Using $a = 2k$ and forgetting the $+3x$ from the expansion.
  • B. $5$ — Misread Question
    Giving $k$ rather than $a$.
  • C. $8$ — Coefficient Error
    Using $k+3$ instead of $2k+3$.
  • E. $16$ — Coefficient Error
    Using $3k+1$ or another mis-collected coefficient.

Common Mistake (⚠️):
Finding $k = 5$ and giving that as the answer, or expanding to $2x^{2}+2kx+3k$ and losing the $3x$ term from the second product.

Takeaway (📌):
With an identity, choose the coefficient equation containing the fewest unknowns first. It usually collapses the whole system.

Question 24

Back to top ↑

A number is doubled and then 7 is added. The result is 5 less than three times the original number. What is the original number?

  • A. $12$
  • B. $2$
  • C. $-12$
  • D. $4$
  • E. $6$

Key Idea (💡): $2n+7 = 3n-5 \implies n = 12$.

Shortcut rehearsed: Undo the operations in reverse order — Name the unknown, convert each clause, then solve

ESAT specification: M4 — Algebra: translate simple situations into algebraic expressions or formulae; solve linear equations

Same shortcut elsewhere: Set 1 Maths Q15 · Set 2 Maths Q8 · Set 5 Maths Q22 · Set 10 Adv Maths Q20

Reveal the answer & worked solution — commit to an option first

Correct Answer: A. $12$

Fastest Approach (🚀):
$2n+7 = 3n-5$.
$7+5 = 3n-2n \implies n = 12$.

Matches Option A.

Step-by-Step Breakdown:

1. Name the unknown

Let the original number be $n$.

2. Translate each clause

'Doubled and then 7 added': $2n+7$
'Five less than three times the original': $3n-5$

'Five less than' means subtract $5$ from the three times — not $5-3n$.

3. Set them equal and solve

$2n+7 = 3n-5$
$7+5 = 3n-2n$
$n = 12$

4. Check against the words

Doubled and add $7$: $31$. Three times, less $5$: $36-5 = 31$. They agree.

Matches Option A.

Why the Other Options Are Wrong (❌):

  • B. $2$ — Translation Error
    Solving $2n+7 = 3n+5$ — the 'less than' reversed.
  • C. $-12$ — Sign Error
    Sign error when collecting the terms.
  • D. $4$ — Arithmetic Error
    Solving $2n+7 = 3n-5$ but collecting incorrectly.
  • E. $6$ — Incomplete Answer
    Halving the correct answer, or solving for $2n$.

Common Mistake (⚠️):
Translating 'five less than three times the number' as $5-3n$. The phrase means the three times comes first and $5$ is taken away from it.

Takeaway (📌):
Translate one clause at a time and check the finished equation back against the sentence before solving.

Question 25

Back to top ↑

How many integers $x$ satisfy $-3 < 2x+1 \le 7$?

  • A. $4$
  • B. $6$
  • C. $3$
  • D. $5$
  • E. $7$

Key Idea (💡): $-2 < x \le 3$, so $x \in \{-1,0,1,2,3\}$ — five integers.

Shortcut rehearsed: Keep the coefficient positive and the direction is safe — Solve the double inequality, then count carefully at the ends

ESAT specification: M4.17 - Solve linear inequalities in one or two variables

Same shortcut elsewhere: Set 2 Maths Q27 · Set 5 Maths Q6 · Set 5 Maths Q7 · Set 9 Adv Maths Q7

Reveal the answer & worked solution — commit to an option first

Correct Answer: D. $5$

Fastest Approach (🚀):
$-4 < 2x \le 6 \implies -2 < x \le 3$.
Integers: $-1,0,1,2,3$ — five of them.

Matches Option D.

Step-by-Step Breakdown:

1. Subtract 1 from all three parts

$-3-1 < 2x \le 7-1 \implies -4 < 2x \le 6$

2. Divide all three parts by 2

$-2 < x \le 3$

Dividing by a positive number leaves both inequality signs unchanged.

3. Count the integers

$x = -2$ is excluded (strict inequality); $x = 3$ is included (inclusive inequality). So
$x \in \{-1,\ 0,\ 1,\ 2,\ 3\}$

4. Total

Five integers.

Matches Option D.

Why the Other Options Are Wrong (❌):

  • A. $4$ — Endpoint Error
    Excluding $x=3$ as well as $x=-2$.
  • B. $6$ — Endpoint Error
    Including $x=-2$.
  • C. $3$ — Counting Error
    Counting only the positive integers.
  • E. $7$ — Endpoint Error
    Including both excluded endpoints.

Common Mistake (⚠️):
Including $x=-2$ because the inequality signs were treated as identical, giving 6. The two ends have different strictness and must be read separately.

Takeaway (📌):
Solve the double inequality in one pass, then list the integers explicitly. Listing beats subtracting endpoints when the strictness differs.

Question 26

Back to top ↑

A map has a scale of $1:25\,000$. Two towns are $4$ cm apart on the map. What is the actual distance between them?

  • A. $100$ m
  • B. $1$ km
  • C. $10$ km
  • D. $25$ km
  • E. $100$ km

Key Idea (💡): $4\times 25\,000 = 100\,000$ cm $= 1000$ m $= 1$ km.

Shortcut rehearsed: Convert only the unit that is wrong — Multiply by the scale, then convert units once

ESAT specification: M5.13 - Use and interpret maps and scale drawings

Same shortcut elsewhere: Set 1 Maths Q27 · Set 4 Maths Q16 · Paper 4 Chemistry Q20 (Calculating gas volumes from reacting masses, including unit conversions (Quantitative Chemistry, Moles))

Reveal the answer & worked solution — commit to an option first

Correct Answer: B. $1$ km

Fastest Approach (🚀):
$4\times 25\,000 = 100\,000\ \text{cm}$.
$\div 100\,000 \implies 1$ km.

Matches Option B.

Step-by-Step Breakdown:

1. Apply the scale

$1:25\,000$ means 1 cm on the map is $25\,000$ cm in reality:
$4\ \text{cm}\times 25\,000 = 100\,000\ \text{cm}$

The unit is unchanged by the scale — only the number grows.

2. Convert to metres

$100\,000\ \text{cm}\div 100 = 1000\ \text{m}$

3. Convert to kilometres

$1000\ \text{m}\div 1000 = 1\ \text{km}$

4. Remember the shortcut

$100\,000\ \text{cm} = 1\ \text{km}$ exactly, so on a $1:25\,000$ map, 4 cm is always 1 km.

Matches Option B.

Why the Other Options Are Wrong (❌):

  • A. $100$ m — Conversion Error
    Converting centimetres to metres but dividing by 1000 instead of 100.
  • C. $10$ km — Conversion Error
    An extra factor of ten in the conversion.
  • D. $25$ km — Units Error
    Reading the scale as 25 000 m directly.
  • E. $100$ km — Conversion Error
    Treating $100\,000$ cm as $100$ km.

Common Mistake (⚠️):
Converting only once and answering 100 m, or applying the scale to a length already converted into metres.

Takeaway (📌):
Scale first in the original unit, convert afterwards. Remember $1\ \text{km} = 100\,000\ \text{cm}$ to do it in one step.

Question 27

Back to top ↑

Which of the following statements is an identity?

  • A. $2x+5 = 11$
  • B. $x^{2} = 9$
  • C. $(x+4)^{2} = x^{2}+8x+16$
  • D. $x^{2}+2x = 3$
  • E. $\dfrac{x^{2}-1}{x-1} = x+1$

Key Idea (💡): $(x+4)^{2}$ expands to $x^{2}+8x+16$, so the two sides are the same expression written differently and the statement holds for every $x$.

Shortcut rehearsed: An identity holds for every value; an equation holds for some — An identity must hold for every value, not just one

ESAT specification: M4.8 — know the difference between an equation and an identity

Same shortcut elsewhere: Set 5 Maths Q1 · Set 4 Maths Q23

Reveal the answer & worked solution — commit to an option first

Correct Answer: C. $(x+4)^{2} = x^{2}+8x+16$

Fastest Approach (🚀):
Expand Option C: $(x+4)^{2} = x^{2}+8x+16$ — the two sides are identical.
Options A, B and D each restrict $x$ to specific values.

Matches Option C.

Step-by-Step Breakdown:

1. What each type of statement claims

An equation is true for particular values of the unknown and is something to be solved. An identity is true for every value, and is usually written with $\equiv$; it says two expressions are the same thing.

2. Test each option

$2x+5 = 11$ is true only when $x = 3$ — an equation.
$x^{2} = 9$ is true only when $x = \pm 3$ — an equation.
$(x+4)^{2} = x^{2}+8x+16$ expands to a statement with the same expression on both sides — true for every $x$.
$x^{2}+2x = 3$ is true only when $x = 1$ or $x = -3$ — an equation.

3. Why Option E is the interesting failure

$\dfrac{x^{2}-1}{x-1} = \dfrac{(x-1)(x+1)}{x-1} = x+1$ everywhere the left-hand side is defined — but at $x = 1$ it is $\tfrac{0}{0}$, which is not defined. A statement that fails to be defined at a point is not an identity over all real $x$.

Matches Option C.

Why the Other Options Are Wrong (❌):

  • A. $2x+5 = 11$ — Definition Confusion
    A linear equation with a single solution.
  • B. $x^{2} = 9$ — Definition Confusion
    An equation with two solutions, not a statement about all x.
  • D. $x^{2}+2x = 3$ — Definition Confusion
    A quadratic equation with two solutions.
  • E. $\dfrac{x^{2}-1}{x-1} = x+1$ — Domain Overlooked
    True wherever it is defined, but undefined at $x = 1$.

Common Mistake (⚠️):
Substituting one convenient value, finding both sides agree and declaring an identity. Agreement at a point proves nothing; $x^{2} = 9$ and $x = 3$ agree at $x = 3$.

Takeaway (📌):
To confirm an identity, expand and compare every coefficient. To disprove one, a single counter-example is enough.

Scroll to Top