Let event A1 = box 1 chosen,
event A2 = box 2 chosen,
event A3 = box 3 chosen.
Since sum of probabilities
P(A1)+P(A2)+P(A3)=41+61+81=2413=1 events A1, A2, A3 are not exhaustive and Law of total probability can't be applied, and the problem should be modified.
For example we can find conditional probability that the ball chosen is green, given that we selected one of the boxes.
Let event G = selected ball is green,
event R = selected ball is red,
then conditional probability
P(G∣(A1∪A2∪A3))=
P(G∩(A1∪A2∪A3))/P(A1∪A2∪A3)=
P((G∩A1)∪(G∩A2)∪(G∩A3))/P(A1∪A2∪A3)
Conditional probabilities
P(G|A1) = 5/(5+5) = 5/10 = 1/2, P(G|A2) = 3/(3+7)=3/10, P(G|A3) = 4/(4+6) = 4/10 = 2/5,
therefor
P((G∩A1)∪(G∩A2)∪(G∩A3))/P(A1∪A2∪A3)=
P(A1∪A2∪A3)(P(A1)P(G∣A1)+P(A2)P(G∣A2)+P(A3)P(G∣A3))=
1/4+1/6+1/81/4⋅5/10+1/6⋅3/10+1/8⋅4/10=
13/245/40+1/20+1/20=13/249/40=
13⋅409⋅24=6527. Conditional probability
P(R∣(A1∪A2∪A3))=1−6527=6538
Answer to the modified problem: conditional probability that the ball chosen is green, given that we selected one of the boxes is 27/65, conditional probability that the ball chosen is red, given that we selected one of the boxes is 38/65.
Comments