Even (E): Any integer which is divisible by 2. The list of even integers is: {…-8, -6, -4, -2, 2, 4, 6, 8, …}.
Odd (O): All the other integers that are not divisible by 2. The list of odd integers is: {..-7, -5, -3, -1, 1, 3, 5, 7, …}.
① E + E = E (f.e. : 2 + 2 = 4)
② O + O = E (f.e. : 1 + 1 = 2)
③ E + O = O + E = O (f.e. : 2 + 1 = 1 + 2 = 3)
④ O x O = O (f.e. : 3 x 3 = 9)
⑤ E x E = E (f.e. : 2 x 2 = 4)
⑥ E x O = O x E = E (f.e. : 2 x 3 = 3 x 2 = 6)
Pick numbers that will serve as your even and odd integers, for example, odd = 1, even = 2.
First, we multiply the even numbers together: 2 x 2 = 4 (even).
Second, we add the even number: 4 + 1 = 5 (odd).
We obtain an odd integer and we can generalize this result.