English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Fermat number is of the form 2^(n)+1 when a special square of the form [2^(n-1)]^(2) is added to this fermat number then it will produce a square whose root would be consecutive to the number 2^(n-1).
Mersenne numbers are 2^(n)-1 when a special square of the form [2^(n-1)-1]^(2)is added to mersenne numbers then it will produce a square whose root would be consecutive to the number [2^(n-1)-1].

2006-06-16 01:07:30 · 2 answers · asked by rajesh bhowmick 2 in Science & Mathematics Mathematics

2 answers

(a + b)^2 = a^2 + 2ab + b^2

so

(a + 1)^2 = a^2 + 2a + 1
(a - 1)^2 = a^2 - 2a + 1



Fermat:

If a = 2^(n-1) then
(a + 1)^2 = (2^(n-1) + 1)^2
= (2^(n-1))^2 + 2(2^(n-1)) + 1
=( 2^(n-1)^2 ) + (2^n + 1)



Mersenne:

(2^n - 1) + (2^(n-1) - 1)^2 =
= 2^n - 1 + (2^(n-1))^2 - 2(2^(n-1)) + 1)
= 2^n - 1 + (2^(n-1))^2 - 2^n + 1
= (2^(n-1))^2
= ( (2^(n-1) - 1) + 1 )^2

2006-06-22 00:43:47 · answer #1 · answered by ymail493 5 · 1 0

And the question is?

http://en.wikipedia.org/wiki/Mersenne_prime

2006-06-16 08:25:54 · answer #2 · answered by cordefr 7 · 0 0

fedest.com, questions and answers