Let $ P(X) = X^3+7X^2+3X+1 $, with the roots $ x_{1},x_{2},x_{3} \in \mathbb{C} $
Let $ Q $ be a third grade polynomial with the following properties :
$ Q(x_{1}) = x_{2}+x_{3} $
$ Q(x_{2}) = x_{1}+x_{3} $
$ Q(x_{3}) = x_{1}+x_{2} $
$ Q(x_{1}x_{2}x_{3}) = 6 $
Let $ y_{1},y_{2},y_{3} \in \mathbb{C} $ be the roots of $ Q $
$ 1) $ Calculate $y_{1}+y_{2}+y_{3}$
$ 2) $ Calculate $P(y_{1})+P(y_{2})+P(y_{3})$
Both problems could be solved easily with Viete's formulas if we know the coefficients of $ Q $
One easy thing to deduce is that $Q(x_{1}x_{2}x_{3}) = Q(-1)=6 $
But I don't get enough relations to find $a,b,c,d$ in $aX^3+bX^2+cX+d$
Any other ideas?