I'm studying for an exam, but am struggling to understand how to prove that something is true if $n$ is sufficiently large. For example, if I'm given $P(n): 2n^3 - 7n^2 \geq 7n -1$, I understand that I need to find an $a$ such that all $n \geq a$ makes $P(x)$ true. I'm just not sure how I would go about doing that.
I tried factoring out the $n$ but I don't see how that would help me. How can I transform an inequality like the above to make it more obvious? Any help is appreciated.