This Exam P sample reference tests Poisson Distribution. Adding the 25 independent Poisson counts gives a manuscript total with mean 5. Summing its masses from zero through three produces 0.265026, which rounds to choice E.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AUsing an aggregate mean of 10 instead of 5 gives P(Poisson(10) at most 3)=0.010336, reflecting a doubled-exposure error.
BThe value exp(−5)(1+5+25/2)=0.124652 is P(T at most 2), which drops the allowed boundary value 3.
CThe value 5³ exp(−5)/3!=0.140374 is P(T=3) only, rather than the cumulative probability through 3.
DThe value exp(−5)(5+25/2+125/6)=0.258288 is P(1 at most T at most 3), which incorrectly excludes the zero-count outcome.
Original practice · fully worked
Original variant: telescope calibration hits
A telescope records cosmic-ray hits during 12 separate calibration windows. Counts in different windows are independent, and each window's count is Poisson with mean 0.25. Calculate the probability that no more than two hits are recorded over the full calibration session.
A 0.050
B 0.199
C 0.224
D 0.373
E 0.423
Variant answer in brief
The 12 independent counts combine to a Poisson total with mean 3. Adding the zero-, one-, and two-hit masses gives 0.423190, so choice E is correct.
Setup
Setup
Let H be the total number of hits in all calibration windows.
H=j=1∑12Hj,Hj∼Poisson(0.25)
Model
Model
Superposition preserves the Poisson form and adds the 12 means.
H∼Poisson(12×0.25)=Poisson(3)
Compute
Compute
No more than two hits means a total of zero, one, or two.
Pr(H≤2)=e−3(1+3+232)
Pr(H≤2)=0.4231900811…
Answer
Answer
The full-session probability is approximately 0.423.
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.