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) * (-9) = 72
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
suma
___ ___ -3 + 3*\/ 2 + -3 - 3*\/ 2
=
-6
producto
/ ___\ / ___\ \-3 + 3*\/ 2 /*\-3 - 3*\/ 2 /
=
-9
-9
___ x1 = -3 + 3*\/ 2
___ x2 = -3 - 3*\/ 2
x2 = -3*sqrt(2) - 3