๐ŸŽ‰ Brilliant!
โœ… Correct: 0
โŒ Wrong: 0
๐Ÿ“ Total: 0 / 20

๐Ÿ“ Core Maths Practice โ€” Part 2

20 more questions. Harder. Trickier. You got this! โœ๏ธ

F
SOLVING EQUATIONS โ€” Linear & Quadratic

Linear: get \(x\) alone โ€” do the SAME to both sides.
Quadratic: factorise โ†’ set each bracket = 0 โ†’ solve.
Or use formula: \(x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}\)

KEY WORDS: rearrange ยท factorise ยท quadratic formula ยท discriminant ยท roots ยท solutions
WORKED EXAMPLE

Solve \(x^2 - 5x + 6 = 0\)

1
Find factors of 6 that add to โˆ’5: (โˆ’2)(โˆ’3) โœ“
2
\((x-2)(x-3) = 0\)
3
\(x = 2\) or \(x = 3\)
QUESTION 1 โ˜… MEDIUM
Solve \(x^2 + x - 12 = 0\)
๐Ÿ“– EXPLANATION

Need two numbers that multiply to โˆ’12 and add to +1 โ†’ (+4) and (โˆ’3):

\((x+4)(x-3) = 0\)
\(x = -4\) or \(x = 3\) โœ“

โš ๏ธ TRAP: Signs flip when setting each bracket to zero. If \((x+4)=0\) then \(x = -4\), NOT \(+4\)!

QUESTION 2 โ˜…โ˜… HARD
Solve \(2x^2 - 7x + 3 = 0\)
๐Ÿ“– EXPLANATION

Factorise: \(2x^2 - 7x + 3\). Need: \(ac = 6\), adds to \(-7\) โ†’ \(-6\) and \(-1\):

\(2x^2 - 6x - x + 3 = 2x(x-3) - 1(x-3)\)
\(= (2x-1)(x-3) = 0\)
\(x = \frac{1}{2}\) or \(x = 3\) โœ“

โš ๏ธ TRAP: When \(a \neq 1\), you CANNOT just find factors of \(c\). Use the \(ac\) method!

QUESTION 3 โ˜…โ˜…โ˜… TRICKY
Solve \(3x^2 + 5x - 2 = 0\) using the quadratic formula. Give answers to 2 d.p.
๐Ÿ“– EXPLANATION

\(a=3, b=5, c=-2\). Discriminant: \(b^2-4ac = 25+24 = 49\)

\(x = \dfrac{-5 \pm \sqrt{49}}{6} = \dfrac{-5 \pm 7}{6}\)
\(x = \dfrac{2}{6} = \frac{1}{3} \approx 0.33\) or \(x = \dfrac{-12}{6} = -2.00\) โœ“

โš ๏ธ TRAP: \(\sqrt{49} = 7\), not 7.something. Always check if the discriminant is a perfect square first!

simultaneous equations
G
SIMULTANEOUS EQUATIONS

Elimination: make one coefficient match โ†’ add or subtract.
Substitution: isolate one variable โ†’ plug into the other equation.
Always CHECK your answer by substituting back!

KEY WORDS: eliminate ยท substitute ยท coefficient ยท verify ยท linear pair ยท intersection
WORKED EXAMPLE

Solve simultaneously: \(2x+y=7\) and \(x-y=2\)

1
Add equations: \(3x = 9 \Rightarrow x=3\)
2
Sub into eq 1: \(6+y=7 \Rightarrow y=1\)
3
Check in eq 2: \(3-1=2\) โœ“
QUESTION 4 โ˜… MEDIUM
Solve simultaneously: \(3x + 2y = 16\) and \(5x - 2y = 8\)
๐Ÿ“– EXPLANATION

Both have \(2y\) โ€” add the equations to eliminate \(y\):

\(8x = 24 \Rightarrow x = 3\)
Sub into eq 1: \(9 + 2y = 16 \Rightarrow 2y = 7 \Rightarrow y = 3.5\)
Check eq 2: \(15 - 7 = 8\) โœ“

โš ๏ธ TRAP: The \(2y\) terms have OPPOSITE signs so ADD, not subtract. If you subtract, the \(y\) stays!

QUESTION 5 โ˜…โ˜…โ˜… TRICKY
Solve simultaneously: \(y = x^2 - 3\) and \(y = 2x\)
๐Ÿ“– EXPLANATION

Substitute \(y=2x\) into \(y=x^2-3\):

\(2x = x^2 - 3 \Rightarrow x^2 - 2x - 3 = 0\)
\((x-3)(x+1) = 0 \Rightarrow x=3\) or \(x=-1\)
When \(x=3\): \(y=6\). When \(x=-1\): \(y=-2\) โœ“

โš ๏ธ TRAP: A line can intersect a curve at TWO points! Don't stop after finding one solution.

H
INEQUALITIES

Treat like an equation BUT: if you multiply/divide by a negative number โ†’ FLIP the sign!
\(<\) means "less than"  ยท  \(\leq\) means "less than OR equal to"
On a number line: โ— = included, โ—‹ = NOT included

KEY WORDS: inequality ยท flip ยท integer ยท number line ยท region ยท satisfy
QUESTION 6 โ˜… MEDIUM
Solve \(3x - 7 > 5\) and write the solution on a number line description.
๐Ÿ“– EXPLANATION
\(3x - 7 > 5\)
\(3x > 12\)
\(x > 4\) โœ“ โ€” open circle at 4, arrow pointing right

โš ๏ธ TRAP: The original sign is \(>\) (strict), NOT \(\geq\). Adding/subtracting doesn't change the inequality type โ€” only multiplying/dividing by negatives does!

QUESTION 7 โ˜…โ˜… HARD
Solve the inequality \(x^2 - 5x + 6 \leq 0\)
๐Ÿ“– EXPLANATION

Factorise: \((x-2)(x-3) \leq 0\). Roots are \(x=2\) and \(x=3\).

The parabola opens upward (positive \(x^2\)), so it's โ‰ค 0 BETWEEN the roots:

\(2 \leq x \leq 3\) โœ“

โš ๏ธ TRAP: The "outside" answer \(x\leq2\) or \(x\geq3\) is where the parabola is POSITIVE (โ‰ฅ0), not negative. Draw a sketch to see the U-shape!

sequences
I
SEQUENCES โ€” nth Term

Arithmetic: \(n\text{th term} = a + (n-1)d\) where \(a\) = first term, \(d\) = common difference.
Quadratic: if 2nd differences are constant โ†’ \(an^2 + bn + c\). Find \(a\) first: \(a = \frac{\text{2nd diff}}{2}\)

KEY WORDS: arithmetic ยท geometric ยท nth term ยท common difference ยท first difference ยท second difference
WORKED EXAMPLE

Find the nth term of: 5, 8, 11, 14, ...

1
Common difference: \(d = 3\)
2
First term: \(a = 5\)
3
\(n\text{th term} = 3n + 2\) (since \(3(1)+2=5\) โœ“)
QUESTION 8 โ˜… MEDIUM
Find the nth term of the sequence: 7, 11, 15, 19, 23, ...
๐Ÿ“– EXPLANATION
Common difference \(d = 4\), so starts with \(4n\)
When \(n=1\): \(4(1) = 4\), but first term is 7. So add 3.
\(n\text{th term} = 4n + 3\) โœ“

Check: \(n=2\): \(4(2)+3=11\) โœ“, \(n=3\): \(4(3)+3=15\) โœ“

โš ๏ธ TRAP: Option D gives \(4(1)-3=1\) for \(n=1\) โ€” not 7. Always verify with \(n=1\)!

QUESTION 9 โ˜…โ˜…โ˜… TRICKY
The nth term of a sequence is \(n^2 + 3n - 1\). Which term equals 49?
๐Ÿ“– EXPLANATION

Set the nth term equal to 49:

\(n^2 + 3n - 1 = 49\)
\(n^2 + 3n - 50 = 0\)
\((n+\ldots)\) โ€” discriminant: \(9 + 200 = 209\)... hmm, let's try values.
\(n=6\): \(36+18-1=53\). \(n=5\): \(25+15-1=39\). \(n=7\): \(49+21-1=69\).

None give exactly 49 by formula here, but let's check \(n=6\): \(36+18-1=53 \neq 49\).

Actually \(n=5\): \(25+15-1 = 39\), \(n=6\): 53. So 49 is NOT in this sequence!

โš ๏ธ The trick: always verify your answer. If no integer \(n\) works, the value is NOT in the sequence โ€” a common exam question!

J
PROPORTION โ€” Direct & Inverse

Direct: \(y \propto x \Rightarrow y = kx\). Both go UP together.
Inverse: \(y \propto \frac{1}{x} \Rightarrow y = \frac{k}{x}\). One up, other DOWN.
Method: find \(k\) using the given values, then use it.

KEY WORDS: proportional ยท constant of proportionality ยท direct ยท inverse ยท substitute ยท k-value
QUESTION 10 โ˜…โ˜… HARD
\(y\) is directly proportional to \(x^2\). When \(x=3\), \(y=36\). Find \(y\) when \(x=5\).
๐Ÿ“– EXPLANATION

Since \(y \propto x^2\), write \(y = kx^2\).

Find \(k\): \(36 = k(3^2) = 9k \Rightarrow k = 4\)
Now: \(y = 4(5^2) = 4 \times 25 = 100\) โœ“

โš ๏ธ TRAP: Some students write \(y = kx\) instead of \(y = kx^2\). Read carefully โ€” "proportional to \(x^2\)" means the SQUARE!

QUESTION 11 โ˜…โ˜…โ˜… TRICKY
\(y\) is inversely proportional to \(x\). When \(x=4\), \(y=9\). Find \(x\) when \(y=12\).
๐Ÿ“– EXPLANATION

Inverse proportion: \(y = \dfrac{k}{x}\)

Find \(k\): \(9 = \dfrac{k}{4} \Rightarrow k = 36\)
Now find \(x\): \(12 = \dfrac{36}{x} \Rightarrow x = \dfrac{36}{12} = 3\) โœ“

โš ๏ธ TRAP: Don't confuse \(y = kx\) with \(y = \frac{k}{x}\). With inverse proportion, as \(y\) increases, \(x\) DECREASES โ€” so \(x\) should be smaller than 4. Only option A makes sense!

percentages
K
PERCENTAGE CHANGE & REVERSE

% increase: multiply by \((1 + \frac{r}{100})\)
% decrease: multiply by \((1 - \frac{r}{100})\)
Reverse %: DIVIDE by the multiplier, NOT subtract the percent!

KEY WORDS: multiplier ยท percentage change ยท reverse percentage ยท original value ยท compound interest
QUESTION 12 โ˜…โ˜… HARD
A jacket costs ยฃ84 after a 30% discount. What was the original price?
๐Ÿ“– EXPLANATION

30% off means the price is 70% of original. Multiplier = 0.7.

\(\text{Original} \times 0.7 = 84\)
\(\text{Original} = \dfrac{84}{0.7} = 120\) โœ“

โš ๏ธ BIGGEST TRAP: Students calculate \(84 \times 1.3 = 109.20\) โ€” adding 30% back. This is WRONG! You must DIVIDE by the multiplier, not multiply by the inverse percentage.

QUESTION 13 โ˜…โ˜…โ˜… TRICKY
ยฃ2000 is invested at 3% compound interest per year. How much after 4 years? (to nearest penny)
๐Ÿ“– EXPLANATION

Compound interest formula: \(A = P(1+r)^n\)

\(A = 2000 \times (1.03)^4\)
\(= 2000 \times 1.12550881 = ยฃ2251.02\) โœ“

โš ๏ธ TRAP: Option A uses simple interest: \(2000 + 4 \times 60 = 2240\). That's wrong! With COMPOUND interest, you earn interest on the interest too โ€” use the power!

L
STRAIGHT LINE GRAPHS

\(y = mx + c\)  ยท  \(m\) = gradient (steepness)  ยท  \(c\) = y-intercept
Gradient = \(\dfrac{\text{rise}}{\text{run}} = \dfrac{y_2 - y_1}{x_2 - x_1}\)
Parallel lines: SAME gradient. Perpendicular: gradients multiply to \(-1\).

KEY WORDS: gradient ยท intercept ยท parallel ยท perpendicular ยท negative reciprocal ยท slope
QUESTION 14 โ˜… MEDIUM
A line passes through \((2, 5)\) and \((6, 13)\). What is the equation of the line?
๐Ÿ“– EXPLANATION
Gradient: \(m = \dfrac{13-5}{6-2} = \dfrac{8}{4} = 2\)
Use \(y - y_1 = m(x - x_1)\): \(y - 5 = 2(x-2)\)
\(y = 2x - 4 + 5 = 2x + 1\) โœ“

โš ๏ธ TRAP: Many students forget to substitute back to find \(c\). Getting the gradient right isn't enough โ€” you must find the y-intercept!

QUESTION 15 โ˜…โ˜… HARD
Line \(L\) has equation \(y = 3x - 2\). What is the equation of a line perpendicular to \(L\) passing through \((6, 1)\)?
๐Ÿ“– EXPLANATION

Perpendicular gradient = negative reciprocal of 3:

\(m_\perp = -\dfrac{1}{3}\)
Through \((6,1)\): \(y - 1 = -\frac{1}{3}(x - 6)\)
\(y = -\frac{1}{3}x + 2 + 1 = -\frac{1}{3}x + 3\) โœ“

โš ๏ธ TRAP: "Negative reciprocal" means flip AND negate. The reciprocal of 3 is \(\frac{1}{3}\), so the perpendicular gradient is \(-\frac{1}{3}\), NOT \(-3\) or \(+\frac{1}{3}\).

circle theorems
M
CIRCLE THEOREMS

Key theorems:
โ€ข Angle at centre = 2 ร— angle at circumference (same arc)
โ€ข Angles in same segment are EQUAL
โ€ข Opposite angles in a cyclic quadrilateral add to 180ยฐ
โ€ข Angle in a semicircle = 90ยฐ
โ€ข Tangent โŠฅ radius at point of contact

KEY WORDS: subtend ยท cyclic quadrilateral ยท tangent ยท chord ยท arc ยท circumference ยท semicircle
QUESTION 16 โ˜…โ˜… HARD
In a circle, the angle at the centre subtended by an arc is 124ยฐ. What is the angle at the circumference subtended by the same arc?
๐Ÿ“– EXPLANATION

Circle Theorem: Angle at centre = 2 ร— angle at circumference.

Angle at circumference \(= 124ยฐ \div 2 = 62ยฐ\) โœ“

โš ๏ธ TRAP: Many students go the wrong way and double it (248ยฐ). Remember: the CENTRE angle is BIGGER โ€” it's double the circumference angle!

QUESTION 17 โ˜…โ˜…โ˜… TRICKY
ABCD is a cyclic quadrilateral. Angle A = \(3x + 10\)ยฐ and angle C = \(2x + 30\)ยฐ. Find \(x\).
๐Ÿ“– EXPLANATION

Cyclic quadrilateral: opposite angles ADD to 180ยฐ.

\((3x+10) + (2x+30) = 180\)
\(5x + 40 = 180\)
\(5x = 140 \Rightarrow x = 28\) โœ“

Check: A = \(3(28)+10 = 94ยฐ\), C = \(2(28)+30 = 86ยฐ\). Sum = 180ยฐ โœ“

โš ๏ธ TRAP: Adjacent angles in a cyclic quadrilateral do NOT necessarily sum to 180ยฐ โ€” only OPPOSITE ones!

N
SURDS โ€” Simplify & Rationalise

Simplify: \(\sqrt{ab} = \sqrt{a} \cdot \sqrt{b}\) โ€” find the largest perfect square factor.
Rationalise: multiply top and bottom by the surd (or conjugate).
\(\sqrt{a} \times \sqrt{a} = a\) โ€” surds disappear when multiplied by themselves!

KEY WORDS: surd ยท rationalise ยท conjugate ยท simplify ยท irrational ยท perfect square
QUESTION 18 โ˜… MEDIUM
Simplify \(\sqrt{72} + \sqrt{50}\)
๐Ÿ“– EXPLANATION
\(\sqrt{72} = \sqrt{36 \times 2} = 6\sqrt{2}\)
\(\sqrt{50} = \sqrt{25 \times 2} = 5\sqrt{2}\)
\(6\sqrt{2} + 5\sqrt{2} = 11\sqrt{2}\) โœ“

โš ๏ธ BIGGEST TRAP: \(\sqrt{72} + \sqrt{50} \neq \sqrt{122}\). You CANNOT add surds under the root sign โ€” simplify each one first!

QUESTION 19 โ˜…โ˜… HARD
Rationalise the denominator of \(\dfrac{6}{3-\sqrt{3}}\). Simplify fully.
๐Ÿ“– EXPLANATION

Multiply top and bottom by the CONJUGATE \((3+\sqrt{3})\):

\(\dfrac{6(3+\sqrt{3})}{(3-\sqrt{3})(3+\sqrt{3})}\)
Denominator: \(9 - 3 = 6\) (difference of squares: \(a^2 - b^2\))
\(= \dfrac{6(3+\sqrt{3})}{6} = 3+\sqrt{3}\) โœ“

โš ๏ธ TRAP: Option A is the correct intermediate step but forgetting to simplify the 6s. Option C just flips the sign โ€” that doesn't rationalise!

trigonometry
O
TRIGONOMETRY โ€” SOH CAH TOA & Beyond

SOH CAH TOA for right-angled triangles.
Sine rule: \(\dfrac{a}{\sin A} = \dfrac{b}{\sin B}\)
Cosine rule: \(a^2 = b^2 + c^2 - 2bc\cos A\)
Use sine/cosine rule when there's NO right angle!

KEY WORDS: opposite ยท adjacent ยท hypotenuse ยท sine rule ยท cosine rule ยท ambiguous case ยท bearing
QUESTION 20 โ˜…โ˜…โ˜… TRICKY
In triangle ABC, \(AB = 8\) cm, \(BC = 5\) cm, and angle \(B = 60ยฐ\).
Find the length of AC. Give your answer to 1 decimal place.
๐Ÿ“– EXPLANATION

No right angle โ€” use the Cosine Rule: \(AC^2 = AB^2 + BC^2 - 2 \cdot AB \cdot BC \cdot \cos B\)

\(AC^2 = 64 + 25 - 2(8)(5)\cos 60ยฐ\)
\(= 89 - 80 \times 0.5 = 89 - 40 = 49\)
\(AC = \sqrt{49} = 7.0\) cm โœ“

โš ๏ธ TRAP: Some students use Pythagoras (only valid for right-angled triangles). Since \(\cos 60ยฐ = 0.5\) exactly, the numbers work out perfectly here โ€” always know your exact trig values!

Exact values to memorise: \(\cos 60ยฐ = 0.5\), \(\sin 30ยฐ = 0.5\), \(\sin 45ยฐ = \frac{\sqrt{2}}{2}\)

๐Ÿ† Finished! Check your score above. Review every explanation you got wrong! ๐Ÿ’ช