Solve the system of equations $$ ax + by + cz = 0, $$ $$ bcx + cay + abz = 0, $$ $$ xyz + abc (a^3x + b^3y + c^3z) = 0 $$
I tried solving this using cross multiplication method but got stuck at one point : $$x/ab^2-ac^2 = y/bc^2-ba^2 = z/ca^2-cb^2 = k (say) $$ I substituted the values in the third equation, and after simplifying ended up being here : $$ k(abc)[a^2c^2(b^2 + a^2c^2 - b^2c^2 - a^2)] $$