I am trying to show that $p(x)=6x^5+14x^3-21x+35$ is irreducible in $\mathbb{Q}[x]$.
I would like to be able to use Eisenstein's Criterion which states:
Let $P$ be a prime ideal of the integral domain $R$ and let $f(x)=x^n+a_{n-1}x^{n-1}+\ldots+a_1x+a_0$ be a polynomial in $R[x]$, where $n \geq 1$. Suppose that $a_{n-1}, \ldots, a_1 \in P$ and suppose that $a_0$ is not an element of $P^2$. Then $f(x)$ is irreducible in $R[x]$.
The problem is that the polynomial $p(x)$ that I am given does not have a leading coefficient of 1. Is there another approach I can take? I would like to be able to write a self-contained proof, if possible.