I am given a question:
A bag contains 4 Balls. Two balls are drawn at random and found to be red. What is the probability that all balls are red?
what I have done:
using Bayes Theorem I have calculated the Required probability by this formula:
$$\sf P(E_3\mid E) ~=~ \dfrac{P(E\mid E_3)\cdot P(E_3)}{P(E\mid E_3)\cdot P(E_3) ~+~ P(E\mid E_2)\cdot P(E_2) ~+~ P(E\mid E_1)\cdot P(E_1)}$$
but the answer doesn't seem to match, where I have gone wrong?
