Probability Question - using the combinations counting form C(n,k)

In summary, the probability of drawing a batch of three chips that contains only red chips is (3/12)(2/11)(1/10) = 1/220. The probability of drawing a batch of three chips that contains one chip of each color is (1/4)(4/11)(1/2) = 1/22.
  • #1
GreenPrint
1,196
0
Probability Question -- using the combinations counting form C(n,k)

Homework Statement



4. A bowl contains 3 red chips, 4 green chips, and 5 blue chips. A batch of 3 chips is
withdrawn at random.
(a) What is the probability that the batch contains only red chips?
(b) What is the probability that the batch contains one chip of each color?

Homework Equations


The Attempt at a Solution



Let [itex]P(N_{iR})[/itex] represent the probability of drawing a red chip on the ith turn.

Then...

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]

Just using some simple reasoning
[itex]P(N_{1R}) = \frac{3}{12}[/itex]
[itex]P(N_{2R}|P(N_{1R})) = \frac{2}{11}[/itex]
[itex]P(N_{3R}|N_{2R}) = \frac{1}{10}[/itex]

I also know that

[itex]P(N_{2R}) = P(N_{1R})P(N_{2R}|N_{1R}) = \frac{3}{12} \frac{2}{11} = \frac{1}{22}[/itex]

So I now have

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{22} \frac{1}{10}[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{220}[/itex]

I don't know how to solve for
[itex]P(N_{3R}|N_{1R})[/itex]
Do I need to use Baye's formula for this?
 
Physics news on Phys.org
  • #2


GreenPrint said:

Homework Statement



4. A bowl contains 3 red chips, 4 green chips, and 5 blue chips. A batch of 3 chips is
withdrawn at random.
(a) What is the probability that the batch contains only red chips?
(b) What is the probability that the batch contains one chip of each color?

Homework Equations


The Attempt at a Solution



Let [itex]P(N_{iR})[/itex] represent the probability of drawing a red chip on the ith turn.

Then...

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]

Just using some simple reasoning
[itex]P(N_{1R}) = \frac{3}{12}[/itex]
[itex]P(N_{2R}|P(N_{1R})) = \frac{2}{11}[/itex]
[itex]P(N_{3R}|N_{2R}) = \frac{1}{10}[/itex]

I also know that

[itex]P(N_{2R}) = P(N_{1R})P(N_{2R}|N_{1R}) = \frac{3}{12} \frac{2}{11} = \frac{1}{22}[/itex]

So I now have

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{22} \frac{1}{10}[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{220}[/itex]

I don't know how to solve for
[itex]P(N_{3R}|N_{1R})[/itex]
Do I need to use Baye's formula for this?

You are doing the same thing here you did with the men and women problem. There is a simple way to solve those questions using the combinations counting form C(n,k). I don't know why you are trying to make it more complicated than that. The order in which the chips are drawn makes no difference.
 
Last edited:
  • #3


I guess it's simply 1/C(12,3)?

I'm not sure how to solve (b) though
 
  • #4


GreenPrint said:
I guess it's simply 1/C(12,3)?

I'm not sure how to solve (b) though

Yes, it is. There is 1 way to pick three reds (C(3,3)) and C(12,3) total ways to choose. For b) you want to pick 1 red, 1 green and 1 blue. How many ways for each of those? Multiply them together and again divide by the total number of ways to choose.
 
  • #5


Oh ok thanks I got it
 
  • #6


I think students worry too much about formulas. There are 12 chips in the bowl, 3 of which are red. The probabability the first chip drawn is red is 3/12= 1/4. Once a red chip is drawn there are 11 chips left, 2 of which are red. The probability the second chip is red is 2/11. Once that red chip is drawn, there are 10 chips left, just 1 of which is red. The probability the third chip drawn is red is 1/10. The probability all three are red is (3/12)(2/11)(1/10). Since they are all red, there is no question of order here.

Again, the probability the first chip is red is 3/12= 1/4. There are 11 chips left, 4 of them are green. The probability the second chip is green is 4/11. There are now 10 chips left, 5 of them are blue. The probability the third chip is blue is 5/10= 1/2

The probability the chips drawn are "red, green, blue", in that order, is (3/12)(4/11)(5/10)= (1/4)(4/11)(1/2). If we did the same argument for "green, red, blue" we would get the same numerators and denominator just with the numerators in different order. That is the probability of three different colors, in any specific order, is the same. So we can get the probability of three different colors, in any order, by multiplying that result by 3!= 6, the number of ways of ordering 3 different things.
 
  • #7


GreenPrint said:

Homework Statement



4. A bowl contains 3 red chips, 4 green chips, and 5 blue chips. A batch of 3 chips is
withdrawn at random.
(a) What is the probability that the batch contains only red chips?
(b) What is the probability that the batch contains one chip of each color?

Homework Equations





The Attempt at a Solution



Let [itex]P(N_{iR})[/itex] represent the probability of drawing a red chip on the ith turn.

Then...

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]

Just using some simple reasoning
[itex]P(N_{1R}) = \frac{3}{12}[/itex]
[itex]P(N_{2R}|P(N_{1R})) = \frac{2}{11}[/itex]
[itex]P(N_{3R}|N_{2R}) = \frac{1}{10}[/itex]

I also know that

[itex]P(N_{2R}) = P(N_{1R})P(N_{2R}|N_{1R}) = \frac{3}{12} \frac{2}{11} = \frac{1}{22}[/itex]

So I now have

[itex]P(N_{3R}) = P(N_{1R})P(N_{3R}|N_{1R}) + P(N_{2R})P(N_{3R}|N_{2R})[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{22} \frac{1}{10}[/itex]
[itex]P(N_{3R}) = \frac{1}{4} P(N_{3R}|N_{1R}) + \frac{1}{220}[/itex]

I don't know how to solve for
[itex]P(N_{3R}|N_{1R})[/itex]
Do I need to use Baye's formula for this?

The time to use canned formulas is later, to save time after you thoroughly understand the issues involved. Before that it is safer to proceed from first principles.

Think about the second problem this way: the event {3 different colours} = {RGB, RBG, GBR, GRB, BGR, BRG}, where those outcomes are the different colours in order they are drawn. You can easily compute P{RGB}, etc., and sum the results. However, there is a nice pattern; do you see it?
 

1. What is the formula for calculating combinations using the counting form C(n,k)?

The formula for calculating combinations using the counting form C(n,k) is C(n,k) = n!/(k!(n-k)!), where n is the total number of items and k is the number of items being selected.

2. How is the counting form C(n,k) different from the usual combination formula?

The counting form C(n,k) is different from the usual combination formula in that it takes into account the order of the items being selected. This means that the same items in a different order will be counted as a different combination.

3. Can the counting form C(n,k) be used for situations where items can be repeated?

No, the counting form C(n,k) is specifically for situations where items cannot be repeated. If items can be repeated, the formula would change to C(n+k-1,k) = (n+k-1)!/(k!(n-1)!).

4. How can I use the counting form C(n,k) to calculate probabilities?

The counting form C(n,k) can be used to calculate probabilities by dividing the number of desired combinations by the total number of possible combinations. This will give you the probability of selecting a specific combination out of all possible combinations.

5. In what types of situations would I use the counting form C(n,k) to solve probability questions?

The counting form C(n,k) is commonly used in situations where you need to calculate the number of ways to select a specific number of items from a larger set, such as selecting a certain number of cards from a deck or choosing a specific combination of numbers in a lottery game.

Similar threads

  • Advanced Physics Homework Help
Replies
2
Views
852
  • Advanced Physics Homework Help
Replies
12
Views
4K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
894
  • Quantum Physics
Replies
2
Views
1K
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
16
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
Back
Top