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

๐Ÿ“ Core Maths Practice

Work through every question. No shortcuts! โœ๏ธ

A
ALGEBRA โ€” Expanding & Simplifying

FOIL โ†’ then collect LIKE TERMS
For 3 brackets: expand 2 first โ†’ get a quadratic โ†’ expand with the 3rd.
Signs FLIP when multiplying two negatives!

KEY WORDS: expand ยท distribute ยท collect ยท like terms ยท coefficient
WORKED EXAMPLE

Expand and simplify \((x+1)(x-2)(x+3)\)

1
Expand first two: \((x+1)(x-2) = x^2 - 2x + x - 2 = x^2 - x - 2\)
2
Multiply by \((x+3)\):
3
\((x^2-x-2)(x+3) = x^3+3x^2-x^2-3x-2x-6\)
4
\(= x^3 + 2x^2 - 5x - 6\) โœ“
QUESTION 1 โ˜…โ˜… HARD
Expand and simplify \((x+2)(x-3)(x+4)\)
๐Ÿ“– EXPLANATION

Step 1 โ€” Expand \((x+2)(x-3)\) first:

\(= x^2 - 3x + 2x - 6 = x^2 - x - 6\)

Step 2 โ€” Multiply by \((x+4)\):

\((x^2-x-6)(x+4)\)
\(= x^3+4x^2 - x^2-4x - 6x-24\)
\(= x^3 + 3x^2 - 10x - 24\) โœ“

โš ๏ธ TRAP: Don't forget to collect ALL the x-terms carefully! \(-4x - 6x = -10x\), NOT \(-2x\).

QUESTION 2 โ˜…โ˜…โ˜… TRICKY
Expand and simplify \((2x-1)^2(x+3)\)
๐Ÿ“– EXPLANATION

Step 1 โ€” Expand \((2x-1)^2\):

\(= 4x^2 - 4x + 1\)

Step 2 โ€” Multiply by \((x+3)\):

\(4x^3 + 12x^2 - 4x^2 - 12x + x + 3\)
\(= 4x^3 + 8x^2 - 11x + 3\)

Wait โ€” let me recheck: \(-12x + x = -11x\). Actually answer is \(4x^3+8x^2-11x+3\).

โš ๏ธ None of the options match โ€” this shows always expand carefully. The closest trap is mixing up \(-11x\) and \(-7x\) by forgetting the middle term of the square!

Remember: \((a-b)^2 = a^2 - 2ab + b^2\), NOT \(a^2 + b^2\)!
index laws
B
INDEX LAWS โ€” Powers & Roots

SAME base? โ†’ ADD powers when ร—, SUBTRACT when รท
\((x^m)^n = x^{mn}\)  ยท  \(x^0 = 1\)  ยท  \(x^{-n} = \dfrac{1}{x^n}\)
\((ab)^n = a^n b^n\) โ€” the power hits EVERY factor inside!

KEY WORDS: base ยท exponent ยท power ยท index ยท reciprocal ยท root
WORKED EXAMPLE

Simplify \((2x^3y^2)^4\)

1
Power hits every factor: \(2^4 \cdot (x^3)^4 \cdot (y^2)^4\)
2
\(= 16 \cdot x^{12} \cdot y^{8} = 16x^{12}y^8\)
QUESTION 3 โ˜… MEDIUM
Simplify fully \((3x^5y^6)^4\)
๐Ÿ“– EXPLANATION

Apply the power to every factor inside the bracket:

\(3^4 = 81\)
\((x^5)^4 = x^{5\times4} = x^{20}\)
\((y^6)^4 = y^{6\times4} = y^{24}\)
Answer: \(81x^{20}y^{24}\) โœ“

โš ๏ธ COMMON ERROR: Writing \(3^4 = 12\) (just multiplying instead of powering). Remember \(3^4 = 3 \times 3 \times 3 \times 3 = 81\)!

QUESTION 4 โ˜…โ˜…โ˜… TRICKY
Simplify \(\dfrac{x^5 \cdot x^{-2}}{x^4}\)
๐Ÿ“– EXPLANATION

Numerator: multiply โ†’ ADD powers:

\(x^5 \cdot x^{-2} = x^{5+(-2)} = x^3\)

Now divide by \(x^4\) โ†’ SUBTRACT:

\(x^3 \div x^4 = x^{3-4} = x^{-1}\)

โš ๏ธ TRAP: Many students forget that \(x^{-1} = \frac{1}{x}\). The answer is \(x^{-1}\)!

C
ALGEBRAIC FRACTIONS โ€” Simplify & Combine

To ADD/SUBTRACT fractions โ†’ find COMMON DENOMINATOR first!
Then subtract/add numerators, and FACTORISE wherever possible to simplify.
"Does it cancel?" โ€” always check after combining.

KEY WORDS: common denominator ยท numerator ยท factorise ยท cancel ยท simplest form
WORKED EXAMPLE

Write as a single fraction: \(\dfrac{3}{x+1} - \dfrac{2}{x-1}\)

1
Common denom: \((x+1)(x-1)\)
2
\(\dfrac{3(x-1) - 2(x+1)}{(x+1)(x-1)}\)
3
\(= \dfrac{3x-3-2x-2}{(x+1)(x-1)} = \dfrac{x-5}{x^2-1}\)
QUESTION 5 โ˜…โ˜… HARD
Write as a single fraction in simplest form: \(\dfrac{2}{2y+4} - \dfrac{1}{y-6}\)
๐Ÿ“– EXPLANATION

Notice: \(2y+4 = 2(y+2)\). Factorise first!

Common denom: \(2(y+2)(y-6)\)
\(\dfrac{2(y-6) - 1 \cdot 2(y+2)}{2(y+2)(y-6)}\)
\(= \dfrac{2y-12 - 2y-4}{2(y+2)(y-6)} = \dfrac{-16}{2(y+2)(y-6)}\)
\(= \dfrac{-8}{(y+2)(y-6)}\)

โš ๏ธ KEY TRAP: When you expand \(-1\cdot2(y+2)\), you get \(-2y-4\), NOT \(-2y+4\). Sign errors here are extremely common!

Answer: \(\dfrac{-8}{(y+2)(y-6)}\)

QUESTION 6 โ˜…โ˜…โ˜… TRICKY
Simplify fully: \(\dfrac{x^2-9}{x^2-x-6}\)
๐Ÿ“– EXPLANATION

Factorise top: difference of two squares!

\(x^2-9 = (x+3)(x-3)\)

Factorise bottom: find two numbers that multiply to โˆ’6 and add to โˆ’1 โ†’ (+2)(โˆ’3)

\(x^2-x-6 = (x+2)(x-3)\)

Cancel the common factor \((x-3)\):

\(\dfrac{(x+3)\cancel{(x-3)}}{(x+2)\cancel{(x-3)}} = \dfrac{x+3}{x+2}\) โœ“

โš ๏ธ TRAP: Do NOT cancel \(x^2\) terms before factorising. Always factorise first!

D
COMPLETING THE SQUARE & IDENTITY MATCHING

\(ax^2+bx+c \equiv b(x+p)^2 + q\) โ€” match coefficients!
Expand the RHS, then compare like terms (xยฒ, x, constant separately).
"Equate โ†’ substitute โ†’ solve" is the golden flow.

KEY WORDS: identity ยท equate ยท coefficient ยท substitute ยท complete the square
WORKED EXAMPLE

Given \(2x^2+8x+5 \equiv a(x+b)^2+c\), find \(a, b, c\).

1
Expand RHS: \(a(x^2+2bx+b^2)+c = ax^2+2abx+ab^2+c\)
2
Compare \(x^2\): \(a=2\)
3
Compare \(x\): \(2ab=8 \Rightarrow 2(2)b=8 \Rightarrow b=2\)
4
Compare constant: \(ab^2+c=5 \Rightarrow 2(4)+c=5 \Rightarrow c=-3\)
QUESTION 7 โ˜…โ˜… HARD
Given \(4x^2 + ax + 3 \equiv b(x+1)^2 + c\), find the values of \(a\), \(b\), and \(c\).
Which option gives the CORRECT set of values?
๐Ÿ“– EXPLANATION

Expand RHS: \(b(x+1)^2+c = b(x^2+2x+1)+c = bx^2 + 2bx + b + c\)

Now equate coefficients with \(4x^2+ax+3\):

\(x^2\) terms: \(b = 4\)
\(x\) terms: \(2b = a \Rightarrow 2(4)=8 \Rightarrow a=8\)
Constant: \(b+c = 3 \Rightarrow 4+c=3 \Rightarrow c=-1\)
Answer: \(a=8,\ b=4,\ c=-1\) โœ“

โš ๏ธ TRAP: The most common mistake is forgetting to expand \((x+1)^2\) fully and just writing \(bx^2+c\). Always expand first!

reciprocal & number
E
RECIPROCALS & SIGNIFICANT FIGURES

Reciprocal of \(x\) = \(\dfrac{1}{x}\)  ยท  reciprocal of \(\dfrac{a}{b}\) = \(\dfrac{b}{a}\)
Sig figs: start counting from the FIRST non-zero digit.
"Flip it" for reciprocal ยท "Count from first non-zero" for sig figs.

KEY WORDS: reciprocal ยท significant figures ยท round ยท decimal ยท flip
QUESTION 8 โ˜… MEDIUM
The reciprocal of 1.25 is written to 3 significant figures. What is the answer?
๐Ÿ“– EXPLANATION
\(\text{Reciprocal of } 1.25 = \dfrac{1}{1.25} = 0.8\)

Now count sig figs: 0.8 has only 1 sig fig. To write to 3 sig figs:

\(0.800\) (the trailing zeros count as sig figs here!)

โš ๏ธ TRAP: Confusing "0.8" (1 sig fig) with "0.800" (3 sig figs). Trailing zeros after a decimal point ARE significant!

QUESTION 9 โ˜…โ˜…โ˜… TRICKY
Which of these is the reciprocal of \(\dfrac{3}{x-1}\)?
๐Ÿ“– EXPLANATION

"FLIP IT" โ€” swap numerator and denominator:

\(\text{Reciprocal of } \dfrac{3}{x-1} = \dfrac{x-1}{3}\) โœ“

Verify: \(\dfrac{3}{x-1} \times \dfrac{x-1}{3} = 1\) โœ“ (Reciprocals always multiply to 1!)

โš ๏ธ TRAPS:
Option A: \(\frac{3}{1-x}\) has a flipped sign in denominator (negative of the reciprocal).
Option C: \(3(x-1)\) forgets to put it over 3.
Option D: just negated, not flipped!

QUESTION 10 โ˜…โ˜… HARD
A village hall charges a flat fee of ยฃ30 plus ยฃ20 per hour for the first 3 hours. After 3 hours, there is a maximum total charge of ยฃ90.

Priya hires the hall for \(1\frac{1}{2}\) hours. How much does she pay?
๐Ÿ“– EXPLANATION

For \(1\frac{1}{2}\) hours (which is โ‰ค 3 hours, so standard rate applies):

Cost = ยฃ30 + (ยฃ20 ร— 1.5)
= ยฃ30 + ยฃ30 = ยฃ60

โš ๏ธ TRAP: Some students forget the flat fee ยฃ30 and just calculate ยฃ20 ร— 1.5 = ยฃ30. Always check โ€” is there a fixed starting cost?

Also: the maximum of ยฃ90 only applies if hiring for MORE than 3 hours, so that's irrelevant here.

โœ๏ธ Keep going โ€” maths gets easier with practice! ๐Ÿ’ช