We have a population with mean μ = 145 and var = 144, thus σ = √144 = 12.
We want to find the probability that the mean of sample of 97 objects, Xmean, is higher than 146.9:
p(Xmean> 146.9) = ?
We will compute the Z score and use the Z tables (https://www.math.arizona.edu/~rsims/ma464/standardnormaltable.pdf)
Since the probability values provided in the Z tables above correspond to the probability of the sample mean falling to the left of the Z scores (lower), we will first write:
P(Xmean > 146.9) = 1- P(Xmean <=146.9)
The corresponding Z score = (Xmean- μ) / (σ/√n) = (146.9-145)/ (12/√97) = 1.9/12 * √97 = 1.559 ~ 1.56
From the Z table, we read p(z<1.56) = 0.94062
And thus P(Xmean >146.9) = 1- 0.9406 = 0.0594.
Does this value make sense? It may seem like a low probability for our sample mean being "just a bit higher" (146.9) than the population mean (145); however this makes sense in light of the sample size being large (97) for the claimed standard deviation (12).
Aime F.
I forgot the √n factor mentioned by Andra. Then my answer becomes (1 – erf((x – μ)/(√2σ/√n)))/2 = (1 – erf((146.9 – 145)/(√2√144/√97)))/2 = 0.05945, same as Andra got.11/25/22