Prove that if a & b are odd then a+b is even

  • Thread starter Thread starter sonadoramante
  • Start date Start date
  • Tags Tags
    even
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 6K views
sonadoramante
Messages
19
Reaction score
3
Summary:: Prove that if a is an odd integer and b is an odd integer then a+b is even.

Theorem: If a is odd and b is odd then a+b is even.

Proof: Let a and b be positive odd integers of the form a = 2n+1 & b = 2m+1

a+b = 2n+1+2m+1
= 2n+2m+1+1
= 2n+2m+2
= 2(n+m)+2
= Let k = n+m
= 2k+2
Therefore a+b is even.
 
Physics news on Phys.org
This mostly looks fine, though you might be expected to justify why 2k+2 is even.
 
  • Like
Likes   Reactions: sonadoramante
sonadoramante said:
Summary:: Prove that if a is an odd integer and b is an odd integer then a+b is even.

Theorem: If a is odd and b is odd then a+b is even.

Proof: Let a and b be positive odd integers of the form a = 2n+1 & b = 2m+1

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

Why not [itex]2n + 2m + 2 = 2(n + m + 1)[/itex]?

= Let k = n+m
= 2k+2
Therefore a+b is even.
 
  • Like
Likes   Reactions: docnet, Mark44 and sonadoramante
Aha! That makes more sense.
a+b = 2n+1+2m+1
= 2n+2m+2
= 2(n+m+1)
= 2k
Hence a+b is even. :)
 
sonadoramante said:
a+b = 2n+1+2m+1
= 2n+2m+1+1
= 2n+2m+2
= 2(n+m)+2
= Let k = n+m
= 2k+2
Therefore a+b is even.
The line "= Let k = n + m" shouldn't be there. The version in post #4 is what you want to say.
 
  • Like
Likes   Reactions: sonadoramante