To complete the square, the leading term as to be 1, so for 5x2 - 4x + 2 = 0, the first step is to divide every term by the 5. At the same time, go ahead and subtract the constant, so that it's on the other side of the equation.
x2 - (4/5)x = -2/5
The process of completing the square takes the quadratic expression and turns it into a perfect square. To do that, you need to take half of the "b" term's coefficient, then square it and add it to both sides of the equation. Our "b" coefficient in -4/5, half of that is -2/5, and the square that is 4/25. Add that to both sides of the equation, and you'll get:
x2 - (4/5)x + 4/25 = -2/5 + 4/25
Now rewrite the left side into a perfect square and combine the two constants on the right side:
(x - 2/5)2 = -6/25
Square root both sides, but don't forget to use the ± when you square root the constant on the right side.
x - 2/5 = ±√(-6/25)
Simplify and add the -2/5 on both sides to get the final answer. For the square root of a negative, we will need to use the imaginary unit, i.
x = 2/5 ± i√(6)/5
or x = (2 ± i√6)/5