Bunuel
What is the units digit of the positive integer x?
(1) \(\frac{x}{5} = y.2\), where y is a positive integer.
(2) \(\frac{x}{2} = z.5\), where z is a positive integer.
(1) \(\frac{x}{5} = y.2\), where y is a positive integer.
--> \(\frac{x}{5} = y + 0.2\)
--> \(x = 5(y + 0.2)\)
--> \(x = 5y + 1\)
Possible unit digits of x = {5 + 1, 0 + 1} = {1, 6} -->
Insufficient(2) \(\frac{x}{2} = z.5\), where z is a positive integer.
--> \(\frac{x}{2} = z + 0.5\)
--> \(x = 2(z + 0.5)\)
--> \(x = 2z + 1\)
Possible unit digits of x = {0 + 1, 2 + 1, 4 + 1, 6 + 1, 8 + 1} = {1, 3, 5, 7, 9} -->
InsufficientCombining (1) & (2),
--> Possible unit digit of x = 1 ONLY -->
SufficientOption C
How can you take 'Z' as 0 ? It is mentioned that z is a positive integer (not a non-negative). So, 1 would not hold in option 2. So, shouldn't options 1 and 2 be mutually exclusive ?