Bunuel
Positive integers \(a\), \(b\), \(c\), \(m\), \(n\), and \(p\) are defined as follows: \(m = 2^a3^b\), \(n = 2^c\), and \(p = \frac{2m}{n}\). Is \(p\) odd?
(1) \(a \lt b\)
(2) \(a \lt c\)
a, b, c, m, n, and p are positive integers.
Since p = (2)(2^a)(3^b)/(2^c) = [2^(a+1)](3^b)/(2^c) = integer, it must be true that:
c ≤ a + 1
We need to answer the question:
Is p odd?
Using that p is odd if and only if the 2s cancel out, we can rephrase the question as:
Is c = a + 1 ?
Statement One Alone:=> a < b
The relation between a and b doesn’t have any impact on the relation between a and c, which is our focus.
Statement one is not sufficient. Eliminate answer choices A and D.
Statement Two Alone:=> a < c
If we combine statement two with the initial constraint that c ≤ a + 1, we have:
a < c ≤ a + 1
Since a and c are integers, it must be true that:
c = a + 1 [There are no integers between a and a + 1, which are two consecutive integers.]
Therefore, the answer to the rephrased question is a definite Yes.
Statement two is sufficient.
Answer: B