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