X is a multiple of Y if there exists another integer Z such that X=Z*Y
That means : X / Y must be an integer
1) x/6 is an integer A
if A = 1 then X is 6 //// 6/18 is an integer ?: NO
if A = 2 then X is 12 //// 6/18 is an integer ?: NO
if A = 3 then X is 18 //// 18/18 is an integer ?: YES
if A = 4 then X is 24 //// 24/18 is an integer ?: NO
....
Statement 1) is no enough : eliminate choices A - D
2) x/9 is an integer B
if B = 1 then X is 9 //// 9/18 is an integer ?: NO
if B = 2 then X is 18 //// 18/18 is an integer ?: YES
if B = 3 then X is 27 //// 27/18 is an integer ?: NO
if B = 4 then X is 36 //// 36/18 is an integer ?: YES
Statement 2) is no enough : eliminate choices B
1+2) x/(6*9) is an integer C
The expression can write : x/(2*3 * 9) = x/(18*3)
So, x/(18*3) must be an integer C
if C = 1 then X is 18*3*1 //// (18*3*1)/18 is an integer? : YES
if C = 2 then X is 18*3*2 //// (18*3*2)/18 is an integer? : YES
if C = 3 then X is 18*3*3 //// (18*3*3)/18 is an integer? : YES
if C = 4 then X is 318*3*4 //// (18*3*4)/18 is an integer? : YES
The problema is resolved with the combination of both statement, so the answer is C