Given that and are integers, the expression
is
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.
In the first part we have:
a 2 + a + 7
We know that:
a 2 + a = a ( a + 1 )
So a 2 + a is the product of two consecutive numbers and one of the terms is even. Thus, any product is even.
We know that an odd number plus an even number is always an odd number, so that the first side is always odd.
In the second part, we have:
2 b + 1
We know from the division algorithm that 2 b + 1 is always odd, because 2 b is always even.
Now we have a product of two odd numbers
By the division algorithm we can say that all odd number can be write-down in the form:
2 k + 1 , k ∈ Z
So we have:
a 2 + a + 7 = 2 k 1 + 1 2 b + 1 = 2 k 2 + 1 ( a 2 + a + 7 ) × ( 2 b + 1 ) = ( 2 k 1 + 1 ) × ( 2 k 2 + 1 ) = 4 k 1 k 2 + 2 k 1 + 2 k 2 + 1 = 2 ( 2 k 1 k 2 + k 1 + k 2 ) + 1 = 2 k 3 + 1
So, the product is always a odd number!! :D