How do you solve x^2 + 2x - 120 = 0?
1 Answer
Jan 4, 2016
See explanation for a couple of ways...
Explanation:
Find two factors of
Hence:
0 = x^2+2x-120 = (x+12)(x-10)
So
Alternatively, complete the square then use the difference of squares identity:
a^2-b^2 = (a-b)(a+b)
as follows:
0 = x^2+2x-120
=x^2+2x+1-1-120
=(x+1)^2-121
=(x+1)^2-11^2
=((x+1)-11)((x+1)+11)
=(x-10)(x+12)
Hence