A bag contains 4 red, 6 white, and 7 blue marbles. How many ways can 3 red, 2 white, and 4 blue marbles be chosen?

1 Answer
Oct 17, 2017

#1260#

Explanation:

Assuming that the marbles are all identical, we're looking for the number of different orders that you could pick the marbles in. Since order matters in this case, we're looking for permutations, but since some of the items we're permuting are the same, we have to modify the formula a bit.

If we were looking at how many ways that 9 different marbles could be chosen, then the answer would simply be #9!# (factorial), since there are 9 possibilities for the first marble, times 8 for the second, and so on.

However, some of these marbles are identical. The formula for a permutation like this is:

#(n!)/(n_1! xx n_2! xx n_3! xx cdots)#

Where #n_1# is the number of identical objects of one type, #n_2# is the number of identical objects of another type, and so on.

That might seem confusing, so let's go ahead and just use this formula to solve the problem. It'll become much clearer once we start plugging numbers in.

We have #color(limegreen)9# marbles to permute. #color(red)3# of them are red, #color(orange)2# of them are white, and #color(blue)4# of them are blue. Therefore, the number of ways to choose the marbles is:

#(color(limegreen)9!)/(color(red)3! xx color(orange)2! xx color(blue)4!)#

This is our answer! Now, all we have to do is simplify it.

#(color(limegreen)9 xx 8 xx 7 xx 6 xx 5 xx 4 xx 3 xx 2 xx 1)/(color(red)3 xx 2 xx 1 xx color(orange)2 xx 1 xx color(blue)4 xx 3 xx 2 xx 1)#

#(color(limegreen)9 xx 8 xx 7 xx 6 xx 5 xx cancel4 xx cancel3 xx cancel2 xx cancel1)/(color(red)3 xx 2 xx 1 xx color(orange)2 xx 1 xx cancelcolor(blue)4 xx cancel3 xx cancel2 xx cancel1)#

#(color(limegreen)9 xx 8 xx 7 xx cancel6 xx 5)/(cancelcolor(red)3 xx cancel2 xx 1 xx color(orange)2 xx 1)#

#(color(limegreen)9 xx (4)cancel8 xx 7 xx 5)/(1 xx cancelcolor(orange)2 xx 1)#

#9 xx 4 xx 7 xx 5#

#1260#

Final Answer