Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Exercises 13–28 use the same data sets as Exercises 13–28

in Section 10-1. In each case, find the regression equation, letting the first variable be the predictor (x) variable. Find the indicated predicted value by following the prediction procedure summarized in Figure 10-5 on page 493.

Find the best predicted temperature at a time when a cricket

chirps 3000 times in 1 minute. What is wrong with this predicted temperature?

Short Answer

Expert verified

The regression equation is\(\hat y = 27.6 + 0.052x\).

The best predicted temperature at a time when a cricket chirps 3000 times in 1 minute is 183.6 F.

The predicted temperature is extreme and unreliable as the chirps of 3000 are extreme as compared to other sampled measures.

Step by step solution

01

Given information

Values of two variables are given namely, chirps in 1 min and temperature.

02

Calculate the mean values

Let x represent the chirps in 1 min.

Let y represent the temperature

Themean value of xis given as,

\(\begin{array}{c}\bar x = \frac{{\sum\limits_{i = 1}^n {{x_i}} }}{n}\\ = \frac{{882 + 1188 + .... + 900}}{8}\\ = 1016.25\end{array}\)

Therefore, the mean value of x is 1016.25.

Themean value of yis given as,

\(\begin{array}{c}\bar y = \frac{{\sum\limits_{i = 1}^n {{y_i}} }}{n}\\ = \frac{{69.7 + 93.3 + .... + 79.6}}{{12}}\\ = 80.75\end{array}\)

Therefore, the mean value of y is 80.75.

03

Calculate the standard deviation of x and y

The standard deviation of x is given as,

\(\begin{array}{c}{s_x} = \sqrt {\frac{{\sum\limits_{i = 1}^n {{{({x_i} - \bar x)}^2}} }}{{n - 1}}} \\ = \sqrt {\frac{{{{\left( {882 - 1016.25} \right)}^2} + {{\left( {1188 - 1016.25} \right)}^2} + ..... + {{\left( {900 - 1016.25} \right)}^2}}}{{8 - 1}}} \\ = 135.8\end{array}\)

Therefore, the standard deviation of x is 135.8.

The standard deviation of y is given as,

\(\begin{array}{c}{s_y} = \sqrt {\frac{{\sum\limits_{i = 1}^n {{{({y_i} - \bar y)}^2}} }}{{n - 1}}} \\ = \sqrt {\frac{{{{\left( {69.7 - 80.75} \right)}^2} + {{\left( {93.3 - 80.75} \right)}^2} + ..... + {{\left( {79.6 - 80.75} \right)}^2}}}{{8 - 1}}} \\ = 8.125\end{array}\)

Therefore, the standard deviation of yis 8.125.

04

Calculate the correlation coefficient

The correlation coefficient is given as,

\(r = \frac{{n\left( {\sum {xy} } \right) - \left( {\sum x } \right)\left( {\sum y } \right)}}{{\sqrt {\left( {\left( {n\sum {{x^2}} } \right) - {{\left( {\sum x } \right)}^2}} \right)\left( {\left( {n\sum {{y^2}} } \right) - {{\left( {\sum y } \right)}^2}} \right)} }}\)

The calculations required to compute the correlation coefficient are as follows:

The correlation coefficient is given as,

\(\begin{array}{l}r = \frac{{n\left( {\sum {xy} } \right) - \left( {\sum x } \right)\left( {\sum y } \right)}}{{\sqrt {\left( {\left( {n\sum {{x^2}} } \right) - {{\left( {\sum x } \right)}^2}} \right)\left( {\left( {n\sum {{y^2}} } \right) - {{\left( {\sum y } \right)}^2}} \right)} }}\\ = \frac{{8\left( {663245.4} \right) - \left( {8130} \right)\left( {646} \right)}}{{\sqrt {\left( {\left( {8 \times 8391204} \right) - {{\left( {8130} \right)}^2}} \right)\left( {\left( {8 \times 52626.6} \right) - {{\left( {646} \right)}^2}} \right)} }}\\ = 0.8737\end{array}\)

Therefore, the correlation coefficient is 0.8737.

05

Calculate the slope of the regression line

The slopeof the regression line is given as,

\(\begin{array}{c}{b_1} = r\frac{{{s_Y}}}{{{s_X}}}\\ = 0.8737 \times \frac{{8.125}}{{135.8}}\\ = 0.0523\end{array}\)

Therefore, the value of slope is 0.052.

06

Calculate the intercept of the regression line

The interceptis computed as,

\(\begin{array}{c}{b_0} = \bar y - {b_1}\bar x\\ = 80.75 - \left( {0.0523 \times 1016.25} \right)\\ = 27.6\end{array}\)

Therefore, the value of intercept is 27.6.

07

Form a regression equation

Theregression equationis given as,

\(\begin{array}{c}\hat y = {b_0} + {b_1}x\\ = 27.6 + 0.052x\end{array}\)

Thus, the regression equation is \(\hat y = 27.6 + 0.052x\).

08

Analyze the model

Referring to exercise 22 of section 10-1,

1)The scatter plot shows an approximate linear relationship between the variables.

2)The P-value is 0.005.

As the P-value is less than the level of significance (0.05), this implies the null hypothesis is rejected.

Therefore, the correlation is significant.

Referring to figure 10-5, the criteria for a good regression model are satisfied.

09

Predict the temperature

The best predicted temperature at a time when a cricket chirps 3000 times in 1 minute is computed as,

\(\begin{array}{c}\hat y = 27.6 + 0.052\left( {3000} \right)\\ = 183.6\end{array}\)

Therefore, the best predicted temperature at a time when a cricket chirps 3000 times in 1 minute is 183.6 F.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Exercises 13–28 use the same data sets as Exercises 13–28 in Section 10-1. In each case, find the regression equation, letting the first variable be the predictor (x) variable. Find the indicated predicted value by following the prediction procedure summarized in Figure 10-5 on page 493.

Internet and Nobel Laureates Find the best predicted Nobel Laureate rate for Japan, which has 79.1 Internet users per 100 people. How does it compare to Japan’s Nobel Laureate rate of 1.5 per 10 million people?

The following exercises are based on the following sample data consisting of numbers of enrolled students (in thousands) and numbers of burglaries for randomly selected large colleges in a recent year (based on data from the New York Times)

Which of the following change if the two variables of enrollment and burglaries are switched: the value of r= 0.499, the P-value of 0.393, the critical values of\( \pm \)0.878?

In Exercises 5–8, we want to consider the correlation between heights of fathers and mothers and the heights of their sons. Refer to theStatCrunch display and answer the given questions or identify the indicated items.

The display is based on Data Set 5 “Family Heights” in Appendix B.

Identify the multiple regression equation that expresses the height of a son in terms of the height of his father and mother.

Cigarette Tar and Nicotine The table below lists measured amounts (mg) of tar, carbonmonoxide (CO), and nicotine in king size cigarettes of different brands (from Data Set 13“Cigarette Contents” in Appendix B).

a. Is there is sufficient evidence to support a claim of a linear correlation between tar and nicotine?

b. What percentage of the variation in nicotine can be explained by the linear correlation between nicotine and tar?

c. Letting yrepresent the amount of nicotine and letting xrepresent the amount of tar, identify the regression equation.

d. The Raleigh brand king size cigarette is not included in the table, and it has 23 mg of tar. What is the best predicted amount of nicotine? How does the predicted amount compare to the actual amount of 1.3 mg of nicotine?

Tar

25

27

20

24

20

20

21

24

CO

18

16

16

16

16

16

14

17

Nicotine

1.5

1.7

1.1

1.6

1.1

1.0

1.2

1.4

In Exercises 5–8, we want to consider the correlation between heights of fathers and mothers and the heights of their sons. Refer to the

StatCrunch display and answer the given questions or identify the indicated items.

The display is based on Data Set 5 “Family Heights” in Appendix B.

A son will be born to a father who is 70 in. tall and a mother who is 60 in. tall. Use the multiple regression equation to predict the height of the son. Is the result likely to be a good predicted value? Why or why not?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free