1. Scores are normally distributed with a mean of 86 and a standard deviation of 14. What is the probability that a random student scored below 72?
2. Suppose a student measuring the boiling temperature of a certain liquid observes the readings (in degrees Celsius) 102.5, 101.7, 103.1, 100.9, 100.5, and 102.2 on 6 different samples of the liquid. He calculates the sample mean to be 101.82. If he knows that the standard deviation for this procedure is 1.3 degrees, what is the confidence interval for the population mean at a 95% confidence level?
1
Expert's answer
2019-12-03T11:00:49-0500
1. Let X denote the score of an exam: X∼N(μ,σ2)
Then
Z=σX−μ∼N(0,1)
Given that μ=86,σ=14.
P(X<72)=P(Z<1472−86)=P(Z<−1)≈≈0.1587
The probability that a random student scored below 72 is 0.1587(15.87%).
2. A confidence interval for a population mean with a known population standard deviation is based on the conclusion of the Central Limit Theorem that the sampling distribution of the sample means follow an approximately normal distribution.
Hence the sample mean will have the distribution N(μ,σ2/n).
Comments