I found this question from my friend's math competition, I don't know where I must start it
There are 3 couples of real numbers $$(x_1,y_1) (x_2,y_2)$$ and $$(x_3, y_3)$$ that satisfies the system of equation : $$x³-3xy²=2010 , y³-3x²y=2009$$ Find the value of $$\left(1-\frac{x_1}{y_1}\right)\left(1-\frac{x_2}{y_2}\right)\left(1-\frac{x_3}{y_3}\right)$$
Hint.
In the homogeneous polynomial
$$ p(x,y)=a x^3+b x^2y+c x y^2+d y^3 = 0 $$
making $\lambda = \frac xy$ and substituting we have
$$ (a\lambda^3+b\lambda^2+c\lambda + d)y^3 = 0 $$
so assuming $y \ne 0$ we have
$$ a\lambda^3+b\lambda^2+c\lambda + d = 0 $$
and for each pair $x_i,y_i$ we have
$$ a\lambda_i^3+b\lambda_i^2+c\lambda_i + d = 0 $$
now
$$ (1-\lambda_1)(1-\lambda_2)(1-\lambda_3) = 1 -(\lambda_1+\lambda_2+\lambda_3)+(\lambda_1\lambda_2+\lambda_2\lambda_3)-\lambda_1\lambda_2\lambda_3 $$
but by Vieta's formulas
$$ \frac ba = -(\lambda_1+\lambda_2+\lambda_3)\\ \frac ca = (\lambda_1\lambda_2+\lambda_2\lambda_3)\\ \frac da = -\lambda_1\lambda_2\lambda_3 $$
hence
$$ (1-\lambda_1)(1-\lambda_2)(1-\lambda_3) = 1+\frac ba+\frac ca+\frac da = 1+\frac{b+c+d}{a} $$