amanvermagmat
P = 2^a * 3^b, while Q = 3^c * 5^d, where a, b, c, d are all non-negative integers. What is the Greatest Common Divisor of P and Q?
(1) Lowest Common Multiple of P and Q is (2^3 * 3^2 * 5^4).
(2) a, b, c, d are all distinct from each other.
Solution
Step 1: Analyse Question Stem
• \(P = 2^a*3^b\)
• \(Q = 3^c*5^d\)
o \(a, b, c,\) and \(d\) are non-negative integers.
We need to find the GCD of P and Q.
• 3 is the only prime factor which common to both P and Q, So there will be 3 cases as shown below:
• If \(b>c\), then \(GCD(P, Q) = 3^c\), we need the value of c.
• If \(b < c\), then \(GCD(P, Q) =3^b\), we need the value of b.
• If \(b = c\), then \(GCD(P, Q)=3^b=3^c\), we need the value of either b or c
Now, To find the GDC of P and Q, we need to know the relation between b and c as well as there value
Step 2: Analyse Statements Independently (And eliminate options) – AD/BCE
Statement 1: \(LCM(P, Q) -2^3*3^2*5^4.\)
Here, we don't know whether \(3^2\) is the value \(3^b\) or \(3^c\). Let's consider all the cases
• If \(b > c\), then \(b = 2\)
o c can be 0 or 1.
If \(c =0\), then \(GCD(P, Q) = 3^0=1\)
If \(c = 1\), then \(GCD(P, Q)=3^1=3\)
• If \(b < c\), then \(c = 2\)
o b can be 0 or 1.
If \(b = 0\), then \(GCD(P, Q) = 3^0=1\)
If \(b = 1\), then \(GCD(P, Q)=3^1=3\)
• If \(b= c\), then \(GCD(P, Q) = 3^2 = 9\)
We are getting different possible values of GCD.
Hence, statement 1 is not sufficient, we can eliminate answer options A and D.
Statement 2: \(a, b, c,\) and \(d\) are distinct integers.
• We cannot infer anything about the value of \(b\) or \(c\).
Hence, statement b is also not sufficient, we can eliminate answer options B.
Step 3: Analyse Statements by combining.
From statement 1:\( GCD(P, Q)\) can be \(1, 3\), or \(9\)
From statement 2: \(a, b, c, d\) are distinct integers.
By combining both the statements, we get
• \(b\) is not equal to \(c\)
o \(GCD(P, Q)\) is not equal to \(9\)
• Still, there are two possible values of \(GCD(P, Q)\) i.e., \(1\) and \(3\).
Hence, the correct answer is
Option E