To clarify, Find the probability that the first coin was a dime given the 2nd was also a dime.
I'm very sorry for the extended title, but it says to be very specific.
I think the tree diagram method is very tedious when I have so many items to work with and I've been using that to help me with these types of problems, albeit with lower numbers and easier trees to draw.
Here is the approach I'm doing:
P(D1) = Probability of dime on first draw P(D2) = Probability of dime on second draw P(N1) = Probability of nickel on first draw P(N2) = Probability of nickel on second draw
P(D1|D2) = P(D2|D1) * P(D1) / P(D2) -> Bayes Theorem
We know: P(D1) = 10 / 22
Now this is where I'm messing up, I think I know the equation:
P(D2) = P(D1)*P(D2|D1) + P(N1)*P(D2|N1)
P(D2|D1) = P(D2 n D1)/P(D1) = ? P(D2|N1) = P(D2 n N1)/P(N1) = ?
I'm stuck as to where to go next? I could multiple D2 n D1, but I have no such values for D2 yet!