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