Bunuel
If pqrst = 4, then is p = 1/q ?
(1) r = s = t
(2) Three of p, q, r, s, t are integers
Bunuel chetan2uCan someone please provide a detailed answer? I've been trying to wrap my head around this.
I understand that individual statements are insufficient to answer the question. However, even using both statements it is quite possible that p could be or could not be equal to 1/q.
We know that r = s = t and all three of them are integers. So, r, s, and t could be positive/negative integers.
Let's say r = s = t = 1 => rst = 1 => pq = 4. To satisfy this equation, p and q can take any of the following values:
p = 4, q = 1/4 (or vice versa) => pq = 4
p = 8, q = 1/2 (or vice versa) => pq = 4
p = 16, q = 1/4 (or vice versa) => pq = 4
etc.
Let's say r = s = t = 2 => rst = 8 =>
pq = 1/2. Again, to satisfy this equation, it is not necessary that p must be equal to 1/q.
Let's say r = s = t = -2 => rst = -8 =>
pq = -1/2. Again, to satisfy this equation, it is not necessary that p must be equal to 1/q.
Let's say r = s = t = -1 => rst = -1 =>
pq = -4. Again, to satisfy this equation, it is not necessary that p must be equal to 1/q.
We are not given any information about p or q. So, the answer should be (E) not (C), right?
Please let me know what am I missing here. Thanks.
Notice that if p = 1/q, then pq = q*1/q = 1. In neither of your examples pq is 1. So, even you have a definite NO answer to the question.