[Proofs] Proof by contraposition

  • Thread starter Thread starter twoski
  • Start date Start date
  • Tags Tags
    Proof Proofs
AI Thread Summary
To prove by contrapositive that if 2n³ + 3n² + 4n + 5 is odd then n is even, start by assuming n is odd, expressed as n = 2k + 1. Substituting this into the expression shows that 2n³ is even, while 3n² and 5 contribute to the overall parity. The challenge lies in demonstrating that 3(2k + 1)² results in an odd value, which, when added to the even components, maintains the overall even parity of the expression. Further expansion and simplification of the expression will clarify the parity contributions, leading to the conclusion that the original statement holds true.
twoski
Messages
177
Reaction score
2

Homework Statement



For n ∈ Z+ prove by contrapositive that if 2n3 + 3n2 + 4n + 5 is odd then n is even.


Homework Equations





The Attempt at a Solution



If n is odd then ( 2n³ + 3n² + 4n + 5 ) is even.

By definition, a number n is odd if n = 2k + 1 for some integer k. A number n is even if n = 2k for some integer k. If x and y are two integers for which x + y is even, then by definition x and y have the same parity. It follows that two integers will have the same parity if they are both odd or both even.

2(2k + 1)³ + 3(2k + 1)² + 4(2k + 1) + 5

We see here that 2(2k + 1)³ can be written as 2n where n = (2k+1)³. Thus we conclude 2(2k + 1)³ is an even number.

By the same logic, 4(2k + 1) can be written as 2n where n = 2(2k+1).


I get stuck after this... How can i prove 3(2k + 1)² is odd so that i can add it to 5 and get even parity?
 
Physics news on Phys.org
I would expand 2(2k + 1)³ + 3(2k + 1)² + 4(2k + 1) + 5 and see what I got.
 
twoski said:
How can i prove 3(2k + 1)² is odd so that i can add it to 5 and get even parity?

Multiply it out, add 5 to it, and look at what you get.
 
Back
Top