Full question: there are 3 biased coins $A$, $B$, and $C$ each with probability $5/15, 3/15, 1/15$ of getting heads respectively. Also, they have probability $1/4$ for $A$, $1/4$ for $B$, and $1/2$ for $C$ of getting picked. If a coin was picked and tossed and the result was heads, what is the probability that the coin was coin $C$?
My approach: Since the coin picked was $C$ and the result was head we merely multiply the probability of both those things happening concerning $C$: $$\frac1{15} \cdot \frac12 = \frac1{30}$$
An intuitive argument based on Bayes' Theorem, says that getting heads was possible in one of three different ways:
Thus, the chance that $C$ was drawn is $$ \frac{1/30}{1/12 + 1/20 + 1/30} = \frac{1}{5/2+3/2 + 1} = \frac15. $$