I'm having trouble with this problem.
Show that if the roots of $$5x^3-x^2-2x+3=0$$ are $a_1,a_2,a_3$, then $$1/a_1+1/a_2+1/a_3=2/3$$
I'm having trouble with this problem.
Show that if the roots of $$5x^3-x^2-2x+3=0$$ are $a_1,a_2,a_3$, then $$1/a_1+1/a_2+1/a_3=2/3$$
Use that since $a_1,a_2,a_3$ are the roots of the polynomial then $$5x^3-x^2-2x+3=5(x-a_1)(x-a_2)(x-a_3)$$ Expand the right side and compare the coefficients of equal powers of $x$ to obtain that $$\begin{cases}a_1a_2+a_1a_3+a_2a_3=-\dfrac{2}{5}\\a_1a_2a_3=-\dfrac{3}{5}\end{cases}$$ Now $$\frac{a_1a_2+a_1a_3+a_2a_3}{a_1a_2a_3}=\frac{1}{a_1}+\frac{1}{a_2}+\frac{1}{a_3}$$ gives you the result.