I am trying to solve the following problem.
A fisherman is equally likely to go fishing at one of the three ponds $A,B,C$. The probability to catch fish if he cast his rod at pond $A$ is $0.4$, at pond $B$ it is $0.5$ and at pond $C$ it is $0.3$. It is known that the fisherman cast his rod three times and caught only one fish. Find the probability that he went fishing at pond $A$.
The answer given is $0.346$.
Here is my thinking.
Let $P(A) = P(B) = P(C) = \frac{1}{3}$ be the probability to go fishing at $A$, $B$ or $C$ respectively.
Let $P(F|A) = 0.4$, $P(F|B) = 0.5$, and $P(F|C) = 0.3 $ be the conditional probabilities to catch fish if he went to $A$,$B$ and $C$ respectively.
Using all that information, I could use the total probability formula to compute the conditional probability that he went to pond $A$ given he caught fish $$ P(A|F) = \frac{P(F|A) P(A)}{P(F)} \\ P(F) = P(A) P(F|A) + P(B) P(F|B) + P(C) P(F|C) $$
The same is true for $P(B|F)$ and $P(C|F)$. Unfortunately this is not what is needed. I don't know how the fact that he cast his rod three times has to be taken into account. I would appreciate your help.
SOLUTION: Here is the solution, based on the original idea to use the total probability and the idea coming form the comments to consider the probability of going to pond $X$ and catching 1 fish in 3 attempts $P(1:3|X)$. $$ P(1:3|X)=\frac{3!}{2!1!}S*(1-S)^2 $$ Here $S$ are the probabilities $P(F|A) = 0.4$, $P(F|B) = 0.5$, and $P(F|C) = 0.3 $. Therefore, I should use $$ P(A|1:3)=\frac{P(1:3|A)*P(A)}{P(1:3)} $$ Where $$ P(1:3)=\frac{3!}{2!1!}\left(P(A)P(F|A)(1-P(F|A))^2 + P(B)(1-P(F|B))^2 + P(C)(1-P(F|C))^2\right) $$ Substituting this will give the final answer.
The probability of catching exactly one fish are shaded below in Venn diagrams for each pond separately, where the three circles for a given pond correspond to catching a fish on the first, second, and third tries, respectively. (Areas not to scale.)
For Pond B, where the calculation is partly shown, the probability of catching exactly one fish is $3\cdot\left(.5-2\times.5^2+.5^3\right)=.125$, and similarly, for Pond A, it’s $3\cdot\left(.4-2\times.4^2+.4^3\right)=.144$, and for Pond C, it’s $3\cdot\left(.3-2\times.3^2+.3^3\right)=.147$.
The probability you seek is the probability that you’re in the green area, given that you’re in the shaded area. Since you’re equally likely to be in any of the three ponds, the areas need not be weighted, and the probability is $\frac{.144}{.125+.144+.147}=.34615\dots$