How do you find the roots of x^2+x=56?
1 Answer
May 14, 2016
Explanation:
Note that
So
This is a quadratic, so it has another root.
So
Alternative method
Alternatively, we can subtract
x^2+x-56 = 0
This is then in the form
This has roots given by the quadratic formula:
x = (-b+-sqrt(b^2-4ac))/(2a)
=(-1+-sqrt(1^2-(4*1*(-56))))/(2*1)
=(-1+-sqrt(1+224))/2
=(-1+-sqrt(225))/2
=(-1+-15)/2
We find:
(-1+15)/2 = 14/2 = 7
(-1-15)/2 = (-16)/2 = -8