Andrew M. answered 09/08/17
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
x^2-6x=-10
To complete the square look at the coefficient
of the x term... -6
Take half of that ... -3
Square that and add to both sides... (-3)2 = 9
x2 - 6x + 9 = -10 + 9
x2 - 6x + 9 = -1
The square formed on the left side is
(x + (-6/2))2 = (x-3)2
(x-3)2 = -1
Take square root of both sides
x - 3 = ±√(-1)
√(-1) is what we call i ..., the imaginary number
x - 3 = ±i
x = 3 ± i
Check:
x2 - 6x = -10 for x = 3+i
(3+i)2 - 6(3+i) = -10
Noting (a+b)2 = a2 +2ab + b2
and i2 = -1
32 + 2(3)(i) + i2 - 18 - 6i = -10
9 + 6i -1 -18 - 6i = -10
-10 = -10
You can verify the same works with x=3-i