Probability and Statistics for Engineering and the Sciences
Probability and Statistics for Engineering and the Sciences
9th Edition
ISBN: 9781305251809
Author: Jay L. Devore
Publisher: Cengage Learning
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 13.4, Problem 54E

a.

To determine

Identify the predictors that could be used in the model to incorporate suppliers and lubrication regimens in addition to blank holder pressure.

a.

Expert Solution
Check Mark

Answer to Problem 54E

The predictors that could be used in the model to incorporate suppliers and lubrication regimens in addition to blank holder pressure are given below:

x2={1, supplier 10, otherwise

x3={1, supplier 20, otherwise

x4={1, lubricant 10, otherwise

x5={1, lubricant 20, otherwise

Explanation of Solution

Given info:

The MINITAB output shows that the springback from the wall opening angle being predicted using blank holder pressure, three types of material suppliers and three types of lubrication regimens.

Calculation:

Dummy or indicator variable:

If there a categorical variable has k levels then k–1 dummy variables would be included in the model.

The material suppliers and lubrication regimens are categorical variables with three levels each.

For material suppliers:

Fix the third level as a base and create two dummy variables as shown below:

x2={1, supplier 10, otherwise

x3={1, supplier 20, otherwise

For lubrication regimens:

Fix the first level (no lubricant) as a base and create two dummy variables as shown below:

x4={1, lubricant 10, otherwise

x5={1, lubricant 20, otherwise

b.

To determine

Test the hypothesis to conclude whether the model specifies a useful relationship between springback from the wall opening angle and at least one of the five predictor variables.

b.

Expert Solution
Check Mark

Answer to Problem 54E

There is sufficient evidence to conclude that the model specifies a useful relationship between the springback from the wall opening angle and at least one of the five predictor variables

Explanation of Solution

Given info:

The MINTAB output was given.

Calculation:

The test hypotheses are given below:

Null hypothesis:

H0:β1=β2=β3=β4=β5=0

That is, there is no use of linear relationship between springback from the wall opening angle and at least one of the five predictor variables.

Alternative hypothesis:

Ha:At least one of the β's0

That is, there is a use of linear relationship between springback from the wall opening angle and at least one of the five predictor variables.

From the MINITAB output, it can be observed that the P-value corresponding to the F-statistic is 0.000.

Rejection region:

If P-value>α, then fail to reject the null hypothesis (H0).

If P-value<α, then reject the null hypothesis (H0).

Conclusion:

The P- value is 0.000 and the level of significance is 0.001.

The P- value is lesser than the level of significance.

That is, 0.000(=P-value)<0.001(=α).

Thus, the null hypothesis is rejected,

Hence, there is sufficient evidence to conclude that there is a use of linear relationship between springback from the wall opening angle and at least one of the five predictor variables.

c.

To determine

Calculate the 95% prediction interval for the springback from the wall opening angle when BHP is 1,000, material from supplier 1 and no lubrication.

c.

Expert Solution
Check Mark

Answer to Problem 54E

The 95% prediction interval for the predicted springback from the wall opening angle when BHP is 1,000, material from supplier 1 and no lubrication is (13.80, 19.09)

Explanation of Solution

Given info:

The BHP is 1,000, material from supplier 1 and no lubrication. The corresponding standard deviation for prediction is 0.524.

Calculation:

The prediction value of springback from the wall opening angle when BHP is 1,000, material from supplier 1 and no lubrication is calculated as follows:

y^=21.53220.0033680(1,000)1.7181(1)1.4840(0)0.3063(0)0.8931(0)=21.53223.3681.7181=16.4461

Thus, the prediction value of springback from the wall opening angle when BHP is 1,000, material from supplier 1 and no lubrication is 16.4461.

95% prediction interval:

The prediction interval is calculated using the formula:

Y^i±tα2,n(k+1)s2+(sYi^)2

Where,

Yi^ is the estimated value of the dependent variable.

α is the level of significance.

n is the total number of observations.

k is the total number of predictors in the model.

sYi^ is the standard error while calculating the estimated value of the dependent variable.

s2 is the standard deviation obtained after fitting the model.

Critical value:

Software procedure:

Step-by-step procedure to find the critical value is given below:

  • Click on Graph, select View Probability and click OK.
  • Select t, enter 30 as Degrees of freedom, inShaded Area Tab select Probability under Define Shaded Area By and choose Both tails.
  • Enter Probability value as 0.05.
  • Click OK.

Output obtained from MINITAB is given below:

Probability and Statistics for Engineering and the Sciences, Chapter 13.4, Problem 54E , additional homework tip  1

The 95% confidence interval for the predicted amount of beta carotene is calculated as follows:

Y^i±tα2,n(k+1)s2+(sYi^)2=16.4461±t0.052,36(5+1)(1.18413)2+(0.524)2=16.4461±t0.025,301.6767=16.4461±2.042(1.2949)=16.4461±2.6442

=13.80,19.09

Thus, the 95% prediction interval for the predicted springback from the wall opening angle when BHP is 1,000, material from supplier 1 and no lubricationis (13.80, 19.09).

d.

To determine

Find the coefficient of multiple determination.

Give the conclusion stating the importance of lubrication regimen.

d.

Expert Solution
Check Mark

Answer to Problem 54E

The coefficient of multiple determination is 74.1%

The lubrication regimen is not important because there is not much of a difference in the coefficient of multiple determination even after removing the two variables corresponding to lubrication.

The two variables corresponding to lubrication shows no effect and need not be included in the model as long as the other predictors BHP and suppliers were retained.

Explanation of Solution

Given info:

The SSE after removing the variables corresponding to lubrication regimen is 48.426.

Calculation:

Coefficient of determination:

The coefficient of determination tells the total amount of variation in the dependent variable explained by the independent variable. It ranges from 0 to 1.

R2=1SSESST

Substitute 48.426 as SSE and 186.980 as SST.

R2=148.426186.980=186.98048.426186.980=138.554186.980=0.741

Thus, the coefficient of multiple determination is 74.1%

The test hypotheses are given below:

Null hypothesis:

H0:β4=β5=0

That is, the two dummy variables corresponding to lubrication are not significant to explain the variation in springback from wall opening angle.

Alternative hypothesis:

Ha:At least β's0

That is, At least one of the two dummy variables corresponding to lubrication is significant to explain the variation in springback from wall opening angle.

Test statistic:

f=(SSElSSEk)klSSEk[n(k+1)]

Where,

SSEk represents the sum of squares due to error obtained from the full model.

SSEl represents the sum of squares due to error obtained from the reduced model.

n represents the total number of observations,

k represents the number of predictors on the full model.

l represents the number of predictors on the reduced model.

Substitute 48.426for SSEk, 42.065 for SSEl, 36 for n, 5 for k and 3 for l .

f=(48.42642.065)5342.065[36(5+1)]=6.361242.065[366]=3.180542.06530=95.41542.065

=2.268

Critical value:

Software procedure:

  • Click on Graph, select View Probability and click OK.
  • Select F, enter 2 in numerator df and 30 in denominator df.
  • Under Shaded Area Tab select Probability under Define Shaded Area By and select Right tail.
  • Choose Probability value as 0.05.
  • Click OK.

Output obtained from MINITAB is given below:

Probability and Statistics for Engineering and the Sciences, Chapter 13.4, Problem 54E , additional homework tip  2

Conclusion:

Coefficient of determination:

The coefficient of determination for the whole model including the two variables corresponding to lubrication is 77.5% whereas the coefficient of multiple determination after removing the two variables corresponding to lubrication is 74.1%. Thus, there is a slight drop in coefficient of multiple determination.

Testing the hypothesis:

The test statistic value is 2.268 and the critical value is 3.316.

The test statistic is lesser than the critical value.

That is, 2.268(=test statistic)<3.316(=critical value).

Thus, the null hypothesis is not rejected,

Hence, there is sufficient evidence to conclude thatthe two dummy variables corresponding to lubrication are not significant to explain the variation in springback from wall opening angle.

e.

To determine

Identify whether the given model has improved than the model specified in part (d).

e.

Expert Solution
Check Mark

Answer to Problem 54E

Yes, the given model has improved than the model specified in part (d).

There is sufficient evidence to conclude thatthe addition of interaction terms is significant to explain the variation in springback from wall opening angle at 5% level of significance.

Explanation of Solution

Given info:

A regression model is built with the five predictors and the interactions between BHP and the four dummy variables.

The resulting SSE is 28.216 and the R2 value is 0.849.

Calculation:

The test hypotheses are given below:

Null hypothesis:

H0:β4=β5=β6=β7=β8=0

That is, the addition of interaction terms is not significant to explain the variation in the dependent variable y.

Alternative hypothesis:

Ha:At least one of the β's0

That is, at least one of theinteraction terms is significant to explain the variation in the dependent variable y.

The degrees of freedom for the regression would be 4.

The degrees of freedom for the error would be 304=26.

Test statistic:

f=42.06528.216428.21626=13.84941.085=13.8494.34=3.191

Critical value:

Software procedure:

  • Click on Graph, select View Probability and click OK.
  • Select F, enter 4 in numerator df and 26 in denominator df.
  • Under Shaded Area Tab select Probability under Define Shaded Area By and select Right tail.
  • Choose Probability value as 0.05.
  • Click OK.

Output obtained from MINITAB is given below:

Probability and Statistics for Engineering and the Sciences, Chapter 13.4, Problem 54E , additional homework tip  3

Conclusion:

The test statistic value is 3.191 and the critical value is 2.743.

The test statistic is greater than the critical value.

That is, 3.191(=test statistic)>2.743(=critical value).

Thus, the null hypothesis is rejected,

Hence, there issufficient evidence to conclude thatthe addition of interaction terms is significant to explain the variation in springback from wall opening angle at 5% level of significance.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
In recent years, concerns have been expressed about adverse health effects from amalgam dental restorations, which include mercury. The table below shows results from a study in which some patients were treated with amalgam restorations and others were treated with composite restorations that do not contain mercury (based on data from “Neuropsychological and Renal Effects of Dental Amalgam in Children,” by Bellinger, et al., Journal of the American Medical Association, Vol. 295, No. 15). Use a 0.05 significance level to test for independence between the type of restoration and sensory disorders. Do amalgam restorations appear to affect sensory disorders?   Amalgam Composite Sensory disorder 36 28 No sensory disorder 231 239
A survey of high school students was done to examine whether students had ever driven a car after consuming a substantial amount of alcohol (1=yes, 0=no). Data was collected on their sex (male/female), race (White/non-White), and grade level (9,10,11,12). Researchers realized that the impact of race on consuming alcohol before driving might vary by grade level and decided to fit the following model. Compute the OR of drinking before driving for students who self-reported as Black versus non-Black in the 9th grade, adjusting for gender. Hello, thank you for helping me out with this. I'm just confused about the concept of adjusting for gender in this case. I am not sure if I should plug in 0 and 1 for the gender and report those out separately or if I should take both odds ratios and divide them?
The article “Withdrawal Strength of Threaded Nails” (D. Rammer, S. Winistorfer, and D. Bender, Journal of Structural Engineering 2001:442–449) describes an experiment comparing the ultimate withdrawal strengths (in N/mm) for several types of nails. For an annularly threaded nail with shank diameter 3.76 mm driven into spruce-pine-fir lumber, the ultimate withdrawal strength was modeled as lognormal with μ = 3.82 and σ = 0.219. For a helically threaded nail under the same conditions, the strength was modeled as lognormal with μ = 3.47 and σ = 0.272. a) What is the mean withdrawal strength for annularly threaded nails? b) What is the mean withdrawal strength for helically threaded nails? c) For which type of nail is it more probable that the withdrawal strength will be greater than 50 N/mm? d) What is the probability that a helically threaded nail will have a greater withdrawal strength than the median for annularly threaded nails? e) An experiment is performed in which withdrawal…

Chapter 13 Solutions

Probability and Statistics for Engineering and the Sciences

Ch. 13.1 - Prob. 11ECh. 13.1 - Prob. 12ECh. 13.1 - Prob. 13ECh. 13.1 - If there is at least one x value at which more...Ch. 13.2 - No tortilla chip aficionado likes soggy chips, so...Ch. 13.2 - Polyester fiber ropes are increasingly being used...Ch. 13.2 - The following data on mass rate of burning x and...Ch. 13.2 - Failures in aircraft gas turbine engines due to...Ch. 13.2 - Prob. 19ECh. 13.2 - Prob. 20ECh. 13.2 - Mineral mining is one of the most important...Ch. 13.2 - Prob. 22ECh. 13.2 - Prob. 23ECh. 13.2 - Kyphosis refers to severe forward flexion of the...Ch. 13.2 - Prob. 25ECh. 13.3 - The following data on y 5 glucose concentration...Ch. 13.3 - The viscosity (y) of an oil was measured by a cone...Ch. 13.3 - Prob. 29ECh. 13.3 - The accompanying data was extracted from the...Ch. 13.3 - The accompanying data on y 5 energy output (W) and...Ch. 13.3 - Prob. 32ECh. 13.3 - Prob. 33ECh. 13.3 - The following data resulted from an experiment to...Ch. 13.3 - The article The Respiration in Air and in Water of...Ch. 13.4 - Cardiorespiratory fitness is widely recognized as...Ch. 13.4 - A trucking company considered a multiple...Ch. 13.4 - Let y = wear life of a bearing, x1 = oil...Ch. 13.4 - Let y = sales at a fast-food outlet (1000s of ),...Ch. 13.4 - The article cited in Exercise 49 of Chapter 7 gave...Ch. 13.4 - The article A Study of Factors Affecting the Human...Ch. 13.4 - An investigation of a die-casting process resulted...Ch. 13.4 - Prob. 43ECh. 13.4 - The accompanying Minitab regression output is...Ch. 13.4 - The article Analysis of the Modeling Methodologies...Ch. 13.4 - A regression analysis carried out to relate y =...Ch. 13.4 - Efficient design of certain types of municipal...Ch. 13.4 - An experiment to investigate the effects of a new...Ch. 13.4 - Prob. 49ECh. 13.4 - Prob. 50ECh. 13.4 - The article Optimization of Surface Roughness in...Ch. 13.4 - Utilization of sucrose as a carbon source for the...Ch. 13.4 - Prob. 53ECh. 13.4 - Prob. 54ECh. 13.5 - The article The Influence of Honing Process...Ch. 13.5 - Prob. 56ECh. 13.5 - In the accompanying table, we give the smallest...Ch. 13.5 - Prob. 58ECh. 13.5 - Prob. 59ECh. 13.5 - Pillar stability is a most important factor to...Ch. 13.5 - Prob. 61ECh. 13.5 - Prob. 62ECh. 13.5 - Prob. 63ECh. 13.5 - Prob. 64ECh. 13 - Curing concrete is known to be vulnerable to shock...Ch. 13 - Prob. 66SECh. 13 - The article Validation of the Rockport Fitness...Ch. 13 - Feature recognition from surface models of...Ch. 13 - Air pressure (psi) and temperature (F) were...Ch. 13 - An aeronautical engineering student carried out an...Ch. 13 - An ammonia bath is the one most widely used for...Ch. 13 - The article An Experimental Study of Resistance...Ch. 13 - The accompanying data on x = frequency (MHz) and y...Ch. 13 - Prob. 74SECh. 13 - Prob. 75SECh. 13 - The article Chemithermomechanical Pulp from Mixed...Ch. 13 - Prob. 77SECh. 13 - Prob. 78SECh. 13 - Prob. 79SECh. 13 - Prob. 80SECh. 13 - Prob. 81SECh. 13 - Prob. 82SECh. 13 - Prob. 83SE
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
MATLAB: An Introduction with Applications
Statistics
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc
Text book image
Probability and Statistics for Engineering and th...
Statistics
ISBN:9781305251809
Author:Jay L. Devore
Publisher:Cengage Learning
Text book image
Statistics for The Behavioral Sciences (MindTap C...
Statistics
ISBN:9781305504912
Author:Frederick J Gravetter, Larry B. Wallnau
Publisher:Cengage Learning
Text book image
Elementary Statistics: Picturing the World (7th E...
Statistics
ISBN:9780134683416
Author:Ron Larson, Betsy Farber
Publisher:PEARSON
Text book image
The Basic Practice of Statistics
Statistics
ISBN:9781319042578
Author:David S. Moore, William I. Notz, Michael A. Fligner
Publisher:W. H. Freeman
Text book image
Introduction to the Practice of Statistics
Statistics
ISBN:9781319013387
Author:David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:W. H. Freeman
Probability & Statistics (28 of 62) Basic Definitions and Symbols Summarized; Author: Michel van Biezen;https://www.youtube.com/watch?v=21V9WBJLAL8;License: Standard YouTube License, CC-BY
Introduction to Probability, Basic Overview - Sample Space, & Tree Diagrams; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=SkidyDQuupA;License: Standard YouTube License, CC-BY