In: Statistics and Probability
Solution:
Let X be a random variable which represents the fruit's weights.
Given that, X ~ N(539, 192)
i.e. μ = 539 grams and σ = 19 grams
We have to obtain P(533 < x̄ < 546). (where, x̄ is sample mean)
We know that, if X ~N(μ, σ2) then, x̄ ~ N(μ, σ2/n)
i.e. sampling distribution of sample mean follows normal distribution with mean μ and variance σ2/n.
(Where, x̄ is sample mean and n is sample size.)
And if x̄ ~ N(μ, σ2/n) then
We have, μ = 539 grams , σ = 19 grams and n = 20
Using "pnorm" function of R we get,
P(Z < 1.6476) = 0.9503 and P(Z < -1.4123) = 0.0789
The probability that mean weight of randomly selected 20 fruits will be between 533 grams and 546 grams is 0.8714.
Please rate the answer. Thank you.