Saturday, June 24, 2017

Bags of Marbles


You have three identical bags, each containing two marbles. Bag A contains two white marbles, Bag B contains two black marbles, and Bag C contains one white and one black marble. You pick a bag at random and draw out one marble. If the marble is white, what is the probability that the other marble in the same bag is also white? Click below to see the answer.




If you want to see how you would model this problem in Python, you can look at my solution on GitHub.

No comments: