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
Let the number selected by Bob be n.
And n lies in the range
x <= n <= y, where x,y are both integers.
We need to find : Probability that Integer selected by Ann is greater than the one Bob selects.
Statement 1:
(1) y - x = 9
y-x = 9, Hence, y = 9+x
x<= n <= 9+x
if x = 1, then y = 9+x = 9+1 =10
1 <= n <= 10.
if Bob selects, 1, Ann has 9 options 2,3,4,5,6,7,8,9,10.
if Bob selects 2, Ann has 8 options 3,4,5,6,7,8,9,10.
Probability of Ann selecting = 9(9+1)/2 = 45
Total probability of Ann = 45/100
Probability of Ann > Bob = Probabilty of Bob > Ann = 0.45
probability of both selecting same = 1-(0.45+0.45) = 0.10
Hence, Statement 1 is sufficient Statement 2:
(2) y = -20
x can assume a wide array of values. Without any concrete value of x, we cannot find the probabilities.
Hence, insufficient
Option A