There are 300 cars in Bill Gates driveway. Bill decided to paint a third of the cars to pink and another third of the cars blue.
(a) How many ways are there to paint Bill's cars? Answer should be given in terms of factorials.
(b) Use Stirling formula to approximate your answer in (a).
Im trying to get understand these types of problems but my textbook is hard to understand. Thanks for your help.
So Bill gates is painting $100$ cars pink, and another $100$ blue. Let's start by picking the pink cars. There are $\binom{300}{100}$ ways to choose the pink cars. We then need to choose the blue cars. There are $200$ cars from which to choose, so we have $\binom{200}{100}$ ways to choose the blue cars. So by rule of product, we multiply these quantities: $\binom{200}{100} * \binom{300}{100}$.