μ=2700,σ=300
P(X≥2200) can be calculated directly using =1-NORM.DIST(2200,2700,300,TRUE) excel formula which yields 0.95221.
Similarly, Z−score=σX−μ=3002200−2700=−1.667
P(X≥2200)=1−P(Z<−1.667)
From Z tables or =NORM.S.DIST(-1.66667,TRUE), P(Z<−1.66667)=0.04779
Thus, P(X≥2200)=1−0.04779=0.95221
The probability that the invited person might be a zombie is 0.95221.
Comments