Sign In
Multiply an even integer written as 2n and with an odd written as 2m+1.
The product of an even and an odd integer is an even integer.
Let's first look at three examples to see if we can spot any pattern.
4* 5=20
6* 3=18
10* 7=70
We notice that each product is an even integer. We will now show that this is true for all products of an even and an odd integer. An even integer can be written as 2n, where n is an integer. An odd integer we can wrÃte as 2m+1, where m is an integer. Thus, we can write the product as follows.