Difference of Any Odd Int Minus Any Even Int is Odd?

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    even Work
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone.
I'm so close to this proof, that i think it might be right. But it doesn't follow the definition exactly, or does it? The definition of an odd number is: n is odd <=> There exists an integer k such that n = 2k + 1. My conclusion came out with 2k-1. Here is my proof.

26. The difference of any odd integer minus any even integer is odd.

proof: suppose a is an even integer and b is an odd integer. [we must show b-a is odd]. By definition of even and odd, a = 2r and b = 2s+1 for some integers r and s. By subsitution and algebra, b - a = (2s+1) - 2r = 2s+1-2r = 2(s-r+1)-1. Let t = s-r+1. Then t is an integer, because sums and differences of integers are integers. Thus b-a = 2t-1, where t is an integer, and so, by definition of odd, b-a is odd.

Because 2t-1 is not 2t+1, is this proof showing that the difference of any odd integer minus any even integer is not odd? or did i screw up somewhere? Thanks!
:biggrin:
 
Physics news on Phys.org
mr_coffee said:
b - a = (2s+1) - 2r = 2s+1-2r = 2(s-r+1)-1.

Why did you add this one inside the parantheses? Without it you have something in the form you want.
 
Ahh my bad! thank u for catching that! Now its:
26. The difference of any odd integer minus any even integer is odd.

proof: suppose a is an even integer and b is an odd integer. [we must show b-a is odd]. By definition of even and odd, a = 2r and b = 2s+1 for some integers r and s. By subsitution and algebra, b - a = (2s+1) - 2r = 2s+1-2r = 2(s-r) +1. Let t = s-r. Then t is an integer, because sums and differences of integers are integers. Thus b-a = 2t+1, where t is an integer, and so, by definition of odd, b-a is odd.

Thanks again!
 
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