For an arbitrary positive integer n, is the number (n + 1) * (4n + 4n + 1) odd or even?
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.
( n 2 + 1 ) ( 4 n 2 + 4 n + 1 ) = ( n 2 + 1 ) ( 2 n + 1 ) 2
Now 2 n + 1 is always odd for n ∈ N and so ( 2 n + 1 ) 2 is also odd.
And
n 2 + 1 { odd even , if n is even , if n is odd
So, we conclude that
( n 2 + 1 ) ( 4 n 2 + 4 n + 1 ) { odd even , if n is even , if n is odd
Hence, the appropriate choice is Sometimes Odd and Sometimes Even .