winsome Messages 1 Reaction score 0 Thread starter Sep 12, 2011 #1 show that the square of any odd integer is odd, use this fact to justify the statement "if p2 is even , then p is also even
show that the square of any odd integer is odd, use this fact to justify the statement "if p2 is even , then p is also even
micromass Staff Emeritus Science Advisor Homework Helper Insights Author Messages 22,170 Reaction score 3,335 Sep 12, 2011 #2 Well, what did you try already? If we know where you're stuck, then we'll know where to help...
gauss^2 Messages 50 Reaction score 0 Sep 12, 2011 #3 A good first step is noticing that ... -5 = 2*(-3) + 1 -3 = 2*(-2) + 1 -1 = 2*(-1) + 1 1 = 2*0 + 1 3 = 2*1 + 1 5 = 2*2 + 1 ...
A good first step is noticing that ... -5 = 2*(-3) + 1 -3 = 2*(-2) + 1 -1 = 2*(-1) + 1 1 = 2*0 + 1 3 = 2*1 + 1 5 = 2*2 + 1 ...
Amergin Messages 5 Reaction score 0 Sep 12, 2011 #4 (2x+1) is odd. (2x+1)^2=4x^2+4x+1 but 4x^2+4x is even and even +1 gives odd. So (2x+1)^2 is odd