Divisible by 3?

True or false :

\quad n ( 2 n 1 ) ( 2 n + 1 ) n(2n-1)(2n+1) is divisible by 3 for all posiitve integers n n .

True False

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.

6 solutions

Jose Sacramento
Feb 27, 2016

very cool solution man!

展豪 張 - 5 years, 3 months ago

There is a typo with 'positive' integers :)

Ryan Shi - 4 years, 11 months ago
Harsh Khatri
Feb 27, 2016

Multiplying and dividing by 2, we get:

2 n ( 2 n 1 ) ( 2 n + 1 ) 2 \dfrac{2n(2n-1)(2n+1)}{2}

The product of 3 consecutive positive integers is always divisible by 3 and 2 n ( 2 n 1 ) ( 2 n + 1 ) 2n(2n-1)(2n+1) is even and hence is also divisible by 6.

Alternatively, we can generalise that the product of n n consecutive positive integers is always divisible by n ! n! .

So 2 n ( 2 n 1 ) ( 2 n + 1 ) 2n(2n-1)(2n+1) is divisible by 3 ! 3! which is 6 6 .

2 n ( 2 n 1 ) ( 2 n + 1 ) 0 ( m o d 6 ) \displaystyle \Rightarrow 2n(2n-1)(2n+1) \equiv 0 \pmod{6}

n ( 2 n 1 ) ( 2 n + 1 ) 0 ( m o d 3 ) \displaystyle \Rightarrow n(2n-1)(2n+1) \equiv 0 \pmod{3}

Mehul Arora
Feb 27, 2016

n 0 , 1 , 2 ( m o d 3 ) n \equiv 0,1,2 (\mod 3)

Case 1: If n 0 ( m o d 3 ) n \equiv 0 (\mod 3)

Trivial case, The number will be divisible for all positive n n

Case 2: n 1 ( m o d 3 ) n \equiv 1 (\mod 3)

Then 2 n 1 1 + 1 1 1 ( m o d 3 ) 2n-1 \equiv 1+1-1 \equiv 1(\mod 3)

and 2 n + 1 1 + 1 + 1 0 ( m o d 3 ) 2n+1 \equiv 1+1+1 \equiv 0 (\mod 3)

Thus the number is divisible by 3 for n 1 ( m o d 3 ) n \equiv 1 (\mod 3)

Case 3: n 2 ( m o d 3 ) n \equiv 2 (\mod 3)

Then, 2 n 1 2 + 2 1 3 0 ( m o d 3 ) 2n-1 \equiv 2+2-1 \equiv 3 \equiv 0 (\mod 3)

Thus the number is always divisible by 3 for n 2 ( m o d 3 ) n \equiv 2 (\mod 3)

We have checked all cases and we conclude n ( 2 n + 1 ) ( 2 n 1 ) n(2n+1)(2n-1) is always divisible by 3 for all positive n.

Thank you Sir.. Have a nice day

Jose Sacramento - 5 years, 3 months ago

Log in to reply

Don't call me sir, please. I'm a child :P

I'm not even 15 :P

Mehul Arora - 5 years, 3 months ago

Log in to reply

Oh.. I am so sorry.. Have a nice day Mehul Arora..

Jose Sacramento - 5 years, 3 months ago
Arulx Z
Feb 27, 2016

n n can be of form 3 n 3n , 3 n + 1 3n + 1 or 3 n + 2 3n+2 . On substituting these into the expression, all yield a multiple of 3.

Did it the same way !

Hrithik Nambiar - 5 years, 3 months ago
Tom Engelsman
Jun 30, 2019

Let's use some Induction here:

CASE I ( n = 1 ) : (n = 1): ( 1 ) ( 2 ( 1 ) 1 ) ( 2 ( 1 ) + 1 ) = ( 1 ) ( 1 ) ( 3 ) = 3 T R U E . (1)(2(1)-1)(2(1)+1) = (1)(1)(3) = 3 \Rightarrow \boxed{TRUE}.

CASE II ( n = k ) : (n = k): ( k ) ( 2 k 1 ) ( 2 k + 1 ) = 4 k 3 k = 3 N (k)(2k-1)(2k+1) = 4k^3 - k = 3N \Rightarrow assume to be TRUE.

CASE III ( n = k + 1 ) : (n = k+1): 4 k 3 k = 3 N ; 4k^3 - k = 3N;

or 4 [ ( k + 1 ) 1 ] 3 [ ( k + 1 ) 1 ] = 3 N ; 4[(k+1)-1]^3 - [(k+1)-1] = 3N;

or 4 [ ( k + 1 ) 3 3 ( k + 1 ) 2 ( 1 ) + 3 ( k + 1 ) ( 1 ) 2 1 ] ( k + 1 ) + 1 = 3 N ; 4[(k+1)^3 - 3(k+1)^2 (1) + 3(k+1)(1)^2 - 1] - (k+1) + 1 = 3N;

or 4 ( k + 1 ) 3 ( k + 1 ) 3 3 [ 4 ( k + 1 ) 2 ] + 3 [ 4 ( k + 1 ) ] = 3 N ; 4(k+1)^3 - (k+1) - 3 - 3[4(k+1)^2] + 3[4(k+1)] = 3N;

or 4 ( k + 1 ) 3 ( k + 1 ) = 3 [ N + 1 + 4 ( k + 1 ) 3 4 ( k + 1 ) ] T R U E . 4(k+1)^3 - (k+1) = 3[N + 1 + 4(k+1)^3 - 4(k+1)] \Rightarrow \boxed{TRUE}.

Hence, 3 n ( 2 n 1 ) ( 2 n + 1 ) 3|n(2n-1)(2n+1) for all n N . n \in \mathbb{N}.

Q . E . D . \mathbb{Q.} \mathbb{E.} \mathbb{D.}

Aditya Sky
Mar 2, 2016

One can also prove this by Induction.

See my solution!

tom engelsman - 1 year, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...