Show $p(x) = x^6 + 1.5x^5 + 3x - 4.5$ is irreducible in $\mathbb Q[x]$.
By Gauss' Lemma, a primitive polynomial in $\mathbb Z[x]$ is irreducible in $\mathbb Q[x]$ if and only if it is irreducible in $\mathbb Z[x]$. We can look at $2x^6 + 3x^5 + 6x - 9 \in \mathbb Z[x]$.
Eisenstein's Criterion fails since $3^2 \mid (-9)$. I also tried replacing $x$ with $x-1$ and $x+1$ to see if I could use Eisenstein, but they didn't work. I tried reducing it mod $p$. You cant to it mod $2$ since the leading coefficient divides 2, so I tried mod 3, but it immediately factors there. I tried mod 5 and the linear terms don't have roots, but I still need to check quadratic and cubic factors. But that just seems extremely long and if it doesn't work mod 5 I'll have to keep trying mod $p$ until I reach some prime where $p(x)$ is irreducible.
I don't know where to go from here. What is the correct way to approach this?
Another method is to use Newton Polygon at the prime $3$. This gadget can tell you about factorizations over $\mathbb Q_3$. The vertices are $(0,2)$, $(1,1)$, and $(6,0)$, so that over $\mathbb Q_3$, there is a linear factor with root a $3$-adic unit times $3$, and an irreducible Eisenstein factor of degree five. Thus if $p$ factors at all over $\mathbb Q$, the same factorization will hold over $\mathbb Q_3$, and so there will be a $\mathbb Q$-root. But the only possibilities are $\pm3/2$ and $\pm3$, combining the above facts with the Rational Root Theorem. None of these is a root, so $p$ is irreducible.