Jack and Ben have been tracking their success rate of converting goals in their rugby games. Jack converts $70\%$ of his goals and Ben converts $60\%$. At a recent home game, both get a kick, but only one converts his goal. What is the probability that it was Ben?
I tried using the conditional probability formula and it didn't work. Someone suggested using the addition formula $P(J \text{ xor } B) = P(J) + P(B) - 2P(J \text{ and } B)$ and I thought the answer it gave seemed correct ($0.46$) but the answer at the back of the textbook says otherwise.
Based on bayes' theorem:
$$P(Ben \ converted \ a \ kick \ | \ both \ get \ a \ kick \ and \ one \ converted \ it ) = \frac{60\% \cdot 30\%}{60\% \cdot 30\% + 70\% \cdot 40\%}$$