This Exam P sample reference tests Joint Distributions. Summing the joint table over the other variable gives probabilities 0.915, 0.072, 0.012, and 0.001 for hospitalization counts 0 through 3. Their weighted sum is 0.099, choice B.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThe value 0.085 is P(Y at least 1)=0.072+0.012+0.001. It counts whether any hospitalization occurs but does not weight outcomes with two or three events.
CThe value 0.410 is the expectation of the table's other count variable. It results from summing in the wrong direction and answering for X rather than Y.
DThe value 1.000 is the sum of all probabilities in the joint table. That checks normalization but is not an expected count.
EThe value 1.500 is the mean of 0, 1, 2, and 3 under an unstated uniform distribution. The table probabilities are highly nonuniform.
Original practice · fully worked
Original variant: expected inspections across routing classes
A shipment is assigned to one of three routes. Route A is used with probability 0.20 and requires no inspection. Route B is used with probability 0.50; there the shipment receives one inspection with probability 0.60 and two with probability 0.40. The remaining route probability belongs to C, where the inspection count is Poisson with mean 3. Calculate the unconditional expected number of inspections.
A 0.7000
B 0.9000
C 1.4000
D 1.4667
E 1.6000
Variant answer in brief
The conditional means are 0, 1.4, and 3 for routes A, B, and C. Weighting them by the routing probabilities gives 0.20(0)+0.50(1.4)+0.30(3)=1.6, choice E.
Setup
Setup
Let R denote the selected route and N the number of inspections.
(Pr(R=A),Pr(R=B),Pr(R=C))=(0.20,0.50,0.30)
Model
Model
Find the expected count within each route.
E[N∣R=A]=0
E[N∣R=B]=1(0.60)+2(0.40)=1.4
E[N∣R=C]=3
Compute
Compute
Apply the law of total expectation with the actual route weights.
E[N]=r∑Pr(R=r)E[N∣R=r]
E[N]=0.20(0)+0.50(1.4)+0.30(3)=1.6
Answer
Answer
Across all shipments, the mean inspection count is 1.6.
The 3108-page Probability Proof Manual reorganizes 718 verified Exam P solutions by syllabus skill and adds formula proofs, error patterns, and original worked practice.