This is a question on basic probability, and I wonder if my approach is correct. Moreover, if my answer is correct, I wonder if there is another way to do it without using the law of total probability (simply use counting method for example):
Question: A bag contains 6 coins, 5 fair coins, and one which has heads on both sides. Suppose you grab 2 of the 6 coins, and flip them both. What is the probability that you get exactly one head and one tail?
My Attempt so far:
Let $A$ be the event that we get exactly one head and one tail and $B$ be the event that the coin is biased. Then $$ P(A) = P(HT) + P(TH) = P(H)P(T) + P(T) P(H) = 2P(T)P(H) $$ Now $$ P(H) = P(H \cap B) + P(H \cap B^c) = P(H | B) P(B) + P(H|B^c) P(B^c) = 1 \times \frac{1}{6} + \frac{1}{2} \times \frac{5}{6} = \frac{1}{6} + \frac{5}{12} = \frac{7}{12}. $$ Similarly, $$ P(T) = P(T \cap B) + P(T \cap B^c) = P(T| B) P(B) + P(T|B^c) P(B^c) = 0 \times \frac{1}{6} + \frac{1}{2} \times \frac{5}{6} = \frac{5}{12}. $$ Then we have $$ P(A) = 2P(T)P(H) = 2 \times \frac{7}{12} \times \frac{5}{12} = \frac{35}{72} \approx 48.61\%. $$ (This seems like a pretty high probability, which makes me think this reasoning invalid.)
Here is a much more direct way, which works whenever we have $n\geq2$ fair coins, and one biased HH coin.
So in any case the probability of one H one T is $1/2$.