This Exam P sample reference tests Sampling Distributions. The sample mean has standard deviation 250 divided by the square root of n. Requiring its standardized upper boundary to reach the 0.99 normal quantile gives n at least 541.189, so the minimum integer is 542 and choice B.
These notes identify the calculation error associated with each wrong letter when that error is reproducible.
AThe value 24 rounds up 2.32635/0.1 without squaring it. The normal boundary contains the square root of n, so the isolated sample size is the square of that ratio.
CThe value 664 is the ceiling of (2.57583/0.1)². It uses the 0.995 quantile for a two-sided 99% interval even though the requirement is one-sided.
DThe value 5815 comes from the table-rounded product 2500(2.326). It treats the benefit threshold itself as a scale for sample size and omits both the mean difference and standard error.
EThe value 6440 is 2500(2.576). It combines the same incorrect threshold scaling with the unnecessary two-sided 0.995 quantile.
Original practice · fully worked
Original variant: samples needed to rank two routes
Travel times on route X are normal with mean 52 minutes and standard deviation 9 minutes. Route Y times are independently normal with mean 47 minutes and standard deviation 6 minutes. A study takes n route-X trips and 2n route-Y trips. Calculate the minimum integer n for which the probability that the route-X sample average exceeds the route-Y sample average is at least 0.95.
A 4
B 10
C 11
D 13
E 25
Variant answer in brief
The difference of sample averages has mean 5 and variance 9 squared over n plus 6 squared over 2n, or 99/n. The 0.95 quantile requires n at least 10.714, so the minimum integer is 11 and choice C.
Setup
Setup
Form the difference between the two sample averages.
D=Xˉn−Yˉ2n
D∼N(5,n92+2n62)=N(5,n99)
Model
Model
Standardize the event that the route-X sample average is larger.
Pr(D>0)=Φ(995n)≥0.95
Compute
Compute
Invert the normal CDF and solve for the base route-X sample size.
995n≥Φ−1(0.95)=1.644853627…
n≥2599(1.644853627…)2=10.71395208…
Answer
Answer
Round upward so the probability requirement is met.
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.