Ann and Bob are selecting independently from the same set of integers: from x to y, inclusive.
The total number of integers =n=y−x+1
Let’s call the integers:x,x+1,x+2,...,y
Ann and Bob each pick one. We want to know the probability that Ann’s number is greater than Bob’s.
Note: If we know how many distinct integers are in the set, we can compute all possible outcomes and count the favorable ones (Ann > Bob).
🟩 Statement (1): y − x = 9
Then:
Number of integers = 9 + 1 = 10
So the set has 10 integers.
Since both are choosing uniformly from the same set of 10 integers, and we know the number of values, we can:
Calculate total outcomes: 10 × 10 = 100 pairs
Count favorable outcomes (Ann > Bob)
We don’t need to know x or y individually, only the number of values, which we have.
✅ Sufficient
🟩 Statement (2): y = -20
This tells us y, but nothing about x.
So we don’t know the size of the set of integers from x to y. Could be 1 number, 5 numbers, 100 numbers...
Without knowing x, we can’t compute how many integers are in the set → we cannot find the total number of possible outcomes.
🚫 Not sufficient
🟩 Combined:
(1) is already sufficient on its own, so we don’t need to combine.
✅
Final Answer: (A) — Statement (1) alone is sufficient, but statement (2) alone is not.