188k views
2 votes
suppose we want to select a set of 4 coins from a box containing 6 different pennies and 8 different dimes. how many of the possible sets contain 2 pennies and 2 dimes?

User Rob Myrick
by
8.3k points

1 Answer

6 votes

Answer:

  • 420 possible sets

------------------------

Use a combination formula.

We want to select 2 pennies from a set of 6 and 2 dimes from a set of 8.

The number of ways to do this is:

  • C(6,2) * C(8,2) = (6!/(2!4!)) * (8!/(2!6!)) = 15 * 28 = 420

Therefore, there are 420 possible sets of 4 coins that contain 2 pennies and 2 dimes.

User Richard EB
by
8.4k points

No related questions found