John chooses 2 numbers randomly without replacement from a bag containing the first 1 0 positive integers, leaving 8 numbers. Then, Mark chooses 2 numbers randomly without replacement from the bag, which leaves 6 numbers. John wins if, among the 4 numbers picked, he picked both the largest and the smallest. If the probability John wins can be expressed as b a , 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.
Done the same way :)
Wow! Succint and clear. My solution was a bit more verbose but does the same thing as yours.
Once we have picked numbers from the bag, we have 4 monotonic integers. How many ways are there to split these integers so that John has the biggest and the smallest of the 4? There is only one way, of course. How many ways are there in total to split the 4 monotonic integers? We have 4 and we choose 2, so there are ( 2 4 ) = 6 ways.
Thus, the probability that John will win this game is 1 / 6 ≈ 1 6 . 7 % , and 1 / 6 cannot be reduced, so the value of a + b is 7
Should be 1 6 . 7 %. Latex made the percent sign disappear..
Note that it doesn't matter what the bag contains as long as all the numbers are distinct and there are more than 4 numbers, since by these conditions, there will always be a largest and a smallest number in the set that John and Mark pick.
Let the four numbers John and Mark pick, collectively, be a , b , c , d , with a < b < c < d . The scenarios where John wins are when John has a , d in any order. The total number of ways for John to select his two out of the four integers is ( 2 4 ) = 6 , so John has a 6 1 probability of winning, and the desired answer is 7 .
Problem Loading...
Note Loading...
Set Loading...
WLOG, say the numbers picked were 1, 2, 3, and 4. Then, we must find the probability that John picked 1 and 4, which is ( 2 4 ) 1 = 6 1 The answer is 1 + 6 = 7 .
The reason we can use WLOG is because the only thing important about the number is their order.