I was preparing for an entrance exam and found a question a sample paper that I could not solve.
Given, $$ a + b + c = 0 $$ Find the value of $$ a^2 (b + c) + b^2 (c + a) + c^2 (a + b) \over abc $$ I tried to do this many different ways. Some of my findings are - $$ a^2 (b + c) + b^2 (c + a) + c^2 (a + b) \over abc $$ $$= {ab + ac \over bc} + {bc+ab \over ac} + {ac+bc \over ab} $$ $$ = {(ab)^2 +(ac)^2 +2a^2 bc+(ab)^2 +(bc)^2 +2ab^2 c+(bc)^2 +(ac)^2+2abc^2\over (ab)(ac)(bc)}$$ $$ = {(ab +ac)^2 +(ab+bc)^2 +(bc+ac)^2\over (ab)(ac)(bc)}$$ Am I headed the right way?
plugging $$c=-a-b$$ in the given term $$\frac{a^2(b+c)+b^2(c+a)+c^2(a+b)}{abc}$$ and simplifying we get $$-3$$ as the searched result.