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.
Because $p(x)\in\Bbb{Z}[x]$ is primitive, by Gauss' lemma it suffices to show $p(x)$ is irreducible in $\Bbb{Z}[x]$. Suppose toward a contradiction that $p(x)$ is reducible, say $p(x)=f(x)g(x)$ with $\deg f,\deg g>0$. Reducing modulo $7$ yields two polynomials $\overline{f}(x),\overline{g}(x)\in\Bbb{F}_7[x]$ such that $\overline{f}(x)\overline{g}(x)=\overline{p}(x)=\overline{6}x^5$. This means $\overline{f}(x)=ax^m$ and $\overline{g}(x)=bx^n$ for some $a,b\in\Bbb{F}_7$ and $m,n\in\Bbb{N}$. Because the product of the leading coefficients of $f$ and $g$ is $6$, the leading coefficients of $f$ and $g$ are not divisible by $7$, so $$m=\deg\overline{f}=\deg f>0\qquad\text{ and }\qquad n=\deg\overline{g}=\deg g>0.$$ This means the constant coefficients of $f(x)$ and $g(x)$ are divisible by $7$, and so the constant coefficient of $p(x)=f(x)g(x)$ is divisible by $7^2$. But $35$ is not divisible by $7^2$, a contradiction. Hence $p(x)$ is irreducible in $\Bbb{Z}[x]$, and by Gauss' lemma it is irreducible in $\Bbb{Q}[x]$.