Jonathan S. answered 05/29/20
R expert. Patient, knowledgable, and experienced statistics tutor.
The sample mean follows a normal distribution with mean μ = 112 and standard deviation σ/√n = 15/√40 ≈ 2.37.
In R we can find the probability the sample mean is less than or equal to 114.4 with:
If you don't have R or a graphing calculator with stats functions, you can find the z score of (x̄-x0)/(σ/√n) = (114.4-112)/(15/√40) ≈ 1.01, and then look up in a z-score table the area to the left of 1.01.