Elementary Statistics
12th Edition
ISBN: 9780321836960
Author: Mario F. Triola
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 10.3, Problem 17BSC
Regression and Predictions. Exercises 13-28 use the same data sets as Exercises 13-28 in Section 10-2. In each cast, 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.
17. Town Courts The court for the town of Beckman had income of $83,941 (or $83.941 thousand). Find the best predicted salary for the justice. Is the result close to the actual salary of $26,088?
Court Income | 65 | 404 | 1567 | 1131 | 272 | 252 | 111 | 154 | 32 |
Justice Salary | 30 | 44 | 92 | 56 | 46 | 61 | 25 | 26 | 18 |
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
KidsFeet Regression Analysis Code
The KidsFeet dataframe contains data collected on 39 fourth grade students in Ann Arbor, MI, in October 1997. Two of the measurements taken on the children were the length in centimeters, (length), and width in centimeters, (width), of their longest foot. This data could be used to answer the following
Research Question: How is the width of a fourth-grade student's foot related to the length?
Which of the following lines of code resulted in the following plot and regression analysis? Hint: More than one choice may be correct.
## ## Simple Linear Regression## ## Correlation coefficient r = 0.6411 ##
## Equation of Regression Line:## ## length = 9.817 + 1.658 * width ## ## Residual Standard Error: s = 1.025 ## R^2 (unadjusted): R^2 = 0.411
( ) KidsFeetMod<-lmGC(length~width,data=KidsFeet)
KidsFeetMod
( ) lmGC(width~length,data=KidsFeet,graph=TRUE)
( ) KidsFeetMod<-lmGC(width~length,data=KidsFeet)…
KidsFeet Regression Line y-Intercept
The KidsFeet dataframe contains data collected on 39 fourth grade students in Ann Arbor, MI, in October 1997. Two of the measurements taken on the children were the length in centimeters, (length), and width in centimeters, (width), of their longest foot. This data could be used to answer the following
Research Question: How is the width of a fourth-grade student's foot related to the length?
Which of the following is the y-intercept of the regression line?
## ## Simple Linear Regression## ## Correlation coefficient r = 0.6411 ## ## Equation of Regression Line:## ## length = 9.817 + 1.658 * width ## ## Residual Standard Error: s = 1.025 ## R^2 (unadjusted): R^2 = 0.411
( ) 1.0248
( ) 1.6576
( ) 22.8153
( ) 0.411
( ) 9.8172
( )0.6411
STER.
1. Wine Consumption. The table below gives the U.S. adult wine consumption, in gallons per
person per year, for selected years from 1980 to 2005.
a) Create a scatterplot for the data. Graph the scatterplot
Year
Wine
below.
Consumption
2.6
b) Determine what type of model is appropriate for the
1980
data.
1985
2.3
c) Use the appropriate regression on your calculator to find a
Graph the regression equation in the same coordinate
plane below.
d) According to your model, in what year was wine
consumption at a minimum? A
e) Use your model to predict the wine consumption in
2008.
1990
2.0
1995
2.1
2000
2.5
2005
2.8
Chapter 10 Solutions
Elementary Statistics
Ch. 10.2 - Notation For each of several randomly selected...Ch. 10.2 - Physics Experiment A physics experiment consists...Ch. 10.2 - Cause of High Blood Pressure Some studies have...Ch. 10.2 - Notation What is the difference between the...Ch. 10.2 - Interpreting r. In Exercises 5-8, use a...Ch. 10.2 - Interpreting r. In Exercises 5-8, use a...Ch. 10.2 - Interpreting r. In Exercises 5-8, use a...Ch. 10.2 - Cereal Killers The amounts of sugar (grams of...Ch. 10.2 - Explore! Exercises 9 and 10 provide two data sets...Ch. 10.2 - Explore! Exercises 9 and 10 provide two data sets...
Ch. 10.2 - Outlier Refer in the accompanying...Ch. 10.2 - Clusters Refer to the following Minitab-generated...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Prob. 14BSCCh. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Prob. 19BSCCh. 10.2 - Prob. 20BSCCh. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Prob. 23BSCCh. 10.2 - Prob. 24BSCCh. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Prob. 26BSCCh. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Testing for a Linear Correlation. In Exercises...Ch. 10.2 - Large Data Sets. In Exercises 29-32, use the data...Ch. 10.2 - Large Data Sets. In Exercises 29-32, use the data...Ch. 10.2 - Appendix B Data Sets. In Exercises 29-34, use the...Ch. 10.2 - Large Data Sets. In Exercises 29-32, use the data...Ch. 10.2 - Transformed Data In addition to testing for a...Ch. 10.2 - Prob. 34BBCh. 10.3 - Notation and Terminology If we use the paired...Ch. 10.3 - Best-Fit Line In what sense is the regression line...Ch. 10.3 - Prob. 3BSCCh. 10.3 - Notation What is the difference between the...Ch. 10.3 - Making Predictions. In Exercises 5-8, let the...Ch. 10.3 - Making Predictions. In Exercises 5-8, let the...Ch. 10.3 - Making Predictions. In Exercises 5-8, let the...Ch. 10.3 - Making Predictions. In Exercises 5-8, let the...Ch. 10.3 - Finding the Equation of the Regression Line. In...Ch. 10.3 - Finding the Equation of the Regression Line. In...Ch. 10.3 - Effects of an Outlier Refer to the Mini...Ch. 10.3 - Effects of Clusters Refer to the Minitab-generated...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 13-28 use...Ch. 10.3 - Regression and Predictions. Exercises 1328 use the...Ch. 10.3 - Regression and Predictions. Exercises 1328 use the...Ch. 10.3 - Regression and Predictions. Exercises 1328 use the...Ch. 10.3 - Large Data Sets. Exercises 2932 use the same...Ch. 10.3 - Large Data Sets. Exercises 2932 use the same...Ch. 10.3 - Prob. 31BSCCh. 10.3 - Large Data Sets. Exercises 29-32 use the same...Ch. 10.3 - Prob. 33BBCh. 10.3 - Prob. 34BBCh. 10.4 - Prob. 1BSCCh. 10.4 - Prediction Interval Using the heights and weights...Ch. 10.4 - Prob. 3BSCCh. 10.4 - Prob. 4BSCCh. 10.4 - Interpreting the Coefficient of Determination. In...Ch. 10.4 - Interpreting the Coefficient of Determination. In...Ch. 10.4 - Interpreting the Coefficient of Determination. In...Ch. 10.4 - Interpreting the Coefficient of Determination. In...Ch. 10.4 - Prob. 9BSCCh. 10.4 - Prob. 10BSCCh. 10.4 - Prob. 11BSCCh. 10.4 - Prob. 12BSCCh. 10.4 - Prob. 13BSCCh. 10.4 - Prob. 14BSCCh. 10.4 - Prob. 15BSCCh. 10.4 - Prob. 16BSCCh. 10.4 - Variation and Prediction Intervals. In Exercises...Ch. 10.4 - Prob. 18BSCCh. 10.4 - Prob. 19BSCCh. 10.4 - Prob. 20BSCCh. 10.4 - Confidence Intervals for 0 and 1 Confidence...Ch. 10.4 - Confidence Interval for Mean Predicted Value...Ch. 10.5 - Prob. 1BSCCh. 10.5 - Best Multiple Regression Equation For the...Ch. 10.5 - Adjusted Coefficient of Determination For Exercise...Ch. 10.5 - Interpreting R2 For the multiple regression...Ch. 10.5 - Prob. 5BSCCh. 10.5 - Prob. 6BSCCh. 10.5 - Prob. 7BSCCh. 10.5 - Prob. 8BSCCh. 10.5 - Prob. 9BSCCh. 10.5 - Prob. 10BSCCh. 10.5 - Prob. 11BSCCh. 10.5 - City Fuel Consumption: Finding the Best Multiple...Ch. 10.5 - Prob. 13BSCCh. 10.5 - Prob. 14BSCCh. 10.5 - Appendix B Data Sets. In Exercises 13-16, refer to...Ch. 10.5 - Appendix B Data Sets. In Exercises 13-16, refer to...Ch. 10.5 - Prob. 17BBCh. 10.5 - Prob. 18BBCh. 10.5 - Dummy Variable Refer to Data Set 9 Bear...Ch. 10.6 - Prob. 1BSCCh. 10.6 - Prob. 2BSCCh. 10.6 - Super Bowl and R2 Let x represent years coded as...Ch. 10.6 - Prob. 4BSCCh. 10.6 - Prob. 5BSCCh. 10.6 - Finding the Best Model. In Exercises 5-16,...Ch. 10.6 - Prob. 7BSCCh. 10.6 - Prob. 8BSCCh. 10.6 - Finding the Best Model. In Exercises 5-16,...Ch. 10.6 - Finding the Best Model. In Exercises 5-16,...Ch. 10.6 - Prob. 11BSCCh. 10.6 - Prob. 12BSCCh. 10.6 - Prob. 13BSCCh. 10.6 - Prob. 14BSCCh. 10.6 - Prob. 15BSCCh. 10.6 - Prob. 16BSCCh. 10.6 - Prob. 18BBCh. 10 - The exercises arc based on the following sample...Ch. 10 - Prob. 2CQQCh. 10 - Prob. 3CQQCh. 10 - The exercises are based on the following sample...Ch. 10 - The exercises are based on the following sample...Ch. 10 - Prob. 6CQQCh. 10 - Prob. 7CQQCh. 10 - Prob. 8CQQCh. 10 - Prob. 9CQQCh. 10 - Prob. 10CQQCh. 10 - Old Faithful The table below lists measurements...Ch. 10 - Prob. 2RECh. 10 - Prob. 3RECh. 10 - Prob. 4RECh. 10 - Prob. 5RECh. 10 - Prob. 1CRECh. 10 - Prob. 2CRECh. 10 - Prob. 3CRECh. 10 - Prob. 4CRECh. 10 - Effectiveness of Diet. Listed below are weights...Ch. 10 - Prob. 6CRECh. 10 - Prob. 7CRECh. 10 - Effectiveness of Diet. Listed below are weights...Ch. 10 - Prob. 9CRECh. 10 - Prob. 10CRECh. 10 - Critical Thinking: Is replication validation? The...Ch. 10 - Prob. 2FDDCh. 10 - Prob. 3FDD
Knowledge Booster
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
- Find the equation of the regression line for the following data set. x 1 2 3 y 0 3 4arrow_forwardIn this section, we introduced a descriptive measure of the utility of the regression equation for making predictions. a. Identify the term and symbol for that descriptive measure. b. Provide an interpretation.arrow_forwardState the regression equation and use it to predict taxes for a house with lot size 10K.arrow_forward
- A study was done to look at the relationship between number of lovers college students have had in their lifetimes and their GPAS. The results of the survey are shown below. Lovers 4 5 4 2 7 GPA 1.9 2.3 2.9 1.3 2.9 3.9 1.1 a. Find the correlation coefficient: r = Round to 2 decimal places. b. The null and alternative hypotheses for correlation are: Но: ? H1: ? The p-value is: (Round to four decimal places) c. Use a level of significance of a conclusion of the hypothesis test in the context of the study. :0.05 to state the There is statistically significant evidence to conclude that a student who has had more lovers will have a lower GPA than a student who has had fewer lovers. | There is statistically insignificant evidence to conclude that there is a correlation between the number of lovers students have had in their lifetimes and their GPA. Thus, the use of the regression line is not appropriate. There is statistically significant evidence to conclude that there is a correlation…arrow_forwardThe figure shows a scatterplot with the regression line. The equation of the regression line is shown below. The data are for the 50 regions in Country A. The predictor is the percentage of smoke-free homes. The response is the percentage of high school students who smoke. Complete parts a and b. Predicted Pct. Smokers=56.373−0.466(Pct. Smoke-free) 405060708090010203040Pct. Smoke-freePct. Smokers A scatterplot has a horizontal axis labeled “Percent Smoke-free” from 40 to 90 in intervals of 10 and a vertical axis labeled “Percent Smokers” from 0 to 40 in intervals of 10. There is a straight line, falling from left right, passing through approximate points (50, 34) and (80, 20). Of the 50 points plotted, most follow the path of the line between horizontal coordinates 50 and 80 with a vertical spread of about 10, with an approximately equal number of points above and below the line. There are no significant outliers. a. Explain what the trend…arrow_forwardCollege AlgebraLinear Regression Analysis Complete parts a, b, c, d and e. Use your graphing calculator to complete all parts.You may record your answers on a word document. 1. The table gives the age and systolic blood pressure for a sample of 12 randomlyselected healthy adults. Age Systolic Blood pressure (mmHg)17 11021 11827 12133 12235 11838 12443 12551 13058 13260 13864 13470 142a) Use a graphing utility to create a scatter plot for the data. Using the age as theindependent variable x and the Systolic Blood pressure as the dependent variabley.Do the data appear to be linear?**If when you hit GRAPH and you do not see anything change the window. Hit the windowbutton and choose option 9. Now do you see the graph?b) Use the regression feature of a graphing utility to find a linear model for predictingSystolic…arrow_forward
- The following is the recorded earthquakes on South Carolina from August, 2016 to February, 2017. Use the data to find the residuals. Then draw a residual plot by hand. Use the residual plot to determine if the linear model is the best regression model for this data.arrow_forwardThe personnel director of a large hospital is interested in determining the relationship (if any) between an employee's age and the number of sick days the employee takes per year. The director randomly selects ten employees and records their age and the number of sick days which they took in the previous year. 4 5 6 7 8 9 10 Employee 1 2 3 Age 30 50 40 55 30 28 60 25 30 45 Sick Days 7 4 3 2 10 8 Copy Data The estimated regression equation and the standard error are given. Sick Days = 14.310162 – 0.236900( Age S. = 1.682207 Find the 95 % prediction interval for the average number of sick days an employee will take per year, given the employee is 22. Round your answer to two decimal places.arrow_forwardThe personnel director of a large hospital is interested in determining the relationship (if any) between an employee's age and the number of sick days the employee takes per year. The director randomly selects ten employees and records their age and the number of sick days which they took in the previous year. Employee 1 2 30 50 Age Sick Days 7 4 Copy Data The estimated regression equation and the standard error are given. Answer Sick Days intiem 3 4 5 40 55 30 9 3 2 7 8 9 10 25 30 45 8 6 28 60 10 0 14.310162 - 0.236900(Age) s 2 S. = 1.682207 Find the 99 % prediction interval for the average number of sick days an employee will take per year, given the employee is 28. Round your answer to two decimal places. 2 Tables Keypad Keyboard Shortcutsarrow_forward
- a) Write out the regression equation. b) Fill in the missing values *, **, *** and ****. c) Use the p-value approach to determine if ? is significant at the 5% significance levelarrow_forward30arrow_forwardSimple regression analysis means that A. the data are presented in a simple and clear way B. we have only a few observations C. there are only two independent variables D. we have only one explanatory variablearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw HillBig Ideas Math A Bridge To Success Algebra 1: Stu...AlgebraISBN:9781680331141Author:HOUGHTON MIFFLIN HARCOURTPublisher:Houghton Mifflin Harcourt
- Trigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage LearningHolt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALFunctions and Change: A Modeling Approach to Coll...AlgebraISBN:9781337111348Author:Bruce Crauder, Benny Evans, Alan NoellPublisher:Cengage Learning
Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill
Big Ideas Math A Bridge To Success Algebra 1: Stu...
Algebra
ISBN:9781680331141
Author:HOUGHTON MIFFLIN HARCOURT
Publisher:Houghton Mifflin Harcourt
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL
Functions and Change: A Modeling Approach to Coll...
Algebra
ISBN:9781337111348
Author:Bruce Crauder, Benny Evans, Alan Noell
Publisher:Cengage Learning
Correlation Vs Regression: Difference Between them with definition & Comparison Chart; Author: Key Differences;https://www.youtube.com/watch?v=Ou2QGSJVd0U;License: Standard YouTube License, CC-BY
Correlation and Regression: Concepts with Illustrative examples; Author: LEARN & APPLY : Lean and Six Sigma;https://www.youtube.com/watch?v=xTpHD5WLuoA;License: Standard YouTube License, CC-BY