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