The teacher will be very surprised to see your correct solution 😉
2 10*x*y - 3 + x + 2*x + 15*y = 0
a*x^2 + b*x + c = 0
D = b^2 - 4 * a * c =
(1 + 10*y)^2 - 4 * (2) * (-3 + 15*y) = 24 + (1 + 10*y)^2 - 120*y
x1 = (-b + sqrt(D)) / (2*a)
x2 = (-b - sqrt(D)) / (2*a)
x1 = -3/2
x2 = 1 - 5*re(y) - 5*I*im(y)
x2 = -5*re(y) - 5*i*im(y) + 1
sum
-3/2 + 1 - 5*re(y) - 5*I*im(y)
=
-1/2 - 5*re(y) - 5*I*im(y)
product
-3*(1 - 5*re(y) - 5*I*im(y))
----------------------------
2
=
3 15*re(y) 15*I*im(y) - - + -------- + ---------- 2 2 2
-3/2 + 15*re(y)/2 + 15*i*im(y)/2