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