Q1
Find the roots of the following quadratic equations by factorization:
(i) $x^2 – 3x – 10 = 0$
Split the middle term $-3x$ into two numbers whose sum is $-3$ and product is $-10$. Numbers are $-5$ and $+2$.
$$x^2 – 5x + 2x – 10 = 0$$
$$x(x – 5) + 2(x – 5) = 0$$
$$(x – 5)(x + 2) = 0$$
Either $x – 5 = 0 \Rightarrow x = 5$ or $x + 2 = 0 \Rightarrow x = -2$.
✔️ Roots: 5, -2
(ii) $2x^2 + x – 6 = 0$
Split the middle term $+x$ into two numbers whose sum is $1$ and product is $2 \times (-6) = -12$. Numbers are $+4$ and $-3$.
$$2x^2 + 4x – 3x – 6 = 0$$
$$2x(x + 2) – 3(x + 2) = 0$$
$$(x + 2)(2x – 3) = 0$$
Either $x = -2$ or $x = 3/2$.
✔️ Roots: -2, 3/2
(iii) $\sqrt{2}x^2 + 7x + 5\sqrt{2} = 0$
Split middle term $7x$. Product $= \sqrt{2} \times 5\sqrt{2} = 5 \times 2 = 10$. Sum $= 7$. Numbers are 5 and 2.
$$\sqrt{2}x^2 + 5x + 2x + 5\sqrt{2} = 0$$
Note: We can write $2x$ as $(\sqrt{2} \cdot \sqrt{2})x$.
$$x(\sqrt{2}x + 5) + \sqrt{2}(\sqrt{2}x + 5) = 0$$
$$(\sqrt{2}x + 5)(x + \sqrt{2}) = 0$$
Either $\sqrt{2}x = -5 \Rightarrow x = -5/\sqrt{2}$ or $x = -\sqrt{2}$.
✔️ Roots: $-\frac{5}{\sqrt{2}}, -\sqrt{2}$
(iv) $2x^2 – x + \frac{1}{8} = 0$
Multiply equation by 8 to remove fraction:
$$16x^2 – 8x + 1 = 0$$
This is a perfect square $(4x – 1)^2 = 0$.
$$(4x – 1)(4x – 1) = 0$$
✔️ Roots: 1/4, 1/4
(v) $100x^2 – 20x + 1 = 0$
Split $-20x$ into $-10x$ and $-10x$.
$$100x^2 – 10x – 10x + 1 = 0$$
$$10x(10x – 1) – 1(10x – 1) = 0$$
$$(10x – 1)(10x – 1) = 0$$
✔️ Roots: 1/10, 1/10