SOLUTION: If you have 4 bathing suits, 5 towels, and 2 bathing caps. How many different combinations of 1 of each can you make?
Algebra ->
Permutations
-> SOLUTION: If you have 4 bathing suits, 5 towels, and 2 bathing caps. How many different combinations of 1 of each can you make?
Log On
Question 281377: If you have 4 bathing suits, 5 towels, and 2 bathing caps. How many different combinations of 1 of each can you make? Answer by subudear(62) (Show Source):
You can put this solution on YOUR website! We have to pick 1 item from each to make different combination.
So total combinations will be
=C(4,1)*C(5,1)*C(2,1)
=4*5*2
=40
So there are 40 combinations to have 1 item of each type.