This Exam P sample reference tests Poisson Superposition. The stated ratio of the one-count and zero-count masses fixes each Poisson mean at 2. Adding three independent counts gives a Poisson mean of 6, whose probability of at least two events is 0.982649, matching choice E.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThe value 18 exp(−6)=0.044618 is the probability that the combined count equals exactly two, not that it is at least two.
BThe value exp(−6)(1+6+18)=0.061969 is the probability that the combined count is at most two, which reverses the tail and includes the boundary.
CThe value 1-exp(−2)(1+2)=0.593994 is the at-least-two probability for one location and fails to combine all three counts.
DThe value 1-exp(−6)(1+6+18)=0.938031 is the probability of at least three events, an off-by-one threshold error.
Original practice · fully worked
Original variant: satellite receiver alerts
Four satellite receivers record independent Poisson numbers of false alerts during a diagnostic interval, all with the same positive mean. At one receiver, the probability of two alerts is one-half the probability of one alert. Calculate the probability of at least three alerts across all four receivers.
A 0.080
B 0.195
C 0.238
D 0.762
E 0.908
Variant answer in brief
The within-receiver mass ratio gives a mean of 1, so the four-receiver total is Poisson with mean 4. Its probability of at least three alerts is 0.761897, selecting choice D.
Setup
Setup
Write the one- and two-alert masses for a Poisson variable with positive mean λ.
Pr(X=1)=λe−λ,Pr(X=2)=2λ2e−λ
Model
Model
Apply the stated mass ratio and then add the independent receiver counts.
2λ2e−λ=21λe−λ⟹λ=1
S∼Poisson(4)
Compute
Compute
Subtract the probabilities of zero, one, and two alerts from one.
Pr(S≥3)=1−e−4(1+4+242)
Pr(S≥3)=0.7618966944…
Answer
Answer
The required four-receiver tail probability rounds to 0.762.
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.