1
$\begingroup$

I am struggling on a problem like this on my homework.

Suppose 2 quarters, 3 dimes, 6 nickels, and 10 pennies.

If you were to draw four coins, without replacing them, what is the probability of drawing one of each coin?

I am mostly struggling with the fact that isn't the probability different depending on the order of how you pull the coins? I think I am missing some of the concept here mostly.

2 Answers 2

1

HINT: You’re not concerned with order in this problem: without replacement just says that you’re drawing a set of four distinct coins. You might as well think of drawing them all at once. There are $21$ coins, so there are $\binom{21}4$ different sets of four coins that you could draw, all equally likely (unless, of course, you deliberately pay attention to the different sizes of the coins!). How many of those sets contain exactly one coin of each denomination?

  • 0
    Ok, I feel bad here, but I also for some reason can't think of how to figure out how many of those sets have one of each coin. I'm usually pretty decent at math but recently this class has been kicking my butt, although I think it is because it is online and there is no good materials.2012-12-12
  • 0
    @Tom: It’s just a problem in counting the ways to make a series of choices. There are $2$ ways to choose the quarter, $3$ ways to choose the dime, $6$ ways to choose the nickel, and $10$ ways to choose the penny. These choices are made independently, so they can be combined in all possible ways: $2\cdot3\cdot6\cdot10$.2012-12-12
  • 0
    Ok, wait, so am I getting this right now, there is 21 ways to draw each coin, and because there is 21 coins and you are drawing 4 there will be 21C4 total combinations, so it would be 21/5985. Or am I way off base?2012-12-12
  • 0
    @Tom: Off base, I’m afraid. There are just $2$ ways to draw a quarter. There are $3$ ways to draw a dime, so there are $2\cdot3=6$ different (equally likely) combinations of one quarter and one dime that you could draw. For each of those $6$ there are $6$ different nickels that you could draw, so there are $2\cdot3\cdot6=36$ different (equally likely) combinations of one quarter, one dime, and one nickel. Can you finish it now?2012-12-12
  • 0
    Ok, so it would be 2 \cdot 3 \cdot 6 \cdot 10=360, and then over 21C4?2012-12-12
  • 0
    @Tom: That’s right. By the way, the multiplication rule for counting the ways to make a series of choices (also sometimes called the Chinese menu rule) comes up all the time, so you should try to get comfortable with it as soon as possible.2012-12-12
0

Give the coins individualities, by putting identity numbers on them.

There are $\dbinom{21}{4}$ ways of choosing $4$ coins. All these ways are equally likely.

There are $(2)(3)(6)(10)$ ways to choose a coin of each kind.

Divide.