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) * (-16) = 128
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
suma
___ ___ -4 + 4*\/ 2 + -4 - 4*\/ 2
=
-8
producto
/ ___\ / ___\ \-4 + 4*\/ 2 /*\-4 - 4*\/ 2 /
=
-16
-16
___ x1 = -4 + 4*\/ 2
___ x2 = -4 - 4*\/ 2
x2 = -4*sqrt(2) - 4