Bunuel
x is a two-digit integer and y is a three-digit integer that is divisible by x. If z is the value of the quotient y/x, is the units digit of z greater than 3?
(1) The units digit of x is 3.
(2) The units digit of y is the same as the units digit of x.
The data is sufficient if we can determine whether the units digit of z is greater than 3.
The answer is yes if z > 3
The answer is no if z <= 3
Statement 1: The units digit of x is 3
Easiest approach. Look for a counter example
Example: x = 13, y = 286; z = 22. Answer No.
Counter Example: x = 13, y = 325; z = 25. Answer Yes.
Because z is the quotient of the division, the unit digit of the quotient could take any value from 0 to 9.
Not sufficient
Statement 2:The units digit of y is the same as the units digit of x.
Again let us look for a counter example
Example: x = 13, y = 143; The unit digit of y and x are the same. z = 11. Answer No.
Counter Example: x = 16, y = 256; The unit digit of y and x are the same. z = 16. Answer Yes.
We cannot answer conclusively using statement 2. Not sufficient.
Combine the 2 statements:The units digit of x is 3 and The units digit of y is the same as the units digit of x
Units digit of x and y are both 3.
If the unit digit of z = 1, the units digit of x and y will both be 3.
For any other value of the unit digit of z, the units digit of y will not be 3.
Unit digit of x is 3. Here are the results of multiplying x with different unit digits for z
If the unit digit of z = 2, the unit digit of y will be 6.
If the unit digit of z = 3, the unit digit of y will be 9.
If the unit digit of z = 4, the unit digit of y will be 2.
If the unit digit of z = 5, the unit digit of y will be 5.
If the unit digit of z = 6, the unit digit of y will be 8.
If the unit digit of z = 7, the unit digit of y will be 1.
If the unit digit of z = 8, the unit digit of y will be 4.
If the unit digit of z = 9, the unit digit of y will be 7.
If the unit digit of z = 0, the unit digit of y will be 0.
Therefore, if the unit digit of x and y are 3, the only value that the unit digit of z can take is 1.
Answer definite No.
Choice C.