I'm working on a problem:
Suppose that the roots of $$3x^3 +18x^2 +9x -2 = 0$$ are $a$, $b$ and $c$; and the roots of $$x^3 +rx^2 +sx +t = 0$$ are $a+b$, $a+c$ and $b+c$. Determine the cubic equation having a roots of $r$, $s$ and $t$.
My answer is $$x^3 -59x^2 + 876x - 3744.$$ Is my answer wrong?
I think your answer is wrong because $$\sum_{\mathrm{cyc}}(a+b)=2(a+b+c)=-12.$$ $$\sum_{\mathrm{cyc}}(a+b)(a+c)=(a+b+c)^2+ab+ac+bc=36+3=39$$ and $$\prod_{\mathrm{cyc}}(a+b)=(a+b+c)(ab+ac+bc)-abc=-6\cdot3-\frac{2}{3}=-\frac{56}{3}.$$ Can you end it now?