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