The teacher will be very surprised to see your correct solution 😉
a*x^2 + b*x + c = 0
D = b^2 - 4 * a * c =
(0)^2 - 4 * (1) * (-17) = 68
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
____ x1 = -\/ 17
____ x2 = \/ 17
x2 = sqrt(17)
sum
____ ____ - \/ 17 + \/ 17
=
0
product
____ ____ -\/ 17 *\/ 17
=
-17
-17