This Exam P sample reference tests Poisson Distribution. A Poisson variable with mean 20 has second moment 20+20²=420. Adding its mean produces 440, so choice D is correct.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThis replaces E[X²] by Var(X)=20 and then adds E[X]=20, giving 40.
BThis writes E[X²] as Var(X)+E[X]=40 and then adds E[X] once more, giving 60; it omits the squared mean.
CThis correctly calculates E[X²]=420 but stops before adding the additional E[X]=20.
EThis doubles the second moment and then subtracts one mean, 2(420)-20=820, rather than adding one first moment to one second moment.
Original practice · fully worked
Original variant: urgent requests after Poisson splitting
A help desk receives a Poisson number of requests with mean 12 per hour. Each request is independently urgent with probability 1/4. During one hour exactly four nonurgent requests were observed. Calculate the conditional probability that at least two urgent requests arrived.
A 0.0498
B 0.1494
C 0.1991
D 0.8009
E 0.9502
Variant answer in brief
Poisson splitting makes urgent and nonurgent counts independent with respective means 3 and 9. The observed nonurgent count therefore does not change the urgent distribution, and P(U≥2)=1-exp(−3)(1+3)=0.800852, so choice D is correct.
Setup
Setup
Split the total Poisson stream by the independent urgent label.
U∼Poisson(12⋅41)=Poisson(3)
R∼Poisson(12⋅43)=Poisson(9)
Model
Model
The split counts are independent, so conditioning on the nonurgent count leaves the urgent distribution unchanged.
Pr(U≥2∣R=4)=Pr(U≥2)
Compute
Compute
Complement the zero- and one-urgent probabilities under a Poisson mean of three.
Pr(U≥2)=1−Pr(U=0)−Pr(U=1)
Pr(U≥2)=1−e−3−3e−3=1−4e−3=0.8008517265
Answer
Answer
The conditional probability of at least two urgent requests is 0.8009.
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.