Is 2 2 n − 1 + 1 a multiple of 3 for all natural number n ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's try an induction approach here!
CASE I ( n = 1 ): 2 2 ( 1 ) − 1 + 1 = 2 + 1 = 3 ⇒ TRUE.
CASE II ( n = k ): 2 2 k − 1 + 1 = 3 α ( α ∈ N ) ⇒ assume to be TRUE.
CASE III ( n = k + 1 ): By multiplying both sides of CASE II by 2 2 yields:
2 2 ⋅ ( 2 2 k − 1 + 1 ) = 2 2 ⋅ 3 α ;
or 2 2 k + 1 + 4 = 4 ⋅ 3 α ;
or 2 2 ( k + 1 ) − 1 + 1 + 3 = 4 ⋅ 3 α ;
or 2 2 ( k + 1 ) − 1 + 1 = 3 ⋅ ( 4 α − 1 ) ⇒ TRUE.
Let us consider the following:
2 2 n − 1 + 1 ≡ 2 ( 2 n − 1 ) m o d ϕ ( 3 ) + 1 (mod 3) ≡ 2 ( 2 n − 1 ) m o d 2 + 1 (mod 3) ≡ 2 1 + 1 ≡ 3 ≡ 0 (mod 3) Since g cd ( 2 , 3 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 3 ) = 3 − 1 = 2 since 3 is a prime.
True , 2 2 n − 1 + 1 is always a multiple of 3 for all natural number n .
References:
Isn't 0 a natural number?
Log in to reply
No, 0 is a whole number but not a natural number.
Problem Loading...
Note Loading...
Set Loading...
2 ≡ − 1 ( m o d 3 )
⇒ 2 k ≡ − 1 k ( m o d 3 ) so for odd values of k, 2 k ≡ − 1 ( m o d 3 )
⇒ since 2 n − 1 is always odd, 2 2 n − 1 ≡ − 1 ( m o d 3 ) ∀ n ∈ N
⇒ 3 ∣ 2 2 n − 1 + 1 ∀ n ∈ N