I need some help with this question: let $p,q,r,s$ be the roots of $3x^4 - x + 12 = 0$, find $pqr + pqs + prs + qrs$.
I know a few of Vieta's formulas but I don't know about the sum of the products of the roots for quartic equations or for any polynomial. I tried searching for it but couldn't find anything.
$$3x^4 - x + 12 = 3(x^4 - \frac{x}{3} + 4)$$Then, we know that $(x-p)(x-q)(x-r)(x-s) = x^4 - \frac{x}{3} + 4$. From here, you should be able to find the value of $pqr + pqs + prs + qrs$ without knowing the values of the roots themselves.