Problem: Let $h(t)=c_{2m+1}x^{2m+1}+c_{2m}x^{2m}+ \cdots +c_0$ be a polynomial of odd degree ($\geq 3$) over $\mathbb{Z}$.
Suppose that for some prime $p$, $p$ does not divide the leading coefficient.
$p\mid c_i$ ($m+1 \leq i \leq 2m$)
$p^2\mid c_{i} $ $0 \leq i \leq m$
and $p^3$ does not divide $c_0$.
Show that $h(t)$ is irreducible.
My attempt: I tried to prove using contradiction.
Assume $h(t)=(a_mt^m+ \cdots +a_1t+a_0)(b_nt^{n}+ \cdots + b_1t+b_0)$
Now I split the problem into two cases:
- $p^2\mid b_0$ which implies $p$ does not divide $a_0$
and the other case is
- $p\mid a_0$ and $p\mid b_0$.
I am being able to prove the result for the first case, since from $c_1=b_0a_1+a_0b_1$ which gives $p|b_1$. Proceeding similarly we get $p|b_n$ which is a contradiction.
Someone help me with the second case, or if there is any other way to do this problem please tell.