If p represents “a number is divisible by 2,” q represents “a number is odd,” and r represents “a number is even,” what does this statement imply?
A. If a number is divisible by 2, then it’s even. Otherwise, it’s odd.
B. If a number is divisible by 2, then it isn’t even. Otherwise, it’s even.
C. If a number isn’t divisible by 2, then it’s odd. Otherwise, it’s even.
D. If a number is divisible by 2, then it isn’t odd. Otherwise, it’s odd.