Kamataat
- 137
- 0
Prove by induction that 2^{2^n}+1 always ends in 7 for all n > 1 (true for n = 2).
I couldn't figure out anything to do with the last digit being 7, so I looked the case that 2^{2^n} ends in 6 for all n > 1, which is also true for n = 2.
Suppose it's true for n = k:
2^{2^{k+1}}=2^{2^k\cdot 2}=(2^{2^k})^2
Now, since by assumption 2^{2^k} ends in 6, its 2nd power also ends in 6 since 6x6=36. Hence 2^{2^n}+1 ends in 7 for all n > 1.
Correct or not?
Thanks in advance,
- Kamataat
I couldn't figure out anything to do with the last digit being 7, so I looked the case that 2^{2^n} ends in 6 for all n > 1, which is also true for n = 2.
Suppose it's true for n = k:
2^{2^{k+1}}=2^{2^k\cdot 2}=(2^{2^k})^2
Now, since by assumption 2^{2^k} ends in 6, its 2nd power also ends in 6 since 6x6=36. Hence 2^{2^n}+1 ends in 7 for all n > 1.
Correct or not?
Thanks in advance,
- Kamataat