SOLUTION: Solve for x by completing the square 2x^2+20=4x

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Solve for x by completing the square 2x^2+20=4x      Log On


   



Question 685998: Solve for x by completing the square
2x^2+20=4x

Found 2 solutions by stanbon, funmath:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Solve for x by completing the square
2x^2+20=4x
-----
Divide thru by 2 to get:
x^2 - 2x + 10 = 0
----
Complete the square:
x^2 -2x + 1 = -10+1
---
(x-1)^2 = -9
-----
x-1 = +- 3i
---
x = 1+3i or x = 1-3i
========================
Cheers,
Stan H.
========================

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
Solve for x by completing the square
2x%5E2%2B20=4x
First get the x's together and the constant on the other side.
2x%5E2-4x=-20
Then divide the whole equation by any coefficient in front of the x^2...in this case, 2.
2x%5E2%2F2-4x%2F2=-20%2F2
x%5E2-2x=-10
At this point, if we call the coefficient of x, b....then we would add (b/2)^2 to both sides.
%28b%2F2%29%5E2=%28-2%2F2%29%5E2 -> %28-1%29%5E2=1
x%5E2-2x%2B1=-10%2B1
Factor the left and simplify the right. Perfect squares always factor to be the sqrt or the front and back with the sign that is in front of the x term between them...like this.
%28x-1%29%5E2=-9
Take the square root of both sides...don't forget it is always + or -.
sqrt%28%28x-1%29%5E2%29=+ or - sqrt%28-9%29
If you are only allowed to use "real" solutions...you are done...there is no "real" solution. However, if you are using imaginary or complex numbers...keep going as follows:
x-1= + or -3i
x=1 + or -3i
This is two answers:
highlight%28x=1-3i%29 or highlight%28x=1%2B3i%29
Happy Calculating!!!!