2024 SSMO Team Round Problems/Problem 6
Problem
Let ,
, and
be the roots of the polynomial
. If
is an integer, what is the least possible positive value of
?
Solution
From Vieta's Formulas, we have Since
for
we have
So,
\begin{align*}
\alpha^3+\beta^3+\gamma^3&=(6\alpha^2+19\alpha+n)+(6\beta^2+19\beta+n)\\&+(6\gamma^2+19\gamma+n)\\
&=6(\alpha^2+\beta^2+\gamma^2)+19(\alpha+\beta+\gamma)+3n\\
&=6((\alpha+\beta+\gamma)^2-2(\alpha\beta+\alpha\gamma+\beta\gamma))\\
&+19(\alpha+\beta+\gamma)+3n\\
&=6((6^2)-2(-19))+19(6)+3n = 558+3n.
\end{align*}
Since
is an integer and we are seeking to find the least positive value of
we let
giving an answer of
~SMO_Team