Week 8 Slides
Week 8 Slides
Confidence Interval
1. IQ tests are designed to yield scores that are approximately normally
distributed. A reporter gathers the IQ scores from 25 employees of this firm and
records the sample mean IQ as 105. She assumes that the population standard
deviation is 15.
(1) Compute a 95% confidence interval for the average IQ in this firm.
(2) Compute a 99% confidence interval for the average IQ in this firm.
1. IQ tests are designed to yield scores that are approximately normally
distributed. A reporter gathers the IQ scores from 25 employees of this firm and
records the sample mean IQ as 105. She assumes that the population standard
deviation is 15.
(1) Compute a 95% confidence interval for the average IQ in this firm.
1. IQ tests are designed to yield scores that are approximately normally
distributed. A reporter gathers the IQ scores from 25 employees of this firm and
records the sample mean IQ as 105. She assumes that the population standard
deviation is 15.
(2) Compute a 99% confidence interval for the average IQ in this firm.
2. Increasingly, U.S. consumers are viewing debit cards as a convenient
substitute for cash and checks. The average amount spent annually on a debit
card is $7790. Assume that this average was based on a sample of 100
consumers and that the sample standard deviation is $500. Construct the 99%
confidence interval for the population mean amount spent annually on a debit
card
a=Qnorm*(populationsd/sqrt(n))
a= qt()*(samplesd/sqrt(n))
a= qt(0.995,99)*(500/sqrt(100))
UL = 7790+a
LL= 7790-a
2. Increasingly, U.S. consumers are viewing debit cards as a convenient
substitute for cash and checks. The average amount spent annually on a debit
card is $7790. Assume that this average was based on a sample of 100
consumers and that the sample standard deviation is $500.
1. Construct the 99% confidence interval for the population mean amount spent
annually on a debit card
a=Qnorm*(populationsd/sqrt(n))
a= qt()*(samplesd/sqrt(n))
a= qt(0.995,99)*(500/sqrt(100))
UL = 7790+a
LL= 7790-a
2. Increasingly, U.S. consumers are viewing debit cards as a convenient
substitute for cash and checks. The average amount spent annually on a debit
card is $7790. Assume that this average was based on a sample of 100
consumers and that the sample standard deviation is $500. Construct the 99%
confidence interval for the population mean amount spent annually on a debit
card
A school psychologist at a large high school took a random sample of 16 students
and asked them how much sleep they get on a typical weekend night. The sample
data has a mean of 8.75 hours and a standard deviation of 1.5 hours.
Based on this sample, construct a 90% confidence interval for the mean amount of
sleep (in hours) this population of students gets on a typical weekend night.
3. Consider the built-in dataset ChickWeight in R.
(1) Consider the population of 14-day old chicken (Time==14), where we define a
RV of their weights as 𝑋14. Use the data of 14-day old chicken, build a 95%
confidence interval for the weight of 14-day old chickens, 𝜇14
0.041632
The mass of parrots in a bird park is found to have mean 6.7kg and standard
deviation 3.1kg.
1. Find the probability that the mean mass of a random sample of 300 parrots is
between 6.5kg and 6.8kg
2. If there is a probability of more than 0.75 that the mean mass of a large
sample of n parrots is greater than 6.5kg, what is the least value of n?
1. 0.580
2. 110
Tasty Juice is well known for its durian milkshake. The mass of a cup of durian
milkshake has a mean of 150g and a standard deviation of 6g. If 58 cups of durian
milkshake are selected at random, find the probability that their mean mass is at
most 148g.
0.00557