I'm trying to complete the following question (from the AQA June 2015 FP1 A-level paper):
By first finding a suitable cubic inequality for $k$, find the greatest value of $k$ for which $$\sum_{r=k+1}^{60} (3r+2) \log_8 4^r$$ is greater than 106060.
The "suitable cubic inequality" referred to is this:
$$2k^3 + 5k^2 + 3k - 132000 \lt 0$$
and the final value of $k$ is 39 (since $k$ must be an integer to be used in the summation), but I can't see how to get from the inequality to the solution.
My typical strategy for this type of question is to form an equation equal to 0 in order to find the roots:
$$2k^3 + 5k^2 + 3k - 132000 = 0$$
but in this case that doesn't seem to help, since it's a cubic, not a quadratic. If it was a quadratic, it would be simple to find the roots via the quadratic formula, then form an inequality or two with $k$, and determine the largest possible value of $k$ from there, but I have no idea how to find the roots of a cubic. The constant term also prevents dividing by $k$ to form a quadratic.
It feels like I'm missing something really obvious, apologies if that's the case.