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 * (2) * (-7) = 56
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
____
-\/ 14
x1 = --------
2
____
\/ 14
x2 = ------
2
x2 = sqrt(14)/2
sum
____ ____
\/ 14 \/ 14
- ------ + ------
2 2
=
0
product
____ ____ -\/ 14 \/ 14 --------*------ 2 2
=
-7/2
-7/2