SOLUTION: A box contains 3 red, 4 blue, and 5 white balls. In how many ways can we select 4 balls such that exactly 2 are blue?
Algebra ->
Permutations
-> SOLUTION: A box contains 3 red, 4 blue, and 5 white balls. In how many ways can we select 4 balls such that exactly 2 are blue?
Log On
You can put this solution on YOUR website! .
A box contains 3 red, 4 blue, and 5 white balls.
In how many ways can we select 4 balls such that exactly 2 are blue?
~~~~~~~~~~~~~~~~~~~
So, there are 4 blue balls and 3+5 = 8 not-blue balls in the box.
We can select 2 blue balls from 4 blue balls in = = 6 different ways.
We can select 2 not-blue balls from 8 not-blue balls in = = 28 different ways.
Thus we can comprise a quadruple consisting of 2 blue and 2 not-blue balls in
= 6*28 = 168 different ways. ANSWER