118k views
5 votes
The sum of any two different odd numbers is divisible by 4.

2 Answers

10 votes

Explanation:

are 1 and 3, then their sum is 4 which is divisible by 4.

are 3 and 5, their sum is 8 which is divisible by 4.

User Nevos
by
3.3k points
1 vote

Answer:

False

Explanation:

counterexample: 3 + 7 = 10 . . . . not divisible by 4

The statement is FALSE.

__

An odd number can be represented by ...

2n+1 . . . . where n is any integer

Then a different odd number can be represented by ...

2m +1 . . . . where m is any integer

The sum of these numbers will be ...

(2n +1) +(2m +1) = 2n +2m +2 = 2(n +m +1)

This will be divisible by 2 for any integers m and n, but will only be divisible by 4 if exactly one of the integers m and n is odd.

User Brian Glick
by
3.6k points