Question

**6) Find a 90% confidence interval for the true mean weight of all bolts produced by...

**6) Find a 90% confidence interval for the true mean weight of all bolts produced by a particular machine in a factory. It is known from previous experimenting with this particular machine that the population standard deviation is 0.8**


```{r}
Bolts<-c(2.3, 2.7, 2.4, 2.2, 2, 4, 3, 3.3, 1.1, 2.1, 2, 2.9, 1.9, 3.2, 2.1, 3, 3.4, 1.1)

###Please do your work here###


##############################
```

**How would you interpret this confidence interval? Please type your answer on the line below**

Answer:

Homework Answers

Answer #1

90% Confidence Interval for true mean = (2.4102, 2.5564)

We calculated CI with the help of R software.

R Code:

####################################
# x denotes bolts
x = c(2.3, 2.7, 2.4, 2.2, 2, 4, 3, 3.3, 1.1, 2.1, 2, 2.9, 1.9, 3.2, 2.1, 3, 3.4, 1.1)
sig = 0.8
z = qnorm(0.95, 0, 1)
### Confidence Interval for Population Mean #######
l = mean(x) - (z*(sig/length(x)));l
u = mean(x)+(z*(sig/length(x)));u
######### The End ##################
Output:

> ####################################
> # x denotes bolts
> x = c(2.3, 2.7, 2.4, 2.2, 2, 4, 3, 3.3, 1.1, 2.1, 2, 2.9, 1.9, 3.2, 2.1, 3, 3.4, 1.1)
> sig = 0.8
> z = qnorm(0.95, 0, 1)
> ### Confidence Interval for Population Mean #######
> l = mean(x)-(z*(sig/length(x)));l
[1] 2.410229
> u = mean(x)+(z*(sig/length(x)));u
[1] 2.556438
> ######### The End ##################

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A sociologist claims that children spent more time watching television in 1981 than children do today....
A sociologist claims that children spent more time watching television in 1981 than children do today. A study was conducted in 1981 to find the time that children watched television on weekdays. Recently, a similar study was conducted. The results of these studies (in hours per weekday) are shown below. Assume the population standard deviation is 0.8 for 1981 and 0.6 for today. At α=0.05, can you support the sociologist's claim? Complete parts (a) through (d) below. 1981 1981 2.5...
A sociologist claims that children spent more time watching television in 1981 than children do today....
A sociologist claims that children spent more time watching television in 1981 than children do today. A study was conducted in 1981 to find the time that children watched television on weekdays. Recently, a similar study was conducted. The results of these studies (in hours per weekday) are shown below. Assume the population standard deviation is 0.7 for 1981 and 0.7 for today. At α=0.05, can you support the sociologist's claim? Complete parts (a) through (d) below. 1981 3.2 1.4...
Provided in the date below a set of restoration times for 35 failed power transformers. The...
Provided in the date below a set of restoration times for 35 failed power transformers. The data were collected for recent transformer failures by a fairly novice work crew. a. What is a 90% confidence interval for mean restoration time? b. What is a 99% confidence interval for mean restoration time? c. If the industry standard for such a restoration is 2.7 hours, discuss how well the work crew in this analysis performed. 2.2 1.7 2.4 2.5 2.9 4.4 5.1...
A researcher wants to know if the clothes a woman wears is a factor in her...
A researcher wants to know if the clothes a woman wears is a factor in her GPA. The table below shows data that was collected from a survey. Shorts Dress Jeans Skirt 3.9 2.6 2.7 3.4 2.1 2.6 1.8 3.5 2.4 2.3 3 3.5 2 2.1 4 3.8 3.7 2.6 2.3 3.2 2.5 2.6 2.8 3.5 3.6 1.9 2.9 2.9 2.2 2.3 2.2 2.1 2.7 3.5 Assume that all distributions are normal, the four population standard deviations are all the...
Use the data in Bank Dataset to answer this question. Construct a 95% confidence interval for...
Use the data in Bank Dataset to answer this question. Construct a 95% confidence interval for the mean increase in deposits. Note that the population standard deviation σ is not known in this case. Instead the sample standard deviation s should be calculated from the sample and the t distribution should be used. 2. What is the margin of error at the 95% confidence level? Bank Dataset of Increase in deposits. Mean is 4. Sample size is 152 customers. 4.3...
Use the following cell phone airport data speeds​ (Mbps) from a particular network. Find Upper P...
Use the following cell phone airport data speeds​ (Mbps) from a particular network. Find Upper P 75 0.1 0.1 0.2 0.2 0.3 0.3 0.4 0.5 0.6 0.7 0.7 0.7 0.8 0.8 0.9 0.9 1.1 1.1 1.1 1.2 1.8 1.9 2.3 2.4 2.5 2.5 2.8 2.9 3.3 3.4 3.6 3.6 3.9 4.1 4.4 5.6 5.8 5.8 6.8 7.3 9.4 10.5 10.5 12.6 12.9 13.3 13.6 13.8 15.2 26.4
2. A 90% confidence interval for the mean percentage of airline reservations being canceled on the...
2. A 90% confidence interval for the mean percentage of airline reservations being canceled on the day of the flight is (1.1%, 3.2%). What is the point estimator of the sample mean of reservations that are canceled on the day of the flight? 1.60% 2.15% 2.1% 1.05% 3. A 90 % confidence interval for the mean percentage of airline reservations being canceled on the day of the flight is (1.1%, 3.2%). What is the margin of error of this confidence...
Data shows the times for carrying out a blood test at Rivervalley Labs Using Excel Plot...
Data shows the times for carrying out a blood test at Rivervalley Labs Using Excel Plot a histogram of the data. What type of distribution does the data appear to follow? Construct and interpret the 95% confidence interval for the population mean time for carrying out a blood test. Assume that the population standard deviation is unknown. Times for blood tests (minutes) 2.5 4.9 3.6 4.3 1.9 3.4 3.2 4.0 3.1 3.6 3.9 4.4 3.9 3.1 2.7 3.5 3.6 3.7...
We wish to determine the impact of Specification Buying, X11, on Satisfaction Level, X10. To do...
We wish to determine the impact of Specification Buying, X11, on Satisfaction Level, X10. To do so we will split the Hatco data file into two separate data sets based on the Specification Buying, X11. This variable has two categories: 1=employs total value analysis approach, evaluating each purchase separately; 0 = use of specification buying. Sort the entire Hatco data set based on Specification Buying. This will create two separate groups of records. Those records with X11 = 0 and...
Estimate: GPA = β0 + β1GRE + ε, where GRE is a student’s score on the...
Estimate: GPA = β0 + β1GRE + ε, where GRE is a student’s score on the math portion of the Graduate Record Examination (GRE) score and GPA is the student’s grade point average in graduate school. GPA GRE 3.9 690 3.2 740 3.1 740 2.7 650 2.5 700 2.9 640 2.7 710 2.9 700 2.1 760 2.3 670 3.6 750 2.5 700 3.4 650 3.9 690 3.3 700 2.7 680 3.8 660 2.6 660 3.9 710 3.8 760 3 690...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT