The following problem results in a cubic, but is there a way to simplify it easier?:
The sum of the reciprocals of three consecutive integers is 47/60. What is the sum of these integers?
I ended up with $47{ x }^{ 3 }-180{ x }^{ 2 }-47x+60 =0$. However, unlike other methods where I've learned to "Let ${ x }^{ 2 }$ = k, $\therefore { x }^{ 4 }={ k }^{ 2 }$", ${x}^{3}$ is not a multiple of 2, so I cannot apply this same method. How should I proceed? (Other than just substitute, which the answers from this & this website did).
we have $$\frac{1}{n}+\frac{1}{n+1}+\frac{1}{n+2}=\frac{47}{60}$$ this equation is equivalent to $${\frac { \left( n-3 \right) \left( 47\,{n}^{2}+102\,n+40 \right) }{ 60\,n \left( n+1 \right) \left( n+2 \right) }} =0$$ can you finish now?