True or false :
n ( 2 n − 1 ) ( 2 n + 1 ) is divisible by 3 for all posiitve integers 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.
Multiplying and dividing by 2, we get:
2 2 n ( 2 n − 1 ) ( 2 n + 1 )
The product of 3 consecutive positive integers is always divisible by 3 and 2 n ( 2 n − 1 ) ( 2 n + 1 ) is even and hence is also divisible by 6.
Alternatively, we can generalise that the product of n consecutive positive integers is always divisible by n ! .
So 2 n ( 2 n − 1 ) ( 2 n + 1 ) is divisible by 3 ! which is 6 .
⇒ 2 n ( 2 n − 1 ) ( 2 n + 1 ) ≡ 0 ( m o d 6 )
⇒ n ( 2 n − 1 ) ( 2 n + 1 ) ≡ 0 ( m o d 3 )
n ≡ 0 , 1 , 2 ( m o d 3 )
Case 1: If n ≡ 0 ( m o d 3 )
Trivial case, The number will be divisible for all positive n
Case 2: n ≡ 1 ( m o d 3 )
Then 2 n − 1 ≡ 1 + 1 − 1 ≡ 1 ( m o d 3 )
and 2 n + 1 ≡ 1 + 1 + 1 ≡ 0 ( m o d 3 )
Thus the number is divisible by 3 for n ≡ 1 ( m o d 3 )
Case 3: n ≡ 2 ( m o d 3 )
Then, 2 n − 1 ≡ 2 + 2 − 1 ≡ 3 ≡ 0 ( m o d 3 )
Thus the number is always divisible by 3 for n ≡ 2 ( m o d 3 )
We have checked all cases and we conclude n ( 2 n + 1 ) ( 2 n − 1 ) is always divisible by 3 for all positive n.
Thank you Sir.. Have a nice day
Log in to reply
Log in to reply
Oh.. I am so sorry.. Have a nice day Mehul Arora..
n can be of form 3 n , 3 n + 1 or 3 n + 2 . On substituting these into the expression, all yield a multiple of 3.
Did it the same way !
Let's use some Induction here:
CASE I ( n = 1 ) : ( 1 ) ( 2 ( 1 ) − 1 ) ( 2 ( 1 ) + 1 ) = ( 1 ) ( 1 ) ( 3 ) = 3 ⇒ T R U E .
CASE II ( n = k ) : ( k ) ( 2 k − 1 ) ( 2 k + 1 ) = 4 k 3 − k = 3 N ⇒ assume to be TRUE.
CASE III ( n = k + 1 ) : 4 k 3 − k = 3 N ;
or 4 [ ( k + 1 ) − 1 ] 3 − [ ( k + 1 ) − 1 ] = 3 N ;
or 4 [ ( k + 1 ) 3 − 3 ( k + 1 ) 2 ( 1 ) + 3 ( k + 1 ) ( 1 ) 2 − 1 ] − ( k + 1 ) + 1 = 3 N ;
or 4 ( k + 1 ) 3 − ( k + 1 ) − 3 − 3 [ 4 ( k + 1 ) 2 ] + 3 [ 4 ( k + 1 ) ] = 3 N ;
or 4 ( k + 1 ) 3 − ( k + 1 ) = 3 [ N + 1 + 4 ( k + 1 ) 3 − 4 ( k + 1 ) ] ⇒ T R U E .
Hence, 3 ∣ n ( 2 n − 1 ) ( 2 n + 1 ) for all n ∈ N .
Q . E . D .
One can also prove this by Induction.
See my solution!
Problem Loading...
Note Loading...
Set Loading...