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.
Asked
Active
Viewed 82 times
0
-
Just divide it by $a-1$. – Levent Nov 23 '17 at 20:18
-
What does it mean to "proof" a number? – Hans Hüttel Nov 23 '17 at 20:19
-
The question as originally posed made no sense. I am pleased that @Dave made some sense of it. – Hans Hüttel Nov 23 '17 at 20:22
2 Answers
1
Use the factorization $$a^n-1=(a-1)(a^{n-1}+a^{n-2}+\cdots+1)$$

Dave
- 13,568
-
-
-
I Understood how to do it, composite is not primary number. Thank you. – oron cohen Nov 24 '17 at 09:38