El profesor se sorprenderá mucho al ver tu solución correcta😉
a*x^2 + b*x + c = 0
D = b^2 - 4 * a * c =
(2)^2 - 4 * (1) * (-1) = 8
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
suma
___ ___ -1 + \/ 2 + -1 - \/ 2
=
-2
producto
/ ___\ / ___\ \-1 + \/ 2 /*\-1 - \/ 2 /
=
-1
-1
___ x1 = -1 + \/ 2
___ x2 = -1 - \/ 2
x2 = -sqrt(2) - 1