Sum of Odd & Even Integers Always Odd?

  • Thread starter Thread starter asdf1
  • Start date Start date
  • Tags Tags
    Integer Mixtures
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.
 
wow~ why is that so?
 
Look at the definition of odd and even; it's obvious.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top