Proof: If n + 5 is odd, then 3n + 2 is even | Simple Direct Proof

mohabitar
Messages
140
Reaction score
0
Let n be an integer. Prove that if n + 5 is odd, then 3n + 2 is even.

So the instructions say to use a direct proof. I couldn't figure that method out, so I used a controposition proof and that seemed to work ok. Here are my contraposition steps:

Assume 3n+2 is odd
Def of odd: n=2k+1
n+5=2k+1+5 = 2k+6 = 2(k+3)
n+5 is even (multiple of 2)
since negation of conclusion implies hypothesis is false, original statement is true.

Im pretty sure that's correct, but how could this be done using a direct proof?
 
Physics news on Phys.org
3n+2 is odd, but you assumed that n itself was odd when you plugged n=2k+1 into n+5
 
Office Shredder is right, your proof if flawed. 3n+2 is odd means for some natural number m, 3n + 2 = 2m + 1

With that in mind, let’s try a direct proof.
By definition what does n + 5 being odd mean? It means that: n + 5 = 2m + 1 for some natural m.
Can we solve for n? If we do, can we plug n into 3n + 2? Can we simplify and pull out a factor of 2? If we can pull out a factor of two, what does that mean?
 
Ahh ok I see! So n=2k-4 and 3n+2=2(k-5) which means 3n+2 is even...thanks alot!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top