If n and m are odd integers, then n + m is an even integer.
1. Suppose n and m are odd integers but n + m is odd.
2. Since n and m are odd, we can write n = 2p + 1 and m = 2q + 1, where p and q are integers.
3. Then n + m = (2p + 1) + (2q + 1) = 2p + 2q + 2 = 2(p + q + 1), which is even.
4. This contradicts the assumption that n + m is odd.
5. Therefore, if