Probability: Question 3

Syllabus 5.3

Structured AS 8 marks

QuickParcel Couriers dispatches all of its parcels from one of two hubs. Hub A dispatches 60%60\% of all parcels, and Hub B dispatches the remaining 40%40\%.

The probability that a parcel dispatched from Hub A arrives late is 0.050.05, and the probability that a parcel dispatched from Hub B arrives late is 0.100.10.

A parcel is selected at random.

(a) Find the probability that the parcel is dispatched from Hub A and arrives late. [2]

(b) Find the probability that the parcel arrives late. [3]

(c) Given that the parcel arrives late, find the probability that it was dispatched from Hub B. [3]

Show worked solution Hide worked solution

Worked solution

Setting up the tree diagram

The situation has two stages: which hub the parcel came from, then whether it arrives late. The four branch probabilities are:

First stageProb.Second stageProb.Branch probability
Hub A0.60.6Late0.050.050.6×0.05=0.030.6 \times 0.05 = 0.03
Hub A0.60.6On time0.950.950.6×0.95=0.570.6 \times 0.95 = 0.57
Hub B0.40.4Late0.100.100.4×0.10=0.040.4 \times 0.10 = 0.04
Hub B0.40.4On time0.900.900.4×0.90=0.360.4 \times 0.90 = 0.36

(Each pair of second-stage probabilities sums to 11, as it should: 0.05+0.95=10.05+0.95=1 and 0.10+0.90=10.10+0.90=1.)

Part (a): Hub A and late

Multiplying along the “Hub A, then Late” branch: P(Hub A and late)=P(Hub A)×P(lateHub A)=0.6×0.05=0.03P(\text{Hub A and late}) = P(\text{Hub A}) \times P(\text{late} \mid \text{Hub A}) = 0.6 \times 0.05 = 0.03

Part (b): Overall probability of a late parcel

A parcel can arrive late via either branch that ends in “Late”, so these two branch probabilities are added: P(late)=P(Hub A and late)+P(Hub B and late)=0.03+(0.4×0.10)=0.03+0.04=0.07P(\text{late}) = P(\text{Hub A and late}) + P(\text{Hub B and late}) = 0.03 + (0.4 \times 0.10) = 0.03 + 0.04 = 0.07

Check by the complement: the “on time” branches must account for the rest of the probability: P(on time)=0.57+0.36=0.93P(late)=10.93=0.07P(\text{on time}) = 0.57 + 0.36 = 0.93 \quad\Longrightarrow\quad P(\text{late}) = 1 - 0.93 = 0.07 This agrees exactly with the direct calculation above.

Part (c): Reversed conditional probability

By the conditional probability formula, P(Hub Blate)=P(Hub B and late)P(late)=0.040.07=470.571 (3 s.f.)P(\text{Hub B} \mid \text{late}) = \frac{P(\text{Hub B and late})}{P(\text{late})} = \frac{0.04}{0.07} = \frac{4}{7} \approx 0.571 \text{ (3 s.f.)}

Check: the corresponding probability that a late parcel came from Hub A is P(Hub Alate)=0.030.07=37P(\text{Hub A} \mid \text{late}) = \frac{0.03}{0.07} = \frac{3}{7} and indeed 37+47=1\frac{3}{7} + \frac{4}{7} = 1, confirming the two reversed conditional probabilities are complementary, as they must be.

Final answers

  • (a) P(Hub A and late)=0.03P(\text{Hub A and late}) = \boxed{0.03}
  • (b) P(late)=0.07P(\text{late}) = \boxed{0.07}
  • (c) P(Hub Blate)=470.571P(\text{Hub B} \mid \text{late}) = \boxed{\dfrac{4}{7}} \approx 0.571 (3 s.f.)