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