Q3. Multiplication of the two digit numbers wx and cx, where w,x and c are unique non-zero digits, the product is a three digit number. What is w+c-x?
(1) The three digits of the product are all the same and different from w c and x.
(2) x and w+c are odd numbers.
(1) If the product is a three digit number, all digits identical, then the number must be of the form AAA=A*111=A*3*37, where A is a non-zero digit.
It means that x = 7, and 3A must be a two digit number, which also ends in 7. It follows that 3A = 27, so the numbers are 37 and 27, 37 * 27 = 999,
and w+c-x=5-2, sufficient (it doesn't matter who is w and who is c).
(2) Since w+c is odd, one of them must be even and the other one odd. Fro example, we can take w=2, c=1, x=3 or w=3, c=2, x=1.
23*13=299, 31*21=651, are both three digit numbers, and w+c-x is 0 and 4, respectively.
Not sufficient.
Answer A.
Remark: In the body of the question,
w,x and c are unique non-zero digits, shouldn't be "distinct non-zero digits"?