There is an integer $m$ in the polynomial $x^3 - 2019x + m = 0$ so that the polynomial has three solutions namely $a$, $b$, and $c$, where $a$ and $b$ are positive integers and $c$ is an integer only (can be positive, negative or 0). Determine the possible values of $|a| + |b| + |c|$.
A. 2018
B. 100
C. 0
D. 55
E. 201
My approach:
Since $\displaystyle a$ , $\displaystyle b$ , and $\displaystyle c$ are the three solutions of the polynomial $\displaystyle x^{3} -2019x+m\ =\ 0$, we can use Vieta's formulas to find the sum and product of the roots.
Vieta's formulas state that for a cubic polynomial of the form $\displaystyle ax^{3} +bx^{2} +cx+d\ =\ 0$, the sum of the roots is given by $\displaystyle -\frac{ b}{ a}$ and the product of the roots is given by $\displaystyle -\frac{ d}{ a}$.
In this case, we have a cubic polynomial of the form $\displaystyle x^{3} -2019x+m\ =\ 0$, so the sum of the roots is given by $\displaystyle -\frac{ -2019}{ 1}\ =\ 2019$ and the product of the roots is given by $\displaystyle -\frac{ m}{ 1}\ =\ -m$.
Since we know that $\displaystyle a$ and $\displaystyle b$ are positive integers and $\displaystyle c$ is an integer, we can use these formulas to find possible values for $\displaystyle |a|+|b|+|c|$.
Since the sum of the roots is 2019, we have that $\displaystyle a+b+c=2019$. Since $\displaystyle a$ and $\displaystyle b$ are positive integers, their sum must be an integer greater than or equal to 2. Therefore, we have that $\displaystyle c=2019-(a+b)$ must be an integer greater than or equal to 2017.
Since $\displaystyle c$ is an integer greater than or equal to 2017, its absolute value must also be greater than or equal to 2017. Therefore, we have that $\displaystyle |a|+|b|+|c|\geq |c|\geq 2017$. Looking at the answer choices, we see that only choice A (2018) satisfies this condition. Therefore, the possible value for $\displaystyle |a|+|b|+|c|$ is 2018.
Is this correct?