Sum of Odd & Even Integers Always Odd?

  • Thread starter Thread starter asdf1
  • Start date Start date
  • Tags Tags
    Integer Mixtures
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
asdf1
Messages
734
Reaction score
0
suppose you have 3 integers.
if the intergers are a mixture of odd and even integers, then why does the sum always equal an odd number?
 
Physics news on Phys.org
asdf1 said:
suppose you have 3 integers.
if the intergers are a mixture of odd and even integers, then why does the sum always equal an odd number?

?? 2, 5, 6 is a "mixture of odd and even integers". Their sum is 13 which is odd.

The sum of any two even numbers is even: 2n+ 2m= 2(n+ m).
The sum of any two odd numbers is even: 2n+ 1+ 2m+1= 2n+ 2m+ 2= 2(n+m+ 1).

If a "mixture of odd and even integers" contains an even number of odd integers then it will be even.

But if it contains an odd number of odd integers, it will be odd.