Divisible by 6

True or false :

\quad n ( n + 1 ) ( 2 n + 1 ) n(n+1)(2n+1) is divisible by 6 for all positive 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.

8 solutions

Aditya Kumar
Feb 21, 2016

Recall the algebraic identity

1 2 + 2 2 + 3 2 + + n 2 = i = 1 n n 2 = n ( n + 1 ) ( 2 n + 1 ) 6 { 1 }^{ 2 }+{ 2 }^{ 2 }+{ 3 }^{ 2 }+\cdots +{ n }^{ 2 }=\sum _{ i=1 }^{ n }{ n^{ 2 } } =\frac { n\left( n+1 \right) \left( 2n+1 \right) }{ 6 }

Now, multiplying both sides by 6 gives us

6 i = 1 n n 2 = n ( n + 1 ) ( 2 n + 1 ) . 6\sum _{ i=1 }^{ n }{ n^{ 2 } } =n\left( n+1 \right) \left( 2n+1 \right).

Because LHS is a multiplication of an integer and another integer that is the sum of squares of integers, then RHS is a natural number multiplied by 6.

Hence, n ( n + 1 ) ( 2 n + 1 ) n\left( n+1 \right) \left( 2n+1 \right) is divisible by 6 for all natural numbers n n .

Nice solution. My approach was as follows. Since one of n n or n + 1 n + 1 must be even we know that the given product is divisible by 2 2 . Now if either n n or n + 1 n + 1 is divisible by 3 3 then the given product is divisible by 2 3 = 6 2*3 = 6 . If neither n n nor n + 1 n + 1 is divisible by 3 3 then n + 2 n + 2 must be divisible by 3 3 , since precisely one of three consecutive integers is divisible by 3 3 . But then with n + 2 = 3 m n + 2 = 3m for some integer m m we find that

2 n + 1 = ( 3 n + 3 ) ( n + 2 ) = 3 ( n + 1 ) 3 m = 3 ( n + 1 m ) 2n + 1 = (3n + 3) - (n + 2) = 3(n + 1) - 3m = 3(n + 1 - m) ,

which means that 3 ( 2 n + 1 ) 3|(2n + 1) , and hence 6 n ( n + 1 ) ( 2 n + 1 ) 6|n(n + 1)(2n + 1) .

Brian Charlesworth - 5 years, 3 months ago

Log in to reply

To prove that if n n , ( n + 1 ) (n+1) are not multiples of 3 3 then 2 n + 1 2n+1 is a multiple of 3 3 we can first observe that n + 2 n+2 must be a multiple of 3 3 . This will imply that 2 n + 4 2n+4 should also be a multiple of 3 3 .

2 n + 1 = 2 n + 4 3 2n+1=2n+4-3

Therefore it is a multiple of 3 3 too.

milind prabhu - 5 years, 3 months ago

Log in to reply

Yes, that works well too. :)

Brian Charlesworth - 5 years, 3 months ago

Yeah.... I also did the exact same ...

Rishabh Jain - 5 years, 3 months ago

A very nice way. Good job.

Saakshi Singh - 5 years, 3 months ago

Very good! Bonus question: for all natural numbers n n , what is n 2 ( n + 1 ) 2 n^2(n+1)^2 divisible by?

Michael Fuller - 5 years, 3 months ago

Log in to reply

1^3+2^3+3^3+...+n^3=(n(n+1))^2/4. So the answer is 4/

Aditya Kumar - 5 years, 3 months ago

Log in to reply

Yes, this is correct. Alternatively, note that either the term n n or n + 1 n+1 will be even. Upon squaring both terms, we get the product of an odd number and an even number divisible by 2 × 2 = 4 2 \times 2 = 4 .

Michael Fuller - 5 years, 3 months ago

Log in to reply

@Michael Fuller Yes that's another approach

Aditya Kumar - 5 years, 3 months ago

still I couldn't get it

mohammad galib - 5 years, 3 months ago

Nice approach! I find it better than using the writing a proof by induction .

Sandeep Bhardwaj - 5 years, 3 months ago

Log in to reply

I've left the use of Induction. Once you start doing high level problems Induction becomes nasty

Aditya Kumar - 5 years, 3 months ago

My approach was as follows. Since one of n n or n + 1 n + 1 must be even we know that the given product is divisible by 2 2 . Now if either n n or n + 1 n + 1 is divisible by 3 3 then the given product is divisible by 2 3 = 6 2*3 = 6 . If neither n n nor n + 1 n + 1 is divisible by 3 3 then n + 2 n + 2 must be divisible by 3 3 , since precisely one of three consecutive integers is divisible by 3 3 . But then with n + 2 = 3 m n + 2 = 3m for some integer m m we find that

2 n + 1 = ( 3 n + 3 ) ( n + 2 ) = 3 ( n + 1 ) 3 m = 3 ( n + 1 m ) 2n + 1 = (3n + 3) - (n + 2) = 3(n + 1) - 3m = 3(n + 1 - m) ,

which means that 3 ( 2 n + 1 ) 3|(2n + 1) , and hence 6 n ( n + 1 ) ( 2 n + 1 ) 6|n(n + 1)(2n + 1) .

Ankit Kumar Jain
Feb 26, 2016

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

n ( n + 1 ) ( 2 n + 1 ) = ( n 1 ) ( n ) ( n + 1 ) + ( n ) ( n + 1 ) ( n + 2 ) \therefore n(n + 1)(2n + 1) = (n - 1)(n)(n + 1) + (n)(n + 1)(n + 2)

3 ! = 6 k ( k + 1 ) ( k + 2 ) 3! = 6 | k(k + 1)(k + 2) where k N k \in N

6 ( n 1 ) ( n ) ( n + 1 ) + ( n ) ( n + 1 ) ( n + 2 ) \therefore 6| (n - 1)(n)(n + 1) + (n)(n + 1)(n + 2)

6 n ( n + 1 ) ( 2 n + 1 ) \Rightarrow 6|n(n + 1)(2n + 1)

This can be proved by using induction on n

汶良 林
Feb 25, 2016

One of two consecutive integers is divisible by 2.

One of three consecutive integers is divisible by 3.

Therefore the multiple of three consecutive integers is divisible by 6.

Pham Khanh
Apr 17, 2016

My solution: Call A = n ( n + 1 ) ( 2 n + 1 ) A=n(n+1)(2n+1) Mutiply A A by 4, we get: 4 A = ( 2 n ) ( 2 n + 1 ) 2 ( n + 1 ) = 2 n ( 2 n + 1 ) ( 2 n + 2 ) 4A=(2n)(2n+1)2(n+1)=2n(2n+1)(2n+2) In two even numbers, 2 n 2n and 2 n + 2 2n+2 , there exist a number which is divisible by 4 4 , and the others is divisible by 2 2 .Beside that, these are 3 consecutive integer, so there is also exist a number which is divisible by 3 3 , so ( 4 × 3 × 2 ) 4 A (4 \times 3 \times 2)|4A 24 4 A \iff 24|4A 24 4 4 A 4 \Rightarrow \frac{24}{4}|\frac{4A}{4} 6 A \iff \boxed{6|A}

J Chaturvedi
Feb 26, 2016

2n+1=n+(n+1). The number n(n+1)(2n+1) is a product of two consecutive numbers multiplied by their sum. One of the two consecutive number has to be even, so the product is divisible by 2. If n and n+1 are not divisible by 3, then their sum has to be divisible by 3 because n and n+1 when divided by 3 would leave a remainder of 1 & 2 respectively and therefore, their sum would leave a remainder of 1+2=3 i. e. would be divisible by 3. Hence the number is divisible by 6.

Adam Warbey
Feb 25, 2016

Let f(n) = n(n+1)(2n+1), where n is an element of the set of positive integers. f(1) = 1×2×3=6, which is divisible by 6. Assume that for n=k, f(k) = k(k+1)(2k+1) is divisible by 6 for all positive integer values of n. Therefore f(k+1) = (k+1)(k+1+1)(2(k+1)+1) = 2k^3 + 9k^2 + 13k + 6 f(k) can also be written as f(k) = 2k^3 + 3k^2 + k Therefore f(k+1)-f(k) = 2k^3 + 9k^2 + 13k + 6 - 2k^3 -3k^2 - k = 6k^2 + 12k + 6 = 6(k^2 + 2k + 1) So f(k+1) = f(k) + 6(k^2 + 2k + 1) Therefore f(n) is divisible by 6 when n=k+1 If f(n) is divisible by 6 when n=k, then it has been shown that f(n) is also divisible by 6 when n=k+1. As f(n) is divisible by 6 when n=1, f(n) is also divisible by 6 for all positive integers by mathematical induction.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...