Q1Simplify i⁵⁰.
- A1
- Bi
- C−1
- D−i
Show answer
Correct answer: C — −1
50 ÷ 4 leaves remainder 2, so i⁵⁰ = i² = −1. Only the remainder matters, because i⁴ = 1.
90 multiple-choice questions and 72 exam-style questions with mark schemes, organised by chapter, with answers you can check as you go. Free, no sign-up.
New to a topic? Read the 10th Class Mathematics notes first, then come back to practise.
Q1Simplify i⁵⁰.
Correct answer: C — −1
50 ÷ 4 leaves remainder 2, so i⁵⁰ = i² = −1. Only the remainder matters, because i⁴ = 1.
Q2(2 + 3i)(2 − 3i) equals:
Correct answer: B — 13
This is a² − (bi)² = 4 − 9i² = 4 + 9 = 13. A complex number times its conjugate is always the real number a² + b².
Q3The modulus of 3 − 4i is:
Correct answer: C — 5
√(9 + 16) = √25 = 5. Squaring removes the sign of each part, so 3 − 4i and 3 + 4i have the same modulus.
Q4√(−16) equals:
Correct answer: B — 4i
√(−16) = √16 × √(−1) = 4i. It is defined perfectly well in ℂ, which is the entire reason complex numbers were introduced.
Q5(5 + 2i) − (3 − 4i) equals:
Correct answer: B — 2 + 6i
Real parts: 5 − 3 = 2. Imaginary parts: 2 − (−4) = 6. So the answer is 2 + 6i; the double negative is where marks are lost.
Q6The conjugate of −7i is:
Correct answer: A — 7i
Write it as 0 − 7i. Flipping the sign of the imaginary part gives 0 + 7i = 7i.
Q7If x² + 9 = 0, then x equals:
Correct answer: B — ±3i
x² = −9, so x = ±√(−9) = ±3i. In ℝ there is no solution, but in ℂ there are exactly two.
Q8To divide by (3 + 2i), multiply top and bottom by:
Correct answer: B — (3 − 2i)
The conjugate 3 − 2i gives a denominator of 9 + 4 = 13, which is real. Multiplying by 3 + 2i itself would leave an imaginary part behind.
A complex number is any number of the form z = a + bi, where a and b are real and i = √(−1). The real part is a and the imaginary part is b.
i¹⁰³.The powers of i repeat every four. 103 = 4 × 25 + 3, so i¹⁰³ = i³ = −i.
z = −5 + 12i.|z| = √((−5)² + 12²) = √(25 + 144) = √169 = 13.
(3 + 2i) / (1 − 4i) in the form a + bi.1 + 4i[1](1 − 4i)(1 + 4i) = 1 + 16 = 17a² + b², because −16i² = +16[1](3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i² = −5 + 14i[1]= −5/17 + (14/17)imust be split into a + bi form[1]−5/17 + (14/17)i
z₁ = 2 + 3i and z₂ = 4 − i, find z₁z₂ and verify that |z₁z₂| = |z₁||z₂|.z₁z₂ = (2 + 3i)(4 − i) = 8 − 2i + 12i − 3i² = 11 + 10i−3i² = +3, which combines with the 8[1]|z₁z₂| = √(121 + 100) = √221[1]|z₁| = √13 and |z₂| = √17[1]|z₁||z₂| = √13 × √17 = √221, equal to |z₁z₂|, so the result is verifiedthe concluding comparison is required[1]z₁z₂ = 11 + 10i, and both sides equal √221.
x² − 6x + 25 = 0.= (−6)² − 4(1)(25) = 36 − 100 = −64[1]x = [6 ± √(−64)] / 2 with √(−64) = 8i[1]x = 3 ± 4i[1]= (3 + 4i) + (3 − 4i) = 6 ✓the imaginary parts cancel[1]= (3 + 4i)(3 − 4i) = 9 − 16i² = 9 + 16 = 25 ✓difference of two squares, with i² = −1[1](a) discriminant = −64 < 0 (b) x = 3 ± 4i (c) sum 6, product 25
Q1The equation 2x² + 3x + 5 = 0 has:
Correct answer: C — No real roots
Δ = b² − 4ac = 9 − 40 = −31. A negative discriminant means no real roots. Since a > 0 the parabola opens upward, and its minimum lies entirely above the x-axis.
Q2For x² − 6x + 9 = 0, the discriminant is:
Correct answer: A — 0
Δ = (−6)² − 4(1)(9) = 36 − 36 = 0, so the roots are equal. The expression is (x − 3)², and the graph touches the x-axis at x = 3 instead of cutting it.
Q3If α and β are the roots of x² − 7x + 12 = 0, then α + β equals:
Correct answer: B — 7
α + β = −b/a = −(−7)/1 = 7. The two negative signs cancel, which is where most errors occur. Check: the roots are 3 and 4, and 3 + 4 = 7, 3 × 4 = 12 = c/a.
Q4Solving x² = 4x by dividing both sides by x gives x = 4. The error is that:
Correct answer: B — The root x = 0 has been lost
Dividing by x assumes x ≠ 0 and discards that root. Correct method: x² − 4x = 0, so x(x − 4) = 0, giving x = 0 or x = 4.
Q5The graph of y = −2x² + 3x + 1 has:
Correct answer: B — A maximum point
a = −2 is negative, so the parabola opens downward and its turning point is a maximum. Every quadratic has exactly one turning point.
Q6The quadratic equation whose roots are 2 and −5 is:
Correct answer: A — x² + 3x − 10 = 0
Sum = −3 and product = −10, so x² − (−3)x + (−10) = x² + 3x − 10 = 0. Expanding (x − 2)(x + 5) confirms it. Option B comes from dropping the negative sign in the sum formula.
The discriminant is b² − 4ac. It gives the number of real roots: two if positive, one repeated if zero, none if negative.
x² + kx + 9 = 0 has exactly one real root.b² − 4ac = 0 → k² − 36 = 0 → k = ±6
y = (x − 3)² + 5 and state whether it is a maximum or a minimum.(3, 5), a minimum, because the coefficient of the squared term is positive.
2x² − 7x + 3 = 0 by two different methods and show that they agree.(2x − 1)(x − 3) = 0[1]x = 1/2 or x = 3[1]a = 2, b = −7, c = 3[1]x = [7 ± √(49 − 24)] / 4[1]= (7 ± 5)/4[1]x = 3 or x = 1/2, the same pair[1]x = 1/2 and x = 3
h = 20t − 5t².h = −5(t² − 4t)[1]t² − 4t = (t − 2)² − 4[1]h = −5[(t − 2)² − 4] = 20 − 5(t − 2)²[1]= 20 mthe squared term is zero there[1]t = 2 s[1]h = 0: t(20 − 5t) = 0[1]t = 4 st = 0 is the moment of throwing[1](a) 20 − 5(t − 2)² (b) 20 m at t = 2 s (c) 4 s
y = x + k is a tangent to the curve y = x² + 3x + 4.x² + 2x + (4 − k) = 0. [2]x + k = x² + 3x + 4[1]x² + 2x + 4 − k = 0[1]b² − 4ac = 0[1]4 − 4(4 − k) = 0[1]4 − 16 + 4k = 0 → k = 3[1]x² + 2x + 1 = 0 → x = −1, so the point is (−1, 2)[1]k = 3, touching at (−1, 2)
Q1For 2x² + 3x + 5, how many real roots are there?
Correct answer: C — None
D = b² − 4ac = 9 − 40 = −31. Negative discriminant means the square root has no real value, so the parabola never reaches the x-axis. Since a > 0 it opens upward and sits entirely above it.
Q2A 2×2 matrix has determinant 0. What does that mean geometrically?
Correct answer: C — It squashes the plane onto a line or point
Determinant is the area scale factor. Scaling area by 0 means the output has no area at all — the whole 2D plane has been collapsed into a 1D line. That loses information permanently, which is exactly why singular matrices cannot be inverted.
Q3The vertex of y = ax² + bx + c sits at x = ?
Correct answer: A — −b / 2a
The parabola is symmetric, so its turning point sits exactly midway between the two roots. Averaging the quadratic-formula roots, the ± √D parts cancel and you are left with −b/2a. It works even when there are no real roots.
Q4Matrix M sends î to (0, 1) and ĵ to (−1, 0). What does M do?
Correct answer: B — Rotates the plane 90° anticlockwise
The right-pointing arrow now points up, and the up-pointing arrow now points left. Every vector has swung a quarter turn anticlockwise. Its determinant is (0)(0) − (−1)(1) = 1, confirming area is preserved, as a rotation must.
Q5Why is AB generally not equal to BA for matrices?
Correct answer: B — Because they represent transformations, and the order you apply transformations changes the outcome
Matrix products are compositions of transformations. Rotating then shearing genuinely lands somewhere different from shearing then rotating. The non-commutativity is a real geometric fact, not an algebraic accident.
Q6If det(A) = 5 and you apply A to a shape of area 3, the new area is:
Correct answer: C — 15
The determinant multiplies area, and it does so for every shape, not just the unit square. 3 × 5 = 15. If the determinant had been −5 the area would still be 15, but the shape would come out mirror-imaged.
3x² − 12.3(x² − 4) = 3(x − 2)(x + 2)
r the subject of V = ⅓πr²h.3V = πr²h → r² = 3V/(πh) → r = √(3V/(πh))
(2x³y²)³ ÷ (4x⁴y).8x⁹y⁶ ÷ 4x⁴y = 2x⁵y⁵
3x + 2y = 16 and 5x − 3y = 9.9x + 6y = 48 and 10x − 6y = 18[1]19x = 66[1]x = 66/19not every set of coefficients gives whole numbers[1]y = (16 − 3x)/2 = 53/19[1]x = 66/19 ≈ 3.47, y = 53/19 ≈ 2.79
w + 3[1]w(w + 3) = 88, so w² + 3w − 88 = 0[1](w + 11)(w − 8) = 0[1]w = −11 or w = 8[1]= 8 m[1]= 11 m[1]w = −11 is rejected[1]8 m by 11 m
(x + 4)/(x² − 16).(x + 4)/(x² − 16) = 1/2. [2]x² − 16 = (x − 4)(x + 4)[1](x + 4)[1]= 1/(x − 4)[1]x = −4cancelling removed a genuine restriction[1]1/(x − 4) = 1/2 → x − 4 = 2[1]x = 6[1](a) 1/(x − 4) (b) x = −4 (c) x = 6
Q1The domain of f(x) = 1/(x − 7) is:
Correct answer: C — all real x except 7
The only forbidden value is the one making the denominator zero, namely x = 7. Everything else, including negatives, is allowed.
Q2The range of f(x) = |x| is:
Correct answer: B — y ≥ 0
A modulus is never negative, and it reaches 0 at x = 0. So the range includes zero, which rules out option C.
Q3If f(x) = 5x − 2, then f⁻¹(x) is:
Correct answer: A — (x + 2)/5
From y = 5x − 2 we get x = (y + 2)/5. Check: f((x+2)/5) = 5(x+2)/5 − 2 = x ✓. Option D confuses the inverse function with the reciprocal.
Q4If f(x) = x + 3 and g(x) = 2x, then fg(4) equals:
Correct answer: A — 11
The inner function acts first: g(4) = 8, then f(8) = 11. Option B is gf(4), which shows why the order matters.
Q5Which function has no inverse over all of ℝ?
Correct answer: C — f(x) = x²
x² is not one-one, since x and −x share an image. A cubic is one-one over all of ℝ because it is always increasing, so it does have an inverse.
Q6The graph of y = 3ˣ passes through:
Correct answer: B — (0, 1)
Any positive base to the power 0 equals 1, so every exponential graph of this form passes through (0, 1) and never touches the x-axis.
Q7The range of f(x) = −x² + 5 is:
Correct answer: B — y ≤ 5
The negative coefficient turns the parabola downward, so the vertex (0, 5) is a maximum and every output is 5 or less.
Q8For a function to have an inverse it must be:
Correct answer: C — bijective
One-one guarantees each output identifies its input; onto guarantees every element of the codomain has one. Both together — bijective — are exactly what an inverse needs.
f(x) = 1 / (x² − 9).The denominator is zero when x² = 9, that is at x = 3 and x = −3. The domain is therefore all real numbers except 3 and −3.
f(x) = x² defined on all of ℝ has no inverse function.It is not one-one: f(3) = f(−3) = 9, so the output 9 does not identify a unique input. An inverse would have to assign two values to 9, which no function may do. Restricting the domain to x ≥ 0 makes it one-one and the inverse √x then exists.
f(x) = x² + 3.Since x² ≥ 0 for every real x, the smallest value of f is 3, reached at x = 0. The range is f(x) ≥ 3.
f(x) = 2x + 1 and g(x) = x² − 3, find fg(x), gf(x) and the value of x for which fg(x) = gf(x).fg(x) = f(x² − 3) = 2(x² − 3) + 1 = 2x² − 5substitute the whole of g into f[1]gf(x) = g(2x + 1) = (2x + 1)² − 3 = 4x² + 4x − 2expand the bracket fully[1]2x² − 5 = 4x² + 4x − 2, so 2x² + 4x + 3 = 0[1]= 16 − 24 = −8 < 0, so there is no real value of x for which they are equala reasoned "no solution" is the answer, not an omission[1]fg(x) = 2x² − 5; gf(x) = 4x² + 4x − 2; no real x makes them equal
f(x) = (2x − 3)/(x + 1) is defined for x ≠ −1. Find f⁻¹(x).y = (2x − 3)/(x + 1) and multiply up: y(x + 1) = 2x − 3clear the fraction before rearranging[1]xy + y = 2x − 3, so xy − 2x = −3 − ygather every term containing x on one side[1]x(y − 2) = −(3 + y), so x = −(y + 3)/(y − 2)factorising out x is the key step[1]f⁻¹(x) = −(x + 3)/(x − 2), or equivalently (x + 3)/(2 − x)either form accepted[1]f⁻¹(x) = (x + 3)/(2 − x), x ≠ 2
f is defined by f(x) = √(x − 4).x − 4 ≥ 0, so the domain is x ≥ 4a square root requires a non-negative argument[1]f(x) ≥ 0[1]y = √(x − 4) gives y² = x − 4, so x = y² + 4squaring is safe here because y ≥ 0[1]f⁻¹(x) = x² + 4[1]x ≥ 0not all of ℝ — it must match the range of f[1](a) domain x ≥ 4, range f(x) ≥ 0 (b) f⁻¹(x) = x² + 4 with domain x ≥ 0 (c) inverting swaps domain and range
Q1Simplify (x² − 4)/(x − 2).
Correct answer: B — x + 2
Factorising gives (x − 2)(x + 2)/(x − 2) = x + 2, valid for x ≠ 2. The restriction remains even though x + 2 alone is defined everywhere.
Q2For which value is (x + 1)/(x − 6) undefined?
Correct answer: B — x = 6
Only the denominator matters. It is zero at x = 6. A numerator of zero simply makes the fraction zero, which is perfectly legal.
Q31/x + 1/y equals:
Correct answer: C — (x + y)/(xy)
Common denominator xy gives y/xy + x/xy = (x + y)/xy. Option A is the standard wrong answer and can be disproved with x = y = 1: 1 + 1 = 2, not 1/2.
Q4(a/b) ÷ (c/d) equals:
Correct answer: B — ad/bc
Invert the divisor and multiply: (a/b) × (d/c) = ad/bc. Inverting the first fraction instead is the usual slip.
Q5Which cancels correctly?
Correct answer: C — (2x + 4)/(x + 2) → 2
2x + 4 = 2(x + 2), so the whole factor (x + 2) cancels and 2 is left. Each other option cancels a term rather than a factor.
Q6The LCM of the denominators in 1/(x − 1) + 1/(x² − 1) is:
Correct answer: B — x² − 1
x² − 1 = (x − 1)(x + 1), which already contains x − 1 as a factor, so the LCM is just x² − 1. Multiplying the two denominators together would give an unnecessarily large fraction.
Q7After cancelling (x − 3) from (x − 3)(x + 1)/[(x − 3)(x − 5)], the restrictions are:
Correct answer: C — x ≠ 3 and x ≠ 5
Both values came from the original denominator, and cancelling does not undo that. x = 3 gives a hole in the graph and x = 5 gives an asymptote, but neither is in the domain.
Q8The square root of x² + 6x + 9 is:
Correct answer: A — x + 3
The expression is the perfect square (x + 3)², since 2 × x × 3 = 6x matches the middle term exactly.
(x² − 16)/(x + 4) and state any restriction.Factorising, (x − 4)(x + 4)/(x + 4) = x − 4, provided x ≠ −4.
(x + 5)/(x + 7) cannot be simplified.The x values are terms inside sums, not factors of the whole numerator and denominator. Cancelling is only permitted for factors that multiply the entire expression, and here neither the numerator nor the denominator factorises further.
(x + 1) / (x² − 5x + 6) is undefined.Factorising the denominator gives (x − 2)(x − 3), which is zero at x = 2 and x = 3. The expression is undefined at those two values.
2/(x − 3) + 3/(x + 2).(x − 3)(x + 2)no shared factor, so the LCM is the product[1]= 2(x + 2) + 3(x − 3)each numerator multiplied by the missing factor[1]= 2x + 4 + 3x − 9 = 5x − 5[1]= 5(x − 1) / [(x − 3)(x + 2)], with x ≠ 3, −2factorising the numerator shows nothing further cancels[1]5(x − 1) / [(x − 3)(x + 2)], x ≠ 3, −2
(x² − 1)/(x² + 4x + 3) × (x + 3)/(x − 1).x² − 1 = (x − 1)(x + 1)difference of two squares[1]x² + 4x + 3 = (x + 1)(x + 3)[1](x + 1), (x + 3) and (x − 1) across the two fractionsin a multiplication you may cancel a numerator factor against either denominator[1]x ≠ 1, −1, −3the restrictions are needed for the mark[1]1, provided x ≠ 1, −1, −3
E = [1/(x − 2) − 1/(x + 2)] ÷ [4/(x² − 4)].(x − 2)(x + 2) = x² − 4; numerator = (x + 2) − (x − 2) = 4the x terms cancel — that is the design of the question[1]= 4/(x² − 4)[1][4/(x² − 4)] × [(x² − 4)/4][1]E = 1[1]x = 2 and x = −2[1]4/(x² − 4) is never zero, since its numerator is the constant 4checking whether the divisor can be zero is the step being tested[1](a) 4/(x² − 4) (b) E = 1 (c) undefined only at x = 2 and x = −2
Q1Which of these is a vector quantity?
Correct answer: C — Velocity
Velocity is speed together with a direction. Speed on its own would be a scalar, which is precisely the distinction being tested.
Q2If u = ⟨2, 3⟩ and v = ⟨5, −1⟩, then u + v is:
Correct answer: A — ⟨7, 2⟩
Add componentwise: 2 + 5 = 7 and 3 + (−1) = 2.
Q3The magnitude of ⟨6, 8⟩ is:
Correct answer: B — 10
√(36 + 64) = √100 = 10. This is the 3–4–5 triple scaled by 2, which examiners use frequently.
Q4If A = (2, 7) and B = (5, 3), then AB is:
Correct answer: B — ⟨3, −4⟩
AB = b − a = ⟨5 − 2, 3 − 7⟩ = ⟨3, −4⟩. Option C is BA, the vector in the opposite direction.
Q5A unit vector in the direction of ⟨0, 4⟩ is:
Correct answer: B — ⟨0, 1⟩
The magnitude is 4, so dividing gives ⟨0, 1⟩, which points the same way and has length 1.
Q6⟨6, −9⟩ is parallel to:
Correct answer: A — ⟨2, −3⟩
⟨6, −9⟩ = 3⟨2, −3⟩, a scalar multiple, so they are parallel. Option B is perpendicular to it, not parallel.
Q7If AB = DC in quadrilateral ABCD, then ABCD is:
Correct answer: B — a parallelogram
Equal vectors mean the sides are the same length and parallel, which defines a parallelogram. It might additionally be a rectangle or rhombus, but nothing here establishes that.
Q83⟨2, −1⟩ − 2⟨1, 4⟩ equals:
Correct answer: A — ⟨4, −11⟩
3⟨2, −1⟩ = ⟨6, −3⟩ and 2⟨1, 4⟩ = ⟨2, 8⟩. Subtracting gives ⟨6 − 2, −3 − 8⟩ = ⟨4, −11⟩.
A scalar has magnitude only — for example a mass of 5 kg. A vector has both magnitude and direction — for example a displacement of 5 m due east.
u = ⟨3, −4⟩, find |u| and a unit vector in the direction of u.|u| = √(9 + 16) = 5, and the unit vector is ⟨3/5, −4/5⟩.
AB = ⟨4, −2⟩, write down BA and explain the relationship.BA = ⟨−4, 2⟩. It is the same length but in the exactly opposite direction, so BA = −AB.
PQ = ⟨5 − 1, 6 − 3⟩ = ⟨4, 3⟩head minus tail[1]QR = ⟨9 − 5, 9 − 6⟩ = ⟨4, 3⟩[1]PQ = QR, so PQ is a scalar multiple of QR with k = 1, hence they are parallel[1]PQ = QR = ⟨4, 3⟩ and they share Q, so the three points are collinear (with Q the midpoint of PR).
a = ⟨2, 5⟩ and b = ⟨−3, 1⟩, find 2a − 3b and its magnitude.2a = ⟨4, 10⟩both components multiplied[1]3b = ⟨−9, 3⟩[1]2a − 3b = ⟨4 − (−9), 10 − 3⟩ = ⟨13, 7⟩subtracting a negative is where marks are lost[1]|2a − 3b| = √(169 + 49) = √218 ≈ 14.8exact surd or 3 s.f. both accepted[1]⟨13, 7⟩, magnitude √218 ≈ 14.8
AB = ⟨5 − 1, 2 − 1⟩ = ⟨4, 1⟩[1]DC = ⟨6 − 2, 6 − 5⟩ = ⟨4, 1⟩take the vertices in the order that makes DC correspond to AB[1]AB = DC, so AB and DC are equal in length and parallel[1]= (a + c)/2 = (⟨1,1⟩ + ⟨6,6⟩)/2 = ⟨3.5, 3.5⟩checking with BD: (⟨5,2⟩ + ⟨2,5⟩)/2 = ⟨3.5, 3.5⟩ ✓[1](a) AB = DC = ⟨4, 1⟩ (b) equal and parallel, so a parallelogram (c) ⟨3.5, 3.5⟩
Q1On the unit circle, what does cos θ represent?
Correct answer: B — The horizontal distance of the point from the centre
The point sits at (cos θ, sin θ). Cosine is the x-coordinate — how far across — and sine is the y-coordinate — how far up. This is why cos starts at 1 (fully right) while sin starts at 0.
Q2Why is tan(90°) undefined?
Correct answer: B — Because cos(90°) = 0 and you cannot divide by zero
tan θ = sin θ / cos θ. At 90° the point is straight up at (0, 1), so cos(90°) = 0 and the fraction has a zero denominator. On a graph tan shoots off to infinity there — a vertical asymptote.
Q3What is sin(210°)?
Correct answer: B — −0.5
210° is 30° past the 180° mark, putting the point in the third quadrant — left and below centre. The height has the same magnitude as sin(30°) = 0.5 but is now below the axis, so sin(210°) = −0.5.
Q4Convert 60° to radians.
Correct answer: B — π/3
Since 180° = π rad, one degree is π/180 rad. So 60° = 60π/180 = π/3. Quick check: π/3 ≈ 1.047 rad, and 1.047 × 57.3 ≈ 60°.
Q5sin²θ + cos²θ equals:
Correct answer: B — 1
It is Pythagoras applied to the radius. The point (cos θ, sin θ) is 1 unit from the origin, so cos²θ + sin²θ = 1². It holds for every angle without exception, which is why it is the workhorse identity of trigonometry.
Q6The graph of y = sin x is shifted so it starts at its maximum. What function is that?
Correct answer: A — cos x
Cosine is sine shifted left by 90°: cos x = sin(x + 90°). At x = 0 cosine is at its peak of 1, while sine is at 0 and climbing. Both are the same wave viewed from a different starting angle.
a/sin A = b/sin B = c/sin C. Use it when you have a matched pair — a side and the angle opposite it — plus one more piece of information.
sin 30°, cos 60° and tan 45°.sin 30° = 1/2, cos 60° = 1/2, tan 45° = 1
(1 − cos²θ)/(sin θ cos θ) = tan θ.1 − cos²θ = sin²θ, so the expression is sin²θ/(sin θ cos θ) = sin θ/cos θ = tan θ.
AB = 7.0 cm, AC = 9.0 cm and angle BAC = 52°.a² = b² + c² − 2bc cos Atwo sides and the included angle[1]BC² = 49 + 81 − 2(7)(9)cos 52°[1]BC = 7.29 cm[1]½ab sin C = ½(7)(9)sin 52°[1]= 24.8 cm²[1]sin B = 9 sin 52° / 7.29 → B = 76.6°[1](a) 7.29 cm (b) 24.8 cm² (c) 76.6°
h = d tan 58°[1]h = (d + 45) tan 34°[1]d tan 58° = (d + 45) tan 34°[1]d(1.600 − 0.6745) = 30.35 → d = 32.8 m[1]h = 32.8 × tan 58° = 52.5 m[1]height ≈ 52.5 m, Q is ≈ 32.8 m from the foot
2 sin θ = 1 for 0° ≤ θ ≤ 360°.sin θ = 1/2[1]θ = 30°[1]θ = 180° − 30° = 150°[1]θ = 30° and 150°[1]θ = 30° and 150°
Q1The perpendicular from the centre of a circle to a chord:
Correct answer: A — bisects the chord
It creates two congruent right-angled triangles with equal hypotenuses (radii), so the two halves of the chord must be equal.
Q2A chord 10 cm long lies 12 cm from the centre. The radius is:
Correct answer: A — 13 cm
r² = 12² + 5² = 144 + 25 = 169, so r = 13 cm. Half the chord, not the whole chord, goes into Pythagoras.
Q3A sector is bounded by:
Correct answer: C — two radii and an arc
Two radii and the arc between them make the pie-slice sector. A chord and an arc bound a segment instead.
Q4Which chord of a circle is nearest to the centre?
Correct answer: B — the longest one
r² = d² + (c/2)² with r fixed: as c increases d must decrease. The diameter, the longest chord, is at distance zero.
Q5The arc length of a 45° sector in a circle of radius 8 cm (π = 3.14) is:
Correct answer: A — 6.28 cm
(45/360) × 2 × 3.14 × 8 = (1/8) × 50.24 = 6.28 cm. Option D is the full circumference.
Q6Two chords of the same circle are equidistant from the centre. They are:
Correct answer: B — equal in length
With r and d both fixed, r² = d² + (c/2)² leaves only one possible value for c. They need not be parallel or perpendicular.
Q7The area of a segment equals:
Correct answer: B — sector − triangle
The triangle formed by the two radii and the chord sits inside the sector; removing it leaves exactly the segment.
Q8In a circle of radius 5 cm, a chord subtends 90° at the centre. Its length is:
Correct answer: C — 5√2 cm
The triangle is right-angled with both legs equal to the radius, so the chord is the hypotenuse: √(25 + 25) = 5√2 ≈ 7.07 cm.
A chord is a straight line segment whose two endpoints lie on the circle. The longest chord is the diameter, which passes through the centre.
The perpendicular from the centre to a chord bisects the chord. Conversely, the line from the centre to the midpoint of a chord is perpendicular to it.
The perpendicular from the centre bisects each chord, forming a right-angled triangle with the radius as hypotenuse and half the chord as one leg. Equal chords give equal halves, and the radii are equal, so by Pythagoras the third sides — the distances from the centre — must also be equal.
r² = 5² + 12² = 25 + 144 = 169perpendicular from the centre bisects the chord[1]r = 13 cm[1](c/2)² = 13² − 12² = 169 − 144 = 25, so c/2 = 5same circle, so the same radius[1]= 10 cm[1]r = 13 cm; the second chord is 10 cm long
= 90/360 = 1/4[1]= ¼ × 2 × (22/7) × 14 = ¼ × 88 = 22 cm[1]= ¼ × (22/7) × 196 = ¼ × 616 = 154 cm²[1]= arc + two radii = 22 + 14 + 14 = 50 cmthe two radii are part of the boundary and are often forgotten[1]Arc 22 cm; area 154 cm²; perimeter 50 cm
AB = √(100 + 100) = √200 = 14.1 cmaccept 10√2[1]= (90/360) × 3.14 × 100a quarter of the circle[1]= 78.5 cm²[1]= ½ × 10 × 10 = 50 cm²the two radii are perpendicular, so they are the base and the height[1]= 78.5 − 50 = 28.5 cm²segment = sector minus triangle[1](a) 14.1 cm (b) 78.5 cm² (c) 28.5 cm²
Q1A tangent meets a radius at the point of contact at:
Correct answer: C — 90°
The tangent is always perpendicular to the radius at the point of contact — the shortest distance from the centre to the tangent line is along that radius.
Q2An arc subtends 80° at the centre. The angle it subtends at the circumference is:
Correct answer: A — 40°
The angle at the circumference is half the angle at the centre: 80 ÷ 2 = 40°.
Q3In a cyclic quadrilateral, one angle is 115°. Its opposite angle is:
Correct answer: B — 65°
Opposite angles are supplementary: 180 − 115 = 65°.
Q4PQ is a diameter and R is on the circle. Angle PRQ equals:
Correct answer: C — 90°
The angle in a semicircle is a right angle, wherever R is placed on the arc. This is the angle-at-the-centre theorem applied to a straight 180°.
Q5Two tangents drawn from a point 13 cm from the centre of a circle of radius 5 cm each have length:
Correct answer: B — 12 cm
The radius, the tangent and the line to the centre form a right-angled triangle with the 13 cm line as hypotenuse: √(169 − 25) = √144 = 12 cm.
Q6The angle between a tangent and a chord is 47°. The angle in the alternate segment is:
Correct answer: B — 47°
The alternate segment theorem makes them equal. Option A is the complement, which is what the tangent–radius right angle would give — a different quantity.
Q7Angles APB and AQB are subtended by the same chord AB on the same side. They are:
Correct answer: B — equal
Both are half the same angle at the centre, so they are equal. They would be supplementary only if P and Q were on opposite arcs, making APBQ cyclic.
Q8The exterior angle of a cyclic quadrilateral is equal to:
Correct answer: B — the interior opposite angle
The exterior angle and the adjacent interior angle sum to 180°, and so do the two opposite interior angles. Comparing the two gives the result directly.
The tangent is perpendicular to the radius drawn to the point of contact — they meet at exactly 90°.
PA = PB, the two tangents from an external point are equal in length; and OP bisects ∠APB. Also, both ∠OAP and ∠OBP are right angles.
The diameter subtends a straight angle of 180° at the centre. By the angle-at-the-centre theorem, the angle it subtends at the circumference is half of that, namely 90°, wherever the point is chosen on the arc.
∠BAC = 130°/2A is on the major arc, so the non-reflex central angle is the right one[1]∠BAC = 65°[1]BC = 2 × 9 × sin 65°the perpendicular from O bisects both BC and the 130° angle[1]BC = 18 × 0.9063 = 16.3 cm[1]∠BAC = 65°; BC ≈ 16.3 cm
(3x + 10) + (2x + 20) = 180, so 5x + 30 = 180[1]5x = 150, giving x = 30[1]∠P = 100° and ∠R = 80°; check 100 + 80 = 180 ✓[1]x = 30; ∠P = 100° and ∠R = 80°
∠ACB = 58°[1]∠AOB = 2 × 58° = 116°[1]∠OAT = 90° since the tangent is perpendicular to the radius, so ∠OAB = 90 − 58 = 32°; triangle OAB is isosceles, giving ∠AOB = 180 − 2(32) = 116° ✓either route is accepted[1](b) 58°, by the alternate segment theorem (c) 116°, twice the angle at the circumference
Q1The centre of a circle passing through three points is found using:
Correct answer: B — perpendicular bisectors of the chords
A point equidistant from two given points lies on their perpendicular bisector. Two such bisectors fix a point equidistant from all three.
Q2The incentre of a triangle is the intersection of the:
Correct answer: B — angle bisectors
A point equidistant from two lines lies on the bisector of the angle between them, which is exactly what a circle touching both sides requires.
Q3In an obtuse triangle, the circumcentre lies:
Correct answer: B — outside the triangle
The perpendicular bisectors meet beyond the triangle when one angle exceeds 90°. The incentre, by contrast, is always inside.
Q4For a right-angled triangle the circumcircle has as its diameter:
Correct answer: B — the hypotenuse
The right angle is an angle in a semicircle, so the side opposite it — the hypotenuse — must be the diameter.
Q5To construct a tangent at a point T on a circle you construct:
Correct answer: A — the perpendicular to OT at T
The tangent is perpendicular to the radius at the point of contact, so constructing that perpendicular gives the tangent directly.
Q6Tangents from a point 13 cm from the centre of a circle of radius 5 cm are each:
Correct answer: B — 12 cm
The tangent, radius and line to the centre form a right-angled triangle: √(169 − 25) = 12 cm.
Q7In a construction question, marks are awarded for:
Correct answer: B — the visible construction arcs
The arcs are the evidence of method. A line placed by measurement, however accurate, earns nothing in a construction question.
Q8The inradius of a triangle is measured:
Correct answer: B — from the incentre perpendicular to a side
The incircle touches each side, so its radius meets that side at 90°. Measuring to a vertex would give a longer distance and a circle that cuts the sides.
Join the points to form two chords and construct the perpendicular bisector of each. They meet at the circumcentre, which is equidistant from all three points.
At the incentre, where the three angle bisectors meet. A point equidistant from two lines lies on the bisector of the angle between them, so the intersection of two bisectors is equidistant from all three sides.
Join the centre O to T, then construct the perpendicular to OT at T. That perpendicular is the required tangent, since a tangent is always perpendicular to the radius at the point of contact.
Circumradius ≈ 3.6 cm
= √(10² − 6²) = √64 = 8 cmmeasurement should agree to within 1 mm[1]Each tangent is 8 cm long.
(c) angle bisectors are interior lines, so their intersection is interior; perpendicular bisectors are not, so the circumcentre can lie outside.
Q1On a histogram with unequal class widths, the vertical axis shows:
Correct answer: B — frequency density
Area must represent frequency, so height must be frequency ÷ width. Plotting raw frequency would exaggerate the wider classes.
Q2Cumulative frequency is plotted against:
Correct answer: C — the upper class boundary
The running total for a class is only complete at the top of that class, so the upper boundary is the correct horizontal position.
Q3For 60 observations, the median is read from the ogive at a cumulative frequency of:
Correct answer: A — 30
N/2 = 30. Q₁ would be read at 15 and Q₃ at 45.
Q4If Q₁ = 12 and Q₃ = 28, the interquartile range is:
Correct answer: B — 16
IQR = Q₃ − Q₁ = 28 − 12 = 16. Option C is the semi-interquartile range, which is half of it.
Q5A class 20–30 has frequency 24 and a class 30–50 has frequency 24. On a histogram:
Correct answer: B — the second bar is half as tall
Densities are 24/10 = 2.4 and 24/20 = 1.2, so the second bar is half as tall. Its double width keeps the areas equal, which is exactly the point of frequency density.
Q6The mean of grouped data is described as an estimate because:
Correct answer: B — individual values are replaced by class midpoints
Grouping discards the actual values, so every observation in a class is assumed to sit at its midpoint. That assumption is what makes the answer an estimate.
Q7If the mean is noticeably greater than the median, the distribution is:
Correct answer: B — skewed with a tail to the right
A few unusually large values pull the mean up while leaving the median where it is. That long right-hand tail is positive skew.
Q8Which measure of spread is least affected by an extreme value?
Correct answer: B — Interquartile range
The IQR is built only from Q₁ and Q₃, so the top and bottom quarters of the data — where any extreme value lives — have no effect on it.
A bar chart displays discrete categories with gaps between the bars, and only the heights are meaningful. A histogram displays continuous data with no gaps, and it is the area of each bar that represents the frequency.
Because the cumulative total for a class counts every observation up to and including the top of that class. The count "36 or fewer" is only complete at the upper boundary, so plotting at the midpoint would claim the total was reached earlier than it was.
IQR = Q₃ − Q₁, the spread of the middle 50% of the data. Unlike the range it is unaffected by extreme values, since it depends only on the quartiles and ignores the top and bottom quarters entirely.
Σfx = 570[1]x̄ = 570 / 50 = 11.4 kgaccept 11.4 kg[1]Estimated mean 11.4 kg; modal class 10–15 kg
IQR = 68 − 42 = 26 marks[1]Semi-IQR = 26 / 2 = 13 marks[1]3/4 × 80 = 60 students scored 68 or less[1]80 − 60 = 20 students scored above 68a quarter of the data lies above Q₃, by definition[1]IQR 26 marks; semi-IQR 13 marks; 20 students above 68
N/2 = 50 to the curve and read down to the horizontal axisthe median is about 490 hours[1]Σfx = 1000 + 7500 + 17500 + 14000 + 9000 = 49 000[1]x̄ = 49 000 / 100 = 490 hours[1](a) 10, 35, 70, 90, 100 (b) read across at 50 and down to the axis (c) mean ≈ 490 h, almost equal to the median, so the data is nearly symmetrical
Q1Two events are mutually exclusive when:
Correct answer: B — they cannot occur together
Mutual exclusivity means the intersection is empty, so P(A ∩ B) = 0. It says nothing about the events being equally likely.
Q2A fair die is rolled twice. P(two sixes) is:
Correct answer: C — 1/36
The rolls are independent, so multiply: (1/6)(1/6) = 1/36. Adding would be the rule for OR, which is a different question.
Q3For independent events with P(A) = 0.5 and P(B) = 0.4, P(A ∪ B) is:
Correct answer: C — 0.7
P(A ∩ B) = 0.5 × 0.4 = 0.2, so P(A ∪ B) = 0.5 + 0.4 − 0.2 = 0.7. Simply adding gives 0.9, which double-counts the overlap.
Q4From a bag of 3 red and 2 blue, two are drawn without replacement. P(both red) is:
Correct answer: B — 3/10
(3/5) × (2/4) = 6/20 = 3/10. Option A is the answer with replacement, and option C is the same value unsimplified — the paper expects lowest terms.
Q5P(at least one head in 4 tosses of a fair coin) is:
Correct answer: C — 15/16
P(no heads) = (1/2)⁴ = 1/16, so P(at least one) = 1 − 1/16 = 15/16.
Q6On a tree diagram, the probabilities on the branches from one node must:
Correct answer: A — sum to 1
Those branches cover every possibility at that stage, so their probabilities must total exactly 1. It is the fastest check for an error before you go further.
Q7P(B|A) = P(B) tells you that:
Correct answer: B — A and B are independent
The occurrence of A has left the probability of B unchanged, which is exactly the definition of independence.
Q8A coin has landed tails eight times. The probability of tails on the ninth toss is:
Correct answer: C — exactly 1/2
Tosses are independent, so the coin carries no memory of what has already happened. Expecting a correction is the gambler's fallacy.
Mutually exclusive events cannot occur together, so P(A ∩ B) = 0. Independent events can occur together, but one occurring does not affect the probability of the other, so P(A ∩ B) = P(A) × P(B).
1/2. Successive tosses are independent, so the coin has no memory of previous results and the probability is unchanged. Expecting a tail to "even things out" is the gambler's fallacy.
No. Removing the first ball changes both the number of balls left and the composition of the bag, so the probability for the second draw depends on what the first was. The draws are dependent, and the second-stage probabilities are conditional.
P(heart) = 13/52 and P(face) = 12/52twelve face cards: three in each of four suits[1]P(A ∪ B) = P(A) + P(B) − P(A ∩ B) = 13/52 + 12/52 − 3/52[1]= 22/52 = 11/26[1]11/26
P(both) = 0.8 × 0.6[1]= 0.48[1]P(neither) = 0.2 × 0.4 = 0.08multiply the two failure probabilities[1]P(at least one) = 1 − 0.08 = 0.92accept the direct route 0.48 + 0.32 + 0.12 = 0.92[1](i) 0.48 (ii) 0.92
P(good) = 6/10, P(defective) = 4/10the two branches must sum to 1[1]5/9 good, 4/9 defective; after a defective: 6/9 good, 3/9 defectivedenominator 9 throughout, since one bulb has gone[1]P(both good) = (6/10) × (5/9)multiply along the branch[1]= 30/90 = 1/3[1]P(at least one defective) = 1 − P(both good)"at least one defective" is the exact opposite of "both good"[1]= 1 − 1/3 = 2/3[1](b) 1/3 (c) 2/3
These questions come from the 10th Class Mathematics lessons — each topic has its own notes, worked examples and an interactive diagram.