SOLUTION: A box contains 5 red, 4 blue, and 3 white balls. In how many ways can we select 4 balls such that exactly 2 are blue?

Algebra ->  Permutations -> SOLUTION: A box contains 5 red, 4 blue, and 3 white balls. In how many ways can we select 4 balls such that exactly 2 are blue?      Log On


   



Question 1202292: A box contains 5 red, 4 blue, and 3 white balls. In how many ways can we select 4 balls such that exactly 2 are blue?
Answer by ikleyn(52782) About Me  (Show Source):
You can put this solution on YOUR website!
.
A box contains 5 red, 4 blue, and 3 white balls.
In how many ways can we select 4 balls such that exactly 2 are blue?
~~~~~~~~~~~~~~~~~~~

So, there are 4 blue balls and 5+3 = 8 not-blue balls in the box.


We can select 2 blue balls from 4 blue balls in  C%5B4%5D%5E2 = %284%2A3%29%2F2%29 = 6 different ways.

We can select 2 not-blue balls from 8 not-blue balls in  C%5B8%5D%5E2 = %288%2A7%29%2F2%29 = 28 different ways.


Thus we can comprise a quadruple consisting of 2 blue and 2 not-blue balls in

    C%5B4%5D%5E2%2AC%5B8%5D%5E2 = 6*28 = 168  different ways.    ANSWER

Solved.