If n is a nonnegative integer, must 2^2n + 1 be prime? Prove or give a counterexample?

2015-11-11 4:56 pm

回答 (2)

2015-11-11 5:03 pm
If that is 2^(2n) + 1, then all we need to do do disprove this is to find one example where it's false. So let's try a few numbers:

n | 2^(2n) + 1
-------------------
0 | 2^(2*0) + 1 = 2^0 + 1 = 1 + 1 = 2
1 | 2^(2*1) + 1 = 2^2 + 1 = 4 + 1 = 5
2 | 2^(2*2) + 1 = 2^4 + 1 = 16 + 1 = 17
3 | 2^(2*3) + 1 = 2^6 + 1 = 64 + 1 = 65 <-- not prime

So where n = 3, this is your counter-example showing that the statement is not true.
2015-11-11 5:02 pm
Assuming that means 2^(2n) + 1, let n=3. 2^6 = 64 + 1 = 65 is not prime.


收錄日期: 2021-04-21 15:00:30
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20151111085642AA2bnqO

檢視 Wayback Machine 備份