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