For which $\lambda \in \mathbb{N}$ the equation $x^3 - \lambda x - 2 =0$ has only rational roots?
My attempt:
I start to plug values for $\lambda$ but I only find that $\lambda = 3$ works, but is there any more? I really don't know any method that can solve this problem.
By the Rational Root Theorem, if $p/q$ is a rational root of $x^3 - \lambda x - 2\in \mathbb{Z}[x]$ with $\gcd(p,q)=1$ then $p$ divides $-2$ and $q$ divides $1$, that is $p/q\in\{1,-1,2,-2\}$. Now use these numbers to find the possible values for $\lambda$ and check each case.
Can you take it from here? What may we conclude?