A box contains coupons labelled 1 , 2 , 3 , … , 9 9 , 1 0 0 . Five coupons are picked at random one after another without replacement. Let the numbers on coupons be x 1 , x 2 , … , x 5 . The probability that x 1 > x 2 > x 3 and x 3 < x 4 < x 5 is b a , where a and b are coprime positive integers. Find a + b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
One way to see this problem is to take 5 numbers at random from the set { 1 , 2 , 3 , . . . , 1 0 0 } and assign them to x 1 , x 2 , . . . , x 5 such that the given constraints are satisfied. x 3 is the minimum so its position is fixed while there is an ordering for x 1 , x 2 and x 4 , x 5 . So the largest number can be either x 1 or x 5 . For the case when x 1 is largest, choosing a place for x 2 fixes the places for x 4 , x 5 . So there are 3 possibilities in this case. Similarly for the case when x 5 is largest, we have 3 possibilities. Total number of permutations of x 1 , . . . , x 5 is simply 5 ! = 1 2 0 . Thus we obtain the required probability as 1 2 0 6 = 2 0 1
Problem Loading...
Note Loading...
Set Loading...
Given distinct real values a < b < c < d < e , how many orderings x 1 , x 2 , x 3 , x 4 , x 5 of these values are there such that x 1 > x 2 > x 3 < x 4 < x 5 ? First note that we must have x 3 = a , as the inequalities imply x 3 is smaller than each of the other 4 values. Then there are ( 2 4 ) = 6 ways to select x 1 , x 2 from { b , c , d , e } (note that for any two values we pick, the ordering is specified because they are all distinct values); from this selection x 4 , x 5 are implied as well. This shows that for a < b < c < d < e , there are 6 ways to order the values to satisfy the desired inequality chain.
Returning to the problem at hand, there are 1 0 0 × 9 9 × 9 8 × 9 7 × 9 6 unique selections of coupons. Note that there are ( 5 1 0 0 ) possible combinations of coupon selections, and for each of these combinations we have from the above that there are 6 valid orderings. Thus the probability of such an ordering occurring is 1 0 0 × 9 9 × 9 8 × 9 7 × 9 6 6 × ( 5 1 0 0 ) = 2 0 1 , giving us the solution of 2 1 .