0

I need to prove that $a^n - 1$ is a composite number when $a>2$ and $n\ge2$ ($a,n$ are integers). I have tried a few things, but couldn't make it.

Hanul Jeon
  • 27,376

2 Answers2

1

Use the factorization $$a^n-1=(a-1)(a^{n-1}+a^{n-2}+\cdots+1)$$

Dave
  • 13,568
1

Note that $x^m-1=(x-1)(x^{m-1}+\dots 1)$.

Andres Mejia
  • 20,977