I came across this question.
$$ a+b+c=11 \\ ab+bc+ca=25 \\ a^3+b^3+c^3+3abc=? $$
While trying to solve this I ended up with $abc=0$ and further solving gave $a= \frac{11-\sqrt{21}}{2}$, $b= \frac{11+\sqrt{21}}{2}$ and $c=0$. But, I am unable to see how two equations in the three unknowns yields an unique solution. Is there an implicit constraint or are there other solutions I am failing to see?
EDIT: My line of solution was as follows -
$$ \begin{align*} a^2+b^2+c^2 &= (a+b+c)^2 - 2(ab+bc+ca) \\ &= 11*11 - 50 = 71 \\ (a+b+c)^3 &= a^3 + b^3 + c^3 + 3a(b^2+c^2)+3b(a^2+c^2)+3c(b^2+c^2) +3abs \\ &= a^3 + b^3 + c^3 + 3a(71 - a^2) + 3b(71 - b^2) + 3c(71 - c^2) + 3abc\\ 11^3 &= -2 (a^3 + b^3 + c^3) + 3*71*(a+b+c) +3abc \\ 2(a^3 + b^3 + c^3) - 3abc &= (71*3 - 11^2)*11 = 92*11 \end{align*} $$
I then arrived at mcd's comment like this
$$ \begin{align*} (a^2+b^2+c^2)(a+b+c)&=a^3+b^3+c^3+ab(a+b)+bc(b+c)+ac(a+c)\\ 71*11&=a^3+b^3+c^3-3abc+11*25 \\ a^3+b^3+c^3-3abc&=46*11 \end{align*} $$
Solving the two simultaneous equations in $a^3+b^3+c^3$ and $abc$, I got $abc=0$ and rest followed. But I feel I am making a mistake some where that is making me lose other solutions to the given two equations.
One way is to show that $b$ and $c$ can be expressed by $a$ with a quadratic equation. Let $d=- 3a^2 + 22a + 21$, then we either have $$ b=\frac{11-a+\sqrt{d}}{2},\; c=\frac{11-a-\sqrt{d}}{2}, $$ or $b$ and $c$ interchanged. So these $(a,b,c)$ with arbitrary $a$ are the solutions.
In both cases, of course, then the third equation has the same value, which is $$ 2(3a^3 - 33a^2 + 75a + 253). $$ However, this value will depend on $a$. For example, with $a=0$, we obtain $b$ and $c$ as in the post, $$ b=\frac{11+\sqrt{21}}{2},\; c=\frac{11-\sqrt{21}}{2} $$ and the third equation has the value $506$.