$$x^2-yz/a=y^2-zx/b=z^2-xy/c$$
None of these fractions are equal to 0.We need to show that,
$(a+b+c)(x+y+z)=ax+by+cz$
This question comes from a chapter that wholly deals with factoring homogeneous cyclic polynomials.I multiplied the three sides of the first equality by $abc$ but that yields an unfactorizable polynomial.I haven't had much luck in manipulating the first equality.So I tried to understand what I was trying to prove by expanding the second equality.We are trying to prove that,
$$a(y+z)+b(x+z)+c(x+y)=0$$
But the LHS is still unfactorizable.I tried to manipulate the first equality more,but they yielded nothing.However,I did find the following equality:
$$bc(x^2-yz)-ac(y^2-zx)+ab(z^2-xy)=a(y+z)+b(x+z)+c(x+y) $$
I would appreciate a very small hint.