A person has five coins, two of which are double headed, one of which is double-tailed, and the remaining two are normal. The person shuts their eyes, picks a coin at random and tosses it
Suppose now the outcome of the first toss was heads, we discard the coin and pick a new one (blindly) from the remaining coins and toss it. What is the (conditional) probability the outcome is heads?
I tried to compute P(H2|H1) when the first coin is double headed + P(H2|H1) when the first coin is normal But it didn't work out (I got 13/16)
Given that we got heads on the first toss, there is a $\frac23$ probability of having chosen one of the double headed coins. Removing one of the double headed coins, there is a $\frac12$ probability of getting heads on the second toss.
Given that we got heads on the first toss, there is a $\frac13$ probability of having chosen one of the regular coins. Removing one of the regular coins, there is a $\frac58$ probability of getting heads on the second toss.
Given that we got heads on the first toss, there is a $\frac23\cdot\frac12+\frac13\cdot\frac58=\frac{13}{24}$ probability of getting heads on the second toss.