Calculating Probability of 2 Black Balls from 3-Ball Urn w/ Pascal Triangle

  • Thread starter Thread starter firavia
  • Start date Start date
  • Tags Tags
    Pascal Triangle
AI Thread Summary
To calculate the probability of drawing at least 2 black balls from an urn containing 1 black, 1 red, and 1 yellow ball, one can use the total possible outcomes of 27 when drawing 3 balls with replacement. The probability of drawing 3 black balls is 1 in 27, while the probability of drawing 2 black balls can be determined by considering the combinations of outcomes. An alternative method involves calculating the probabilities of drawing no black balls and 1 black ball, then subtracting that sum from 1 to find the desired probability. Understanding these calculations can enhance comprehension of probability problems involving urns. This approach provides a clear pathway to solving similar probability questions.
firavia
Messages
136
Reaction score
0
if we toss 4 coins and we want to know the probability of having 3 heads we can easily calculate that using pascal triangle .
I want to know if we have an Urn that contain 3 balls : 1 black , 1 red, 1 yellow.
and we want to draw 3 balls , but when we draw the first ball we put it back in the urn and thn we draw the 2nd ball which thn we put it back and finally we draw a third ball.

in this example we have 27 possible way of selecting 3 balls.

I want to know how can we calculate the probability of having at least 2 black ball , without using a tree diagram, probably wiht pascal triangle or any other formula with the explanation.

and you are very thankfull.

It is not a homework , I just want to know how this kind of problems works.
 
Physics news on Phys.org
any help?
 
You could set it out as a binomial tree if you fancied? Reducing the outcomes to Black and Not Black - i know you said you wanted to do it without a tree diagram but binomial trees never get old. (Much like probability questions involving urns)

This may, or may not, help you get a feel for it. If not try considering the "Events" that need to occur for you to get "at least 2 blacks" and then attach probabilities to these situations.
 
The probability of having at least 2 black balls means that you want to add the probability of getting 3 black balls (obviously 1 in 27) with the probability of having 2 black balls.

the other way to go is adding the probability of getting no black balls with the probability of getting 1 black ball, and subtracting that sum from 1.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top