Problem
An urn contains red balls and green balls. Three balls are drawn without replacement. Given that the last one is green, what is the probability that all three are green? Hint: build the full three-level tree and apply the conditional probability formula.
Solution
Let be the event «the third drawn is green» and the event «all three green». We seek .
Denominator : summing over the tree all the paths that end with green, (As expected: by symmetry the third ball is green with the same probability as the first.)
Numerator : a single path, Therefore
Links
Topics: Probabilita
Concepts: Diagramma albero · Probabilita condizionata
Methods: Prob condizionata
Skills: Calcolo probabilita
Exercise type: Problema probabilita