Two integers x and y are chosen with replacement from the set {0,1,2,3,…,10}. Then the probability that ∣x−y∣>5 is : [30-Jan-2024 Shift 1]
📖 Explanation
With two integers selected from the set {0,1,2,…,10} with replacement, every selection can be viewed as an ordered pair (x,y). Since there are 11 possible choices for each variable, the total number of equally likely outcomes is 11×11=121.
The condition ∣x−y∣>5 implies the absolute difference between the chosen numbers must be at least 6. This can be evaluated by identifying all pairs where y>x and doubling the result due to symmetry. When x=0, y can range from 6 to 10, contributing 5 pairs. For x=1, y ranges from 7 to 10, contributing 4 pairs; for x=2, y ranges from 8 to 10, contributing 3 pairs; for x=3, y ranges from 9 to 10, contributing 2 pairs; and for x=4, y must be 10, contributing 1 pair. The value x=5 cannot satisfy the condition as no valid y exists. Summing these instances yields 5+4+3+2+1=15 pairs where y>x. Symmetrically, there are 15 pairs where x>y, resulting in 30 total favorable outcomes.
Dividing the number of favorable cases by the total number of possible combinations gives the final probability of 12130.
