Show worked solution
Worked solution
Write two consecutive integers
Let n be any integer.
Write their product
Multiply the two integers.
Consider whether n is even or odd
Split into two cases.
Case 1: n is even
Write n as 2 times an integer k.
Then the product has a factor of 2
The product is a multiple of 2.
So the product is even
An even factor makes the product even.
Case 2: n is odd
Write n as an odd number.
Then n+1 is even
One more than an odd number is even.
So the product has a factor of 2
Again the product is a multiple of 2.
So the product is even
An even factor makes the product even.
Combine the cases
In both cases the product is even.
State the shortcut
Of any two consecutive integers, one is always even.
Check
20 is even.
Check
56 is even.
Conclude
So the product of two consecutive integers is always even.