jsk0004 wrote:Can someone prove or disprove the following and explain the steps. (The number x is an even integer if and only if x^3+13 is odd)
p:x is even
q: x^3+13 is odd
first we prove p->q:
if x is even, we can derive that x=2*m(m is an integer). then x^3=8*m^3, which is an even integer too. Then x^3+13=8*m^3+13=8*m^3+2*6+1=2*(4*m^3+6)+1, since 4*m^3+6 is an integer, and let k=4*m^3+6, then we know x^3+13=2k+1, then x^3+13 is odd.
second we prove q->p
if x^3+13 is odd, then x^3 should be even, then x should be an even integer to make this all correct.