This seemed like a problem where you have to know your number properties inside out.
My approach was similar to DanaJ's, only involving a lot more odds and evens.
Rule 1: all perfect squares have an odd number of total factors.
Rule 2: The prime factorization of a perfect square contains only even powers of prime.
so working backwards;
2) 4 is not a factor of ab and cd, which means they only have one 2 or no 2's in common.
If we take rule#2 into consideration, we find that at least two of (p, q, r, s) are not distinct, b/c the prime factorization of a number has to be even.
for example: a = 2, b = 1, c = 3, d = 4
the common factor of ab and cd is 2, but for the product x to be a square, q and r have to be the same. (if q and r are the same, the power would be 4 (3+1), which would be a even power.)
so this statement would be sufficient since they are not all distinct.
1) for ab and cd to have a factor of 18, it must have at least two 3's and one 2.
for example if we take a = 18, b = 18, c = 18 and d = 18, and consider them all distinct(p,q,r,s), product x would have 19^4 total factors.
all perfect squares have an odd number of total factors. We know the product of 19^4 = O*O*O*O = O, this would be sufficient in this scenario.
however, if they were all the same (p,q,r,s), this would be sufficient for this scenario as well b/c the prime factorization of this product would be even, which follows rule 2. it would have (18*4) = Even powers of prime.
so this statement is insufficient b/c both scenarios are possible.
(B)
1. could be tackled algebraically,
Hey DanaJ, could you tells us how you did it algebraically, I want to know if it was a faster approach that what you showed us. Thanks.