.
Suppose you work for a small company with delivery vans. The business has three drivers who deliver packages to private individuals.
Driver 1 takes 30% of the runs but delivers to the wrong address in 5% of the runs
Driver 2 takes 20% of the journeys but delivers to the wrong address in 2% of the journeys
Driver 3 takes 50% of the runs but delivers to the wrong address in 10% of the runs
1. What proportion of deliveries go to the right address?
2. What is the probability that the latest package that arrived at the correct address was delivered by Driver 3?
3. Assume that you have now received a complaint from a customer who has not received their package.
What is the probability that that delivery would have been delivered by Driver 1?
~~~~~~~~~~~~
(1) P = 0.3*(1-0.05) + 0.2*(1-0.02) + 0.5*(1-0.1) = 0.3*0.95 + 0.2*0.98 + 0.5*0.9 = 0.931 (fixing the typo). ANSWER
(2) This question in the post is formulated I N C O R R E C T L Y.
The correct formulation is as follows
"What is the probability that a package that arrived at the correct address was delivered by Driver 3?
The formula and the answer are P = = 0.48335. ANSWER
(3) P = = 0.21739. ANSWER
Solved.
-------------
It is equally important to know how to write the general formulas in symbolic form (as tutor @robertb did)
and how to write the formulas in numerical form.
It is why I wrote my post.