Originally Posted by
ebaines
There are six possible outcomes to selecting a box, a first coin, and then the second coin:
1. Box A, penny 1, penny 2
2. Box A. penny 2, penny 1
3. Box B, penny, dime
4. Box B, dime, penny
5. Box C. dime1, dime 2
6. Box C, dime 2, dime 1
If you pull out a penny first, then you know that the situation 4, 5, and 6 can be ruled out. So given that yuo have situations 1, 2 and 3 still in play - what's the probability that teh second coin is a penny?
You could also approach this using Bayes' theroem: P(A|B) = P(A & B)/P(A), Here we set P(B) = probability of getting a penny on the first draw, P(A) = probability of getting a penny on the second draw, and P(A&B) = probability of gerting a penny on both the first and second draws. So P(A|B) = P(penny on second draw given penny on first draw) = P(penny on both draws)/P(penny on first draw) = (2/6)/(3/6) = 2/3.