I am trying to prove the irreducibility of $x^3 + 9x + 6 $ in $\mathbb{Q}[x]$ without using Eisenstein's criterion. What I have done is --
Let assume it is reducible in $\mathbb{Q}[x]$, then it can be written as $$x^3 + 9x + 6 = (a'x^2 + b'x+ c')(d'x + e')$$ $$= a'd'(x^2 + bx + c)(x + e)$$ $$\displaystyle= (x^2 + bx +c)(x+e)$$ $$\displaystyle= x^3 + (b+ e)x^2 + (be + c)x+ ce$$ equating the coefficients of same powers in both sides $$ b = -e, be+c = 9, ce = 6$$ solving these gives a equation in e $$e^3 + 9e - 6 = 0$$
I am stuck here, I don't know how to proceed from here.