Question

In: Statistics and Probability

you can see the answer a, b, and c. I have a question about d, e,...

you can see the answer a, b, and c. I have a question about d, e, and f only how to solve theses questions

Mist (airborne droplets or aerosols) is generated when metal-removing fluids are used in machining operations to cool and lubricate the tool and work-piece. Mist generation is a concern to OSHA, which has recently lowered substantially the workplace standard. The article "Variables Affecting Mist Generation from Metal Removal Fluids" (Lubrication Engr., 2002: 10-17) gave the accompanying data on x = fluid flow velocity for a 5% soluble oil (cm/sec) and y = the extent of mist droplets having diameters smaller than some value:

x: 89 177 189 354 362 442 965

y: .40 .60 .48 .66 .61 .69 .99

a. Make a scatterplot of the data. By R.

x = c(89, 177, 189, 354, 362, 442, 965)

y = c(0.4, 0.6, 0.48, 0.66, 0.61, 0.69, 0.99)

plot(x,y)

b. What is the point estimate of the beta coefficient? (By R.) Interpret it.

lm.1 = lm(y~x)

lm.1

Call:

lm(formula = y ~ x)

Coefficients:

(Intercept)            x

0.4041238    0.0006211

0.4041238 =   

0.0006211 =

c. What is s_e? (By R) Interpret it.

summary(lm.1)

Call:

lm(formula = y ~ x)

Residuals:

      1 2 3        4 5 6        7

-0.05940 0.08595 -0.04151 0.03602 -0.01895 0.01136 -0.01346

Coefficients:

            Estimate Std. Error t value Pr(>|t|)    

(Intercept) 4.041e-01 3.459e-02 11.684 8.07e-05 ***

x           6.211e-04 7.579e-05   8.195 0.00044 ***

---

Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.05405 on 5 degrees of freedom

Multiple R-squared: 0.9307,   Adjusted R-squared: 0.9168

F-statistic: 67.15 on 1 and 5 DF, p-value: 0.0004403

Residual standard error: 0.05405

d. Estimate the true average change in mist associated with a 1 cm/sec increase in velocity, and do so in a way that conveys information about precision and reliability. Hint: This question is asking for a CI for beta. Compute it AND interpret it. By hand; i.e. you must use the basic formulas for the CI. E.g. for beta: beta_hat +- t* s_e/sqrt(S_xx) , but you may use R to compute the various terms in the formula. Use 95% confidence level.

e. Suppose the fluid velocity is 250 cm/sec. Compute an interval estimate of the corresponding mean y value. Use 95% confidence level. Interpret the resulting interval. By hand, as in part d.


f. Suppose the fluid velocity for a specific fluid is 250 cm/sec. Predict the y for that specific fluid in a way that conveys information about precision and reliability. Use 95% prediction level. Interpret the resulting interval. By hand, as in part d.














Solutions

Expert Solution

D ) Here we find confidence interval for Slope : b1

Formula :   

where b1 = coefficient of b1 = 0.0006211 , Sb1 = standard error of b1 = 7.579e-05 = 0.0000757 ,

tn-2 is the critical value at t distribution with df = n-2 = 7-2=5 and c-level = 0.95 .

So here critical value tn-2 = 2.571

Lower limit :

Upper limit :

the true average change in mist associated with a 1 cm/sec increase in velocity is lies between (0.000426 to 0.000816) .

------------------------------------

e. Suppose the fluid velocity is 250 cm/sec. Compute an interval estimate of the corresponding mean y value. Use 95% confidence level. Interpret the resulting interval.

Fluid velocity = x= 250 .

Formula :

where

Sxx= 508479.4 and we know tn-2 = 2.571

Use regression line to find y^ ,y^ = 0.404124+0.000612*x

                             ===== >>> y^ = 0.404124 + ( 0.000621* 250) =0.5594

Lower limit =

Upper limit =

For the fluid velocity is 250 cm/sec the 95% confidence interval estimate of the corresponding mean y value is (-0.4116 , 0.1504 )

----------------------------------------------

f. Suppose the fluid velocity for a specific fluid is 250 cm/sec. Predict the y for that specific fluid in a way that conveys information about precision and reliability. Use 95% prediction level. Interpret the resulting interval.

Formula :

Lower limit =

Upper limit =

For the fluid velocity is 250 cm/sec the 95% he y for that specific fluid in a way that conveys information about precision and reliability is lies(0.4109,0.7079)

---------------------


Related Solutions

I have A B and C answered I only need the answer to D and E....
I have A B and C answered I only need the answer to D and E. I have included the correct answers for A B and C Problem 8-41 (LO. 2, 3, 9) Lori, who is single, purchased 5-year class property for $200,000 and 7-year class property for $400,000 on May 20, 2016. Lori expects the taxable income derived from her business (without regard to the amount expensed under § 179) to be about $800,000. Lori wants to elect immediate...
Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what...
Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what proportion of the progeny will phenotypically resemble the first parent? b) what proportion of the progeny will genotypically resemble neither parent?
I have answered sections A/B. Can you double check my answers for C/D, then solve E/F....
I have answered sections A/B. Can you double check my answers for C/D, then solve E/F. In total, I need the correct answers for C, D. E. F. Thank you! The question is below... ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Dr. Pepper wants to examine if a training program has an effect on weekly exercise. College students exercise an average of 2.2 days a week with a standard deviation of 1.7 days. Dr. Pepper's sample of 27 students exercise an average of 2.3 days a...
Solve d) and e). I have provided answer for c) too required in e) Winkler Furniture...
Solve d) and e). I have provided answer for c) too required in e) Winkler Furniture manufactures two different types of china cabinets: a French provincial model and a Danish Modern model. Each cabinet produced must go through three departments: carpentry, painting, and finishing. The table below contains all relevant information concerning production times per cabinet produced and production capacities for each operation per day, along with net revenue per unit produced. The firm has a contract with an Indiana...
I need the answer for PART B and PART C of this question: You have recently...
I need the answer for PART B and PART C of this question: You have recently been appointed management accountant for Rugby Coffee Mugs Pty Ltd. The company commenced its operations on 1 July 2019 manufacturing one size coffee mugs with individual club names and club logos of rugby union clubs playing in the New South Wales, Queensland, Victoria and Western Australia local rugby union competition. The company currently does not have any management accounting controls and part of your...
In how many ways can you rearrange the letters A, B, C, D, E?
In how many ways can you rearrange the letters A, B, C, D, E?
Answer Q1-Q4 choose a, b, c,d and e for each questions to Answer Q1.If you find...
Answer Q1-Q4 choose a, b, c,d and e for each questions to Answer Q1.If you find a group of organisms that all appear to have similar appearances, you could say that they belong to the same species within kingdom Animalia if ____. a. they are eukaryotic, regardless of whether they are multicellular or single-celled b. they are multicellular eukaryotes that look different from other organisms in the area. c. they are multicellular eukaryotes that look the same. d. they are...
please i need the solve for A&B&C&D&E ESPECIALLY B&C&D&E Company Information Wood Work Ltd manufacture specialist...
please i need the solve for A&B&C&D&E ESPECIALLY B&C&D&E Company Information Wood Work Ltd manufacture specialist wood furniture and sell their products all over Saudi  Arabia. The company was established three  years ago in Jeddah and is performing well to date. Wood work Ltd have three main product lines; TV tables, dining table and chairs. The following financial information has been provided.   Financial Information TV tables dining Tables Chairs Selling Price per unit SAR 1,000 SAR 5,000 SAR 700 Direct Materials (wood...
Part 1: answer (a), (b), (c), and (d). Part 2: answer (a), (b), (c), and (d)....
Part 1: answer (a), (b), (c), and (d). Part 2: answer (a), (b), (c), and (d). Godspeed, and good luck!!! CC11 Cookie Creations Natalie and her friend Curtis Lesperance decide that they can benefit from joining Cookie Creations and Curtis’s coffee shop. In the first part of this problem, they come to you with questions about setting up a corporation for their new business. In the second part of the problem, they want your help in preparing financial information following...
How Would I answer Question "D" "E 3" and "F" . I need to enter into...
How Would I answer Question "D" "E 3" and "F" . I need to enter into excel and display graphs if applicable. Sam Strother and Shawna Tibbs are vice presidents of Mutual of Seattle Insurance Company and co-directors of the company’s pension fund management division. An important new client, the North-Western Municipal Alliance, has requested that Mutual of Seattle present an investment seminar to the mayors of the represented cities, and Strother and Tibbs, who will make the actual presentation,...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT