Bunuel
x and y are two positive integers. D is the greatest common divisor of x and y. Is D > 20?
(1) x is a multiple of 4
(2) y is a multiple of 20
Project DS Butler Data Sufficiency (DS3)
For DS butler Questions Click Here Solution: We are asked if GCD of \(x\times y > 20\) or not. This is a yes-no question so we do not need actual GCD.
Individually both statements cannot be sufficient because they only talk about either \(x\) or \(y\). So, let's straight away get into combining the statements.
Combining the statements: Statement 1: \(x\) is a multiple of \(4\). So lets us assume \(x=4k_1=2^2\times k_1\)
Statement 2: \(y\) is a multiple of \(20\). So lets us assume \(y=20k_2=2^2\times 5\times k_2\)
Now we have \(x=2^2\times k_1\) and \(y=2^2\times 5\times k_2\).
We can infer that the least GCD that \(xy\) can be is \(2^2=4\). For example when \(x=4\) and \(y=20\) or when \(k_1=k_2=1\).
GCD can also be \(2^2\times 5=20\), when \(x=y=20\) or when \(k_1=5\) and \(k_2=1\).
Or the GCD can even be greater than 20. This will happen when \(k_1=k_2=10\). GCD of \(xy = (40\times 200)_{GCD}=40\)
Thus we see that GCD can be less than, equal to and greater than \(20\) and combining the statements is not sufficient to give exact answer.
Hence the right answer is
Option E.