[Math] In how many different ways can $3$ red, $4$ yellow and $2$ blue bulbs be arranged in a row

combinatoricspermutationsprobability

$1)$ How many different ways can $3$ red, $4$ yellow and $2$ blue bulbs be arranged in a row?

Do I just say $3! 4! 2! = 288$ ?


$2)$ On a shelf there are $4$ different math books and $8$ different English books.

a. If the books are to be arranged so that the math books are together, how many ways can this be done?

b. What is the probability that all the math books will be together?

For part $a)$, I put $8! 4! = 967680$ and part $b)$, $\dfrac{8!4!}{ 12!}$


I'm not too sure if i did these right and I would appreciate some help, thanks.

Best Answer

I think we are to assume bulbs of the same colour are indistinguishable. So we are counting the "words" of length $9$ that have $3$ R, $4$ Y, and $2$ B.

The places for the R's can be chosen in $\binom{9}{3}$ ways. For each of these ways, the places for the Y's can be chosen in $\binom{6}{4}$ ways. Multiply and simplify.

About the books, imagine that that the math books are placed in a box, labelled M. Then we have $9$ objects, the English books and the M. These can be arranged on the shelf in $9!$ ways. For each of these ways, the math books can be taken out of the box and arranged in $4!$ ways, for a total of $9!4!$.

For the probability, divide as you did by $12!$.