My try :
we can deal three different cases of removing two biased coin and 1 unbiased coin.
Individual probability is known $$\frac9{10} , \frac2{25},\frac1{50}$$
After that total is 49 as one is removed. now what to do conditional probability or Bayes' theorem ? i dont know how to implement ?

There are four possible combinations:
so using ${P(A,B)}=P(A \mid B) \,P(B)$, i.e. $P(A \mid B) =\dfrac{P(A,B)}{P(B)}$, and $P(B)= P(A,B)+P(A^c,B)$, you get
(a) Given it shows heads, the conditional probability of being double-headed is $\frac{0.08}{0.08+0.45}$
(b) Given it shows heads, the conditional probability of being fair is $\frac{0.45}{0.08+0.45}$
(c) Given it shows tails, the conditional probability of being fair is $\frac{0.45}{0.02+0.45}$