Question:medium

Bag $A$ contains 3 Red and 4 Black balls while Bag $B$ contains 5 Red and 6 Black balls. One ball is drawn at random from one of the bags and is found to be Red. Then, the probability that it was drawn from Bag $B$ is:

Show Hint

Whenever a condition is given (like "ball is red"), apply Bayes' theorem: $P(B|R)=\dfrac{P(B)\,P(R|B)}{P(R)}$.
Updated On: Mar 7, 2026
  • $\tfrac{35}{68}$
  • $\tfrac{7}{38}$
  • $\tfrac{14}{37}$
  • $\tfrac{34}{43}$
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Define Events.
Let $A$ be the event that a ball is drawn from Bag A, and $B$ be the event that a ball is drawn from Bag B. Since each bag is equally likely, $P(A)=P(B)=\tfrac{1}{2}$.

Step 2: Calculate Probability of Red from Each Bag.
- From Bag A: The probability of drawing a red ball given it came from Bag A is $P(R|A)=\tfrac{3}{7}$.
- From Bag B: The probability of drawing a red ball given it came from Bag B is $P(R|B)=\tfrac{5}{11}$.

Step 3: Determine Total Probability of Drawing a Red Ball.
Using the law of total probability:
\[P(R) = P(A)P(R|A)+P(B)P(R|B) = \tfrac{1}{2}\cdot\tfrac{3}{7}+\tfrac{1}{2}\cdot\tfrac{5}{11}\] Performing the calculations:
\[= \tfrac{3}{14}+\tfrac{5}{22} = \tfrac{33}{154}+\tfrac{35}{154}=\tfrac{68}{154}=\tfrac{34}{77}.\]

Step 4: Apply Bayes' Theorem.
To find the probability that the red ball came from Bag B, we use Bayes' theorem:
\[P(B|R)=\frac{P(B)\cdot P(R|B)}{P(R)}=\frac{\tfrac{1}{2}\cdot\tfrac{5}{11}}{\tfrac{34}{77}}\] Calculating the result:
\[= \frac{5}{22}\cdot\frac{77}{34}=\frac{385}{748}=\tfrac{35}{68}.\]

Step 5: Conclusion.
Therefore, the probability that the red ball was drawn from Bag $B$ is $\tfrac{35}{68}$.

Was this answer helpful?
0