A bag contains 4 of each color of marble: red, orange, green, blue, and purple. 3 marbles are drawn from the bag (without replacement). If b a is the probability that the drawn marbles are different colors, where a and b are coprime positive integers, then what is 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.
U have not mentioned that each marble is distinct in the question.Due to this I am not able provide correct answer.
Log in to reply
It isn't a necessary assumption. The marbles can be treated as distinct without changing the problem. Imagine taking the marbles of each color and labeling them with the numbers 1 through 4 to make them "distinct." The problem is the exact same, except now combinations can be used to compute distributions.
Identical marble distributions are somewhat more challenging to compute. There are ( 3 5 ) + 2 ( 2 5 ) + ( 1 5 ) = 3 5 distributions of identical marbles. An issue with treating marbles as identical in the calculation is that these distributions are not uniform. For example, the distribution R G B is more likely to occur than the distribution R R G .
Here is an alternative calculation using permutations of draws instead of combinations:
On the first draw, there are 20 marbles in the bag, and it doesn't matter which marble is chosen. On the next draw, there are 19 marbles left in the bag, and 16 of them are a different color than the first marble. If the first two marbles were different colors, then on the next draw, there are 18 marbles left in the bag, and 12 of them are a different color than the two drawn marbles. The probability that the three marbles are a different color is:
2 0 × 1 9 × 1 8 2 0 × 1 6 × 1 2 = 6 8 4 0 3 8 4 0 = 5 7 3 2 .
why is there (4 choose 1)^3 ways to select the marbles from each of those colors?
Log in to reply
There are ( 5 choose 3 ) ways to select the colors of 3 marbres so there are for each 3 chosen marbres ( 4 choose 1) ways to select one. There are in total (4 choose 1)^3 ways to select 3 marbres from each of those colors.
The total number of combinations of marbles is 2 0 ∗ 1 9 ∗ 1 8 . The possible arrangements where all the marbles are different colors are 2 0 ∗ 1 6 ∗ 1 2 . The probability is \(\frac{20*16*12}{20*19*18} = 5 7 3 2 ). The answer is 3 2 + 5 7 = 8 9 .
The answer is 89.
Problem Loading...
Note Loading...
Set Loading...
Treat each marble in the bag as distinct. Consider the combinations of 3 marbles that are different colors. There are ( 3 5 ) ways to select the colors of those 3 marbles. Then, there are ( 1 4 ) 3 ways to select the marbles from each of those colors. The total number of ways to select 3 marbles from the bag is ( 3 2 0 ) . Thus, the probability that the 3 drawn marbles are different colors is:
( 3 2 0 ) ( 3 5 ) ( 1 4 ) 3 = 1 1 4 0 6 4 0 = 5 7 3 2
Thus, a + b = 8 9 .