<- 3.3
xbar <- 3.5
mu <- 0.7
sigma <- 81
n <- sigma / sqrt(n)
sigma_xbar sigma_xbar
[1] 0.07777778
<- (xbar-mu) / sigma_xbar
z z
[1] -2.571429
# Area to the left:
pnorm(z)
[1] 0.005063995
# Area to the right:
1-pnorm(z)
[1] 0.994936
Applying the CLT
Answer the following questions, render the document and submit the .html
report.
Suppose the mean GPA of BYU-Idaho students is 3.5 and the standard deviation is 0.7. It is well known that this distribution is left-skewed. A random sample of n = 81 students will be drawn.
Use the following R code to answer the questions below:
[1] 0.07777778
[1] -2.571429
[1] 0.005063995
[1] 0.994936
Question: What is the mean of the distribution of the sample means (
Answer: 3.5
Question: What is the standard deviation of the distribution of the sample means (
Answer: 0.07777778
Question: What is the shape of the distribution of the sample means for all possible samples of size 81 that could be drawn from the parent population of GPAs?
Answer: Normal because CLT (n > 30)
Question: What is the probability that the mean GPA for 81 randomly selected BYU-Idaho students will be less than 3.3?
Answer:
Scores on the quantitative portion of the GRE are approximately normally distributed with mean,
Use the following R code to answer the questions below:
Question: Dianne earned a score of 160 on the quantitative portion of the GRE. What is the z-score corresponding to Dianne’s score?
Answer:
Question: What is the probability that a randomly selected student will score above 160 on the quantitative portion of the GRE?
Answer:
Question: What GRE score (n=1) corresponds to the 95th percentile?
Answer:
Question: What is the probability that the average GRE score of 5 randomly selected students will be above 160?
Answer:
Tanker trucks are designed to carry huge quantities of gasoline from refineries to filling stations. A factory that manufactures the tank of the trucks claims to manufacture tanks with a capacity of 8550 gallons of gasoline. The actual capacity of the tanks is normally distributed with mean,
Use the following R code to answer the questions below:
[1] 12
[1] 0.5
[1] 0.6914625
[1] 0.3085375
Error: object 'B' not found
Question: Find the z-score corresponding to a single tank (
Answer: 0.5
Question: What is the probability that a randomly selected tank will have a capacity of less than 8550 gallons?
Answer:
Question: A simple random sample of
Answer:
Question: What is the probability that the sample mean of
Answer: