Question 1025691
how to find the root of given equation
X^2 + 2X + 2 = 0
a = 1 ; b = 2 ; c = 2
----
Use the Quadratic Formula:
x = [-b +- sqrt(b^2-4ac)]/(2a)
------------------------------
Cheers,
Stan H.
---------------