.
Alonzo, Bob, and Casper work bussing tables at a restaurant. Alonzo has a 60% chance, Bob has a 10% chance,
and Casper has a 30% chance of bussing tables in the middle area of the restaurant.
If Alonzo is bussing tables, he has a 6% chance of breaking a dish.
If Bob is bussing tables, he has a 2% chance of breaking a dish.
Finally, if Casper is bussing tables, he has a 4% chance of breaking a dish.
If there is a broken dish in the middle of the restaurant, what is the probability it was broken by Casper?
~~~~~~~~~~~~~~~~~~~
If you got such problem, hence, you just have some preliminary basic knowledge in Probability.
As you read the problem, it should be clear to you that it is about conditional probability.
So, this probability is the fraction, whose denominator is the probability of the event
"there is a broken dish in the middle of the restaurant", and the numerator is the probability
"the dish was broken by Casper".
The probability "there is a broken dish in the middle of the restaurant" is this expression
(Alonzo) (Bob) (Casper)
0.6*0.06 + 0.1*0.02 + 0.3*0.04. <<<---=== sum of possible contributions of each participant
We take the sum of partial probabilities, because the relevant events are disjoint.
The probability "the dish was broken by Casper" is this expression
0.3*0.04.
Therefore, the final probability under the problem's question is
P = = use your calculator = 0.240.
ANSWER. P = 0.240.
Solved.