ANSWER ONLY part (c)
Question:
When coin 1 is flipped, it lands on heads with probability $\dfrac{4}{5}$ ; when coin $2$ is flipped it lands on heads with probability $\dfrac{7}{10}$.
(a) If coin $1$ is flipped $11$ times, find the probability that it lands on heads at least $9$ times.
(b) If one of the coins is randomly selected and flipped $9$ times, what is the probability that it lands on heads exactly $6$ times?
(c) In part (b), given that the first of these $9$ flips lands on tails, find the conditional probability that exactly $6$ of the $9$ flips land on heads.
I got the answer to part (c) as $0.19688$ but it is wrong.
My solution:
$$\left(\left.\frac45\middle/\Big(\frac45+\frac7{10}\Big)\right.\right)\times\left({^8C_5}(\frac45)^5(\frac15)^3\right)+\left(\left.\frac7{10}\middle/\Big(\frac7{10}+\frac45\Big)\right.\right)\times\left({^8C_5}(\frac7{10})^5(\frac3{10})^3\right) =019688$$
You gave the probability for obtaining 5 more heads among a further 8 flips given the coin showed heads on the first flip.
You wanted the probability that six among an additional eight flips show heads, given that the coin had landed on tails in the earlier flip.
The calculation method is correct. The events used were wrong.
So the events of interest are: $A$ the event of 1 tail among 1 flip, $B$ the event of 6 heads among 8 flips, and $C_1, C_2$ the respective events of selecting the coins. $A,B$ are conditionally independent for a given coin.
This, the Law of Total probability, and Bayes' rule gives us:
$$\begin{align}\mathsf P(B\mid A) &= \mathsf P(B\mid C_1)\,\mathsf P(C_1\mid A)+\mathsf P(B\mid C_2)\,\mathsf P(C_2\mid A)\\[2ex]&=\dfrac{\mathsf P(B\mid C_1)\,\mathsf P(A\mid C_1)\,\mathsf P(C_1)+\mathsf P(B\mid C_2)\,\mathsf P(A\mid C_2)\,\mathsf P(C_2)}{\mathsf P(A\mid C_1)\,\mathsf P(C_1)+\mathsf P(A\mid C_2)\,\mathsf P(C_2)}\\[2ex]&=\dfrac{\mathsf P(B\mid C_1)\,\mathsf P(A\mid C_1)+\mathsf P(B\mid C_2)\,\mathsf P(A\mid C_2)}{\mathsf P(A\mid C_1)+\mathsf P(A\mid C_2)}\\&=\dfrac{\dbinom86\dfrac {4^6}{5^8}\cdot \dfrac 15+\dbinom86\dfrac{7^63^2}{10^8}\cdot \dfrac 3{10}}{\dfrac 15+\dfrac 3{10}}\end{align}$$