208k views
5 votes
A certain company sends 50% of its overnight mail parcels via express mail service E1. Of these parcels, 1% arrive after the guaranteed delivery time (denote the event late delivery by L). Suppose that 10% of the overnight parcels are sent via express mail service E2 and the remaining 40% are sent via E3. Of those sent via E2 on 2% arrive late, whereas 5% of the parcels handled by E3 arrive late.

A. If a record of an overnight mailing is randomly selected from the company's file, what is the probability that the parcel went via El and was late?
B. What is the probability that a randomly selected parcel arrived late?
C. If a randomly selected parcel has arrived on time, what is the probability that is was not sent via E1?

1 Answer

4 votes

Answer:

A. 0.005 = 0.5% probability that the parcel went via El and was late

B. 0.027 = 2.7% probability that a randomly selected parcel arrived late.

C. 0.8148 = 81.48% probability that is was not sent via E1

Explanation:

Conditional Probability

We use the conditional probability formula to solve this question. It is


P(B|A) = (P(A \cap B))/(P(A))

In which

P(B|A) is the probability of event B happening, given that A happened.


P(A \cap B) is the probability of both A and B happening.

P(A) is the probability of A happening.

A. If a record of an overnight mailing is randomly selected from the company's file, what is the probability that the parcel went via El and was late?

50% are chosen via E1, and of those, 1% were late. So


p = 0.5*0.01 = 0.005

0.005 = 0.5% probability that the parcel went via El and was late

B. What is the probability that a randomly selected parcel arrived late?

1% of 50%(via E1)

2% of 10%(via E2)

5% of 40%(via E3).

So


p = 0.01*0.5 + 0.02*0.1 + 0.05*0.4 = 0.027

0.027 = 2.7% probability that a randomly selected parcel arrived late.

C. If a randomly selected parcel has arrived on time, what is the probability that is was not sent via E1?

Conditional Probability.

Event A: Late

Event B: Not sent via E1

0.027 = 2.7% probability that a randomly selected parcel arrived late, which means that
P(A) = 0.027

Late and not sent via E1:

2% of 10%(via E2)

5% of 40%(via E3).

So


P(A \cap B) = 0.02*0.1 + 0.05*0.4 = 0.022

Desired probability:


P(B|A) = (P(A \cap B))/(P(A)) = (0.022)/(0.027) = 0.8148

0.8148 = 81.48% probability that is was not sent via E1

User Nasir Shah
by
5.0k points