
David B. answered 08/23/21
Math and Statistics need not be scary
Using on line assets instead of tables in books, or calculator functions [ex. TI-83. nmcdf(lb,ub,mean,sd) ]
https://onlinestatbook.com/2/calculators/normal_dist.html
Specify Parameters:
Mean 52
SD 7
Set limits
Between 50 and 72
Results: Area (probability) = .6103 or using TI-83 nmcdf(50,72,52,7) = 0.610314025076. (.6103)
NOTE: don't let extra information fool you. The size of the sample is totally immaterial as we are NOT testing means but distribution. SD is used for the calculations, not SD of mean (otherwise known as Standard Error)
Alternate calculation.
Find Z test for lower and upper bounds, then subtract left sided p value for lower Z value from upper Z value
Zlower = (50-52)/7 or -.28571428 P(<Zlower) = .3875486
Zupper = (72-52)/7 or 2.587143. P(<Zupper) = .9978626
P(<Zupper) - P(<Zlower) =. .9978626 -.3875486 = .610314. (rounded to 0.6103)
note: always do calculations at least 2 decimal places more than required answer accuracy to avoid rounding errors.
Manuel F.
Thank You!!!08/24/21