So Im using the complete square method and i was just wondering where am i going wrong. I'm solving this $2x^2 - 4x +1 = 0$
So i am using this rules. $$ax^2 + bx +c = 0$$
subract c from both sides; $ax^2 + bx = -c$
divide by a $ x^2 + \frac{b}{a}x = \frac{-c}{a}$
- add $(\frac{1}{2} \cdot co-effiecient of x)^2$ on both sides;
so; $2x^2 - 4x = -1$
going to step 2
$\frac{2}{2}x^2 - \frac{4}{2}^2 = \frac{-1}{2} + \frac{2}{2}^2$
this will be:
$x^2 - 2x + (1)^2 = \frac{-1}{2} + (1)^2$
this will be:
$x - 1 = \sqrt{\frac{-1}{2} + 1}$
after $l.c.m$
= $x = \pm\frac{1}{2} $
Where am i going wrong?