Given $a,b,c$ are three reals, $a+b+c=2$ and $$\begin{align} (a^2+ab+b^2)(b^2+bc+c^2)&+(b^2+bc+c^2)(c^2+ca+a^2)\\ &+(c^2+ca+a^2)(a^2+ab+b^2)\\ &=625+\frac34(ab+bc+ca)^2 \end{align}$$ Find the value of $|ab+bc+ca|$.
Attempt:
First I tried theory of equations, but it didn’t help. Then I went as follows:
$$a^2+ab+b^2\ge3ab$$ so $$625+\frac{3(ab+bc+ca)^2}{4}\ge9(a^2bc+ab^2c+abc^2) \tag1$$ Taking out $abc$ common, we get $$625+\frac{3(ab+bc+ca)^2}{4}\ge18abc \tag2$$ Writing $(a+b+c)^2=4$ and some manipulations give $$625+\frac{4}{3}\ge18abc \tag3$$
Now I’m stuck here, I’m not sure whether this question can be solved by inequality or not but still this is the best which I could do.