SOLUTION: Creating my own quadratic equation that cannot be solved by factoring, but can be solved using the quadratic formula. and solving the equation.
Question 422434: Creating my own quadratic equation that cannot be solved by factoring, but can be solved using the quadratic formula. and solving the equation. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Creating my own quadratic equation that cannot be solved by factoring, but can be solved using the quadratic formula. and solving the equation.
----
y = x^2+2x+2
---
x = [-2+- sqrt(4-4*2)]/2
----
x = [-2 +- sqrt(-6)]/2
-----
x = [-2+sqrt(-6)]/2 or x = [-2-sqrt(-6)]/2
=============================================
Cheers,
Stan H.