Bunuel
If p and q are positive integers. If p is divided by 2, the remainder is 1; and if q is divided by 6, the remainder is 1. Which of the following must be true.
I. pq + 1 is even.
II. pq/2 is an integer.
III. pq is a multiple of 12.
(A) I only
(B) II only
(C) III only
(D) I and II only
(E) I and III only
We are given that p and q are positive integers. If p is divided by 2, the remainder is 1, and if q is divided by 6, the remainder is 1. Thus, we have:
p/2 = Q + 1/2
p = 2Q + 1
Thus, p can be values such as 1, 3, 5, ..., which are all odd values.
Let’s study q in a similar fashion.
q/6 = Q + 1/6
q = 6Q + 1
Thus, q can be values such as 1, 7, 13, ..., which are all odd values.
Let’s analyze the Roman numerals:
I. pq + 1 is even.
Since p and q are odd numbers, the product pq is odd, and thus pq + 1 must be even. So I is true.
II. pq/2 is an integer.
Again, since the product pq is odd, pq/2 will not be an integer. So II is not true.
III. pq is a multiple of 12.
Once again, since the product pq is odd and 12 is even, pq/12 will not be an integer. So III is not true.
Answer: A