Bunuel
Ann and Bob each randomly select an integer from the integers x to y, inclusive. What is the probability that the integer Ann selects is greater than the one Bob selects?
(1) y - x = 9
(2) y = -20
We have to check if Ann selects an integer which is greater that Bob. To solve this problem, we need to find the set of possible values that can be selected.
Statement 1:y - x = 9
This gives the range of the integers, since the numbers can only be selected from between them. This would give us a set so we can solve the problem.
For Example,
y=10, x=1
Set of integers=> {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
Now we have to manually check for each possible value Ann will select:
-> 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10
= 45
the actual values if x and y are irrelevent since the probability will be the same.
So Statement 1 is SufficientStatement 2:
y = -20
This only gives the upper bound, only using the upper bound cannot help us find the set of values. Which is not enough to solve the problem.
So Statement 1 is Not Sufficient
Answer:
(A)