An expression is a group of terms with no equals sign, such as $2n + 3$. It can only be simplified, not solved.
An equation has an equals sign joining two expressions, such as $2n + 3 = 7$. It can be solved to find the value of the unknown.
- Subtract 7 from both sides: $\quad 2x = 8$
- Divide both sides by 2: $\quad x = 4$
- Any even number can be written as $2n$.
- The next even number is 2 more, so it is $2n + 2$.
- “Product” means multiply: $\quad 2n(2n + 2)$
- Subtract 1 from both sides: $\quad y – 1 = 2x$
- Divide both sides by 2: $\quad x = \dfrac{y – 1}{2}$
- Expand the bracket: $\quad 4x – 4 = 2x + 6$
- Subtract $2x$ from both sides: $\quad 2x – 4 = 6$
- Add 4 to both sides: $\quad 2x = 10$
- Divide both sides by 2: $\quad x = 5$
- Multiply both sides by $(3x – 2)$: $\quad x = 2(3x – 2)$
- Expand the bracket: $\quad x = 6x – 4$
- Subtract $6x$ from both sides: $\quad -5x = -4$
- Divide both sides by $-5$: $\quad x = \dfrac{4}{5}$
- The $y$ terms are $+y$ and $-y$, so add the two equations to remove $y$: $$3x + y + 2x – y = 11 + 4 \quad\Longrightarrow\quad 5x = 15$$
- Divide by 5: $\quad x = 3$
- Substitute $x = 3$ into $3x + y = 11$: $\quad 9 + y = 11 \Longrightarrow y = 2$
- Find two numbers that multiply to $+12$ and add to $+7$: these are $+3$ and $+4$.
- Write as two brackets: $\quad (x + 3)(x + 4) = 0$
- Set each bracket equal to zero: $\quad x + 3 = 0 \;$ or $\; x + 4 = 0$
- Square both sides to remove the square root: $\quad y^2 = x – 2$
- Add 2 to both sides: $\quad x = y^2 + 2$
(a) Write two equations. (b) Solve to find the price of each ticket.
“3 adult and 2 child cost \$23”: $\quad 3x + 2y = 23$
“1 adult and 2 child cost \$13”: $\quad x + 2y = 13$
- Both equations have $+2y$, so subtract the second from the first to remove $y$: $$(3x + 2y) – (x + 2y) = 23 – 13 \quad\Longrightarrow\quad 2x = 10$$
- Divide by 2: $\quad x = 5$
- Substitute $x = 5$ into $x + 2y = 13$: $\quad 5 + 2y = 13 \Longrightarrow 2y = 8 \Longrightarrow y = 4$
- Multiply every term by both denominators $(x + 1)(x – 1)$: $$3(x – 1) + 2(x + 1) = (x + 1)(x – 1)$$
- Expand each part: $\quad 3x – 3 + 2x + 2 = x^2 – 1$
- Simplify the left side: $\quad 5x – 1 = x^2 – 1$
- Move everything to one side: $\quad 0 = x^2 – 5x$
- Factorise: $\quad x(x – 5) = 0$
- Set each factor to zero: $\quad x = 0 \;$ or $\; x = 5$
(a) Write $x^2 + 8x + 10$ in completed square form.
(b) Hence solve $x^2 + 8x + 10 = 0$, in surd form.
(c) Solve $2x^2 – 4x – 3 = 0$ using the quadratic formula, in surd form.
- Halve the number in front of $x$ (half of 8 is 4) and write $(x + 4)^2$.
- $(x + 4)^2 = x^2 + 8x + 16$, which is 6 too big, so subtract 6: $$x^2 + 8x + 10 = (x + 4)^2 – 6$$
- Set equal to zero: $\quad (x + 4)^2 – 6 = 0$
- Rearrange: $\quad (x + 4)^2 = 6$
- Square root both sides (remember $\pm$): $\quad x + 4 = \pm\sqrt{6}$
- Subtract 4: $\quad x = -4 \pm \sqrt{6}$
- Identify the values: $\quad a = 2, \; b = -4, \; c = -3$
- Substitute into $x = \dfrac{-b \pm \sqrt{b^2 – 4ac}}{2a}$: $$x = \frac{-(-4) \pm \sqrt{(-4)^2 – 4(2)(-3)}}{2(2)} = \frac{4 \pm \sqrt{16 + 24}}{4} = \frac{4 \pm \sqrt{40}}{4}$$
- Simplify the surd: $\quad \sqrt{40} = \sqrt{4 \times 10} = 2\sqrt{10}$
- So $\quad x = \dfrac{4 \pm 2\sqrt{10}}{4} = \dfrac{2 \pm \sqrt{10}}{2}$ (dividing top and bottom by 2)
Consider $y = x + 1$ and $y = x^2 – 1$.
(a) Solve to find all pairs of values. (b) Explain why there are two solution pairs.
- Both equations equal $y$, so set them equal to each other: $\quad x + 1 = x^2 – 1$
- Move everything to one side: $\quad 0 = x^2 – x – 2$
- Factorise and solve: $\quad (x – 2)(x + 1) = 0 \Longrightarrow x = 2 \;$ or $\; x = -1$
- Find $y$ using $y = x + 1$:
- When $x = 2$: $\;y = 2 + 1 = 3$
- When $x = -1$: $\;y = -1 + 1 = 0$
One equation is linear (a straight line) and the other is non-linear (it has an $x^2$ term). Solving them leads to a quadratic equation, which has two solutions for $x$. Each $x$-value gives its own $y$-value, so there are two solution pairs.
(a) Make $x$ the subject of $y = \dfrac{x + 4}{x – 2}$.
(b) Make $r$ the subject of $V = \pi r^2 h$.
- Multiply both sides by $(x – 2)$: $\quad y(x – 2) = x + 4$
- Expand the bracket: $\quad yx – 2y = x + 4$
- Collect the $x$ terms on one side, the rest on the other: $\quad yx – x = 4 + 2y$
- Factorise out $x$ (it now appears once): $\quad x(y – 1) = 4 + 2y$
- Divide by $(y – 1)$: $\quad x = \dfrac{4 + 2y}{y – 1}$
- Divide both sides by $\pi h$: $\quad r^2 = \dfrac{V}{\pi h}$
- Square root both sides: $\quad r = \sqrt{\dfrac{V}{\pi h}}$
