n 3 ( n 1 ) 3 n^3 - (n-1)^3

Note that 2 3 1 3 = 7 2^3 - 1^3 = 7 is odd and 3 3 2 3 = 19 3^3 - 2^3 = 19 is also odd.

For any integer n n , is it always true that n 3 ( n 1 ) 3 n^3 - (n-1)^3 is odd?

If true, can you prove this? If false, can you find a counter example?

False True

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.

3 solutions

Chew-Seong Cheong
Oct 24, 2018

n 3 ( n 1 ) 3 = n 3 ( n 3 3 n 2 + 3 n 1 ) = 3 n 2 3 n + 1 = 3 n ( n 1 ) Always even + 1 Always odd \begin{aligned} n^3-(n-1)^3 & = n^3 - (n^3-3n^2+3n-1) \\ & = 3n^2 - 3n + 1 \\ & = \underbrace{3\overbrace{n(n-1)}^{\text{Always even}} + 1}_{\text{Always odd}} \end{aligned}

Note that n ( n 1 ) n(n-1) is always even, because either n n or n 1 n-1 is even. Therefore 3 n ( n + 1 ) + 1 3n(n+1) + 1 is always odd. True

Otto Bretscher
Oct 24, 2018

n 3 ( n 1 ) 3 n ( n 1 ) = 1 ( m o d 2 ) n^3-(n-1)^3 \equiv n-(n-1) = 1 \pmod{2}

Marshall Lockett
Oct 24, 2018

Write out n 3 ( n 1 ) 3 n^3 - (n-1)^3 in full

= n 3 n 3 + 3 n 2 3 n + 1 n^3 - n^3 + 3n^2 - 3n + 1

= 3 n 2 3 n + 1 3n^2 - 3n + 1

If n n is even, let n = 2 c n = 2c , where c c is an integer, and replace all n n 's with 2 c 2c

Odd numbers can be expressed as 2 c + 1 2c + 1

= 3 ( 2 c ) 2 3(2c)^2 - 3 ( 2 c ) 3(2c) + 1 + 1

= 3 ( 4 c 2 ) 6 c + 1 3(4c^2) - 6c + 1

= 12 c 2 6 c + 1 12c^2 - 6c + 1

= 2 ( 6 c 2 3 c ) + 1 2(6c^2 - 3c) + 1 This is in the form of an odd number, so if n n is even, n 3 ( n 1 ) 3 n^3 - (n-1)^3 is odd.

If n n is odd, let n = 2 c + 1 n = 2c+1 , where c is an integer.

= 3 ( 2 c + 1 ) 2 3 ( 2 c + 1 ) + 1 3(2c+1)^2 - 3(2c+1) + 1

= 12 c 2 + 1 12c^2 + 1

= 2 ( 6 c 2 ) + 1 2(6c^2) + 1 Again, this is in the form of an odd number, so if n n is odd, n 3 ( n 1 ) 3 n^3 - (n-1)^3 is odd.

Since n 3 ( n 1 ) 3 n^3 - (n-1)^3 is odd when n n is odd & n n is even, n 3 ( n 1 ) 3 n^3 - (n-1)^3 is always odd when n n is an integer.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...