If x is a prime number not equal to 3, then x/3 is not an integer.
Step 1: Assume x/3 is an integer.
Step 2: x/3=n, x=6, x/3=2; x=9, x/3=3
I'm confused here:
if I assign 2 which is even, to x then output will be 0.67. it's still not an integer. is that prove wrong or I'm?
Step 1: Assume x/3 is an integer.
Step 2: x/3=n, x=6, x/3=2; x=9, x/3=3
I'm confused here:
if I assign 2 which is even, to x then output will be 0.67. it's still not an integer. is that prove wrong or I'm?