0

As the title says I'm trying to factorize the polynomial $f(X)=(X+1)^{101}+100$ in irreducibles in $\mathbb{Q}[X]$. I got a hint stating that 101 is prime, but I don't see how that can be useful. Normally you would apply Eisenstein or the rational root theorem, but I can't seem to do that in this case. I also tried seeing what happens when you take $f(X-1)=X^{101}+100$, but again I can't use Eisenstein.

Thanks a lot!

Num2
  • 307

1 Answers1

1

Fundamentally, this is due to a property of binomial coefficients. If $p$ is prime and $0<k<p,$ the. $\binom pk$ is divisible by $p.$ (You might be required to prove this in a problem set, depending on what is already known.)

So from the binomial theorem, we get: $$(p-1)+(1+X)^{p}=p+\left(\sum_{k=1}^{p-1}\binom pk X^k\right)+X^p$$

And apply Eisenstein to that.


Of course, $X^N+(p-1)$ can often be shown irreducible directly from Eisenstein, for any $N,$ when $p-1$ has some prime $q\mid p-1$ and $q^2\not \mid p-1.$

For example, when $p\equiv 3\pmod 4,$ we can use $q=2.$ That covers this about half the primes.

But it is trickier when $p=101$ since there is no $q$ for $p-1.$

Thomas Andrews
  • 177,126