Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 3m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample1h 1m
- 10. Hypothesis Testing for Two Samples2h 8m
- 11. Correlation48m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
1. Intro to Stats and Collecting Data
Intro to Stats
Problem 10.2.22
Textbook Question
Regression and Predictions
Exercises 13–28 use the same data sets as Exercises 13–28 in Section 10-1.
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.
Subway and the CPI Use the subway/CPI data from the preceding exercise. What is the best predicted value of the CPI when the subway fare is $3.00?

1
Identify the predictor variable (x) and the response variable (y). In this case, the subway fare is the predictor variable (x), and the Consumer Price Index (CPI) is the response variable (y).
Use the given data set to calculate the regression equation. The regression equation is typically of the form y = mx + b, where m is the slope and b is the y-intercept. To find m and b, use the formulas: m = (Σ(xy) - n(μx)(μy)) / (Σ(x²) - n(μx²)) and b = μy - m(μx), where μx and μy are the means of x and y, respectively.
Substitute the calculated values of m (slope) and b (intercept) into the regression equation to obtain the final equation.
To predict the CPI when the subway fare is $3.00, substitute x = 3.00 into the regression equation y = mx + b. This will give the predicted value of y (CPI).
Verify the prediction by ensuring that the value of x = 3.00 lies within the range of the data set used to calculate the regression equation. If it does, the prediction is valid; otherwise, it may be an extrapolation and less reliable.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
4mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Regression Analysis
Regression analysis is a statistical method used to model the relationship between a dependent variable and one or more independent variables. In this context, it helps to determine how changes in the predictor variable (subway fare) affect the predicted value of the response variable (CPI). The output is typically a regression equation that can be used for making predictions.
Predictor and Response Variables
In regression analysis, the predictor variable (independent variable) is the one used to predict the value of another variable, known as the response variable (dependent variable). In this case, the subway fare is the predictor variable, while the Consumer Price Index (CPI) is the response variable. Understanding the roles of these variables is crucial for interpreting the regression results.
Recommended video:
Guided course
Intro to Random Variables & Probability Distributions
Prediction Procedure
The prediction procedure involves using the regression equation to estimate the value of the response variable based on a specific value of the predictor variable. This typically includes substituting the predictor value into the regression equation to calculate the predicted response. In this scenario, the procedure will be applied to find the CPI when the subway fare is set at $3.00.
Recommended video:
Guided course
Probabilities Between Two Values
Watch next
Master Introduction to Statistics Channel with a bite sized video explanation from Patrick
Start learning