This Exam P sample reference tests Poisson Distribution. This is a Poisson upper-tail calculation with the parameter inferred from the standard deviation. A standard deviation of 2 means the Poisson mean is 4, so complementing the probabilities of zero and one call gives 0.9084 and choice E.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThe value 0.092 is the probability of receiving no more than one call, the complement of the requested upper tail.
BThe value 0.147 is the probability of receiving exactly two calls, so it includes only one count rather than every count from two upward.
CThe value 0.238 is the probability of receiving no more than two calls, which reverses the tail and includes the wrong endpoint.
DThe value 0.762 is the probability of receiving at least three calls, an upper tail whose threshold is one count too high.
Original practice · fully worked
Original variant: shifted incident dashboard count
The number of overnight incidents recorded by a monitoring service has a Poisson distribution with variance 3. Its dashboard adds one standing system check to the incident count. Calculate the probability that the displayed count is at most 2.
A 0.0498
B 0.1494
C 0.1991
D 0.4232
E 0.8009
Variant answer in brief
The Poisson variance gives a mean of 3. A display no greater than two permits at most one actual incident. Adding the zero- and one-incident probabilities gives 0.1991 and choice C.
Setup
Setup
Use the Poisson variance to identify its parameter.
N∼Poisson(3)
Model
Model
Translate the dashboard threshold back to the underlying incident count.
D≤2⟺N+1≤2⟺N≤1
Compute
Compute
Add the two qualifying Poisson masses.
Pr(D≤2)=e−3+3e−3=4e−3
4e−3=0.1991482735
Answer
Answer
The dashboard is at most two with probability 0.1991.
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.