asked 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?

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.

answered
User Richard EB
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.