Exercise 1.2.32

The table shows average US retail residential prices of electricity from 2000 to 2016, measured in cents per kilowatt hour.

(a)
Make a scatter plot. Is a linear model appropriate?
(b)
Find and graph the regression line.
(c)
Use your linear model from part (b) to estimate the average retail price of electricity in 2005 and 2017.

Answers

(a)
We make the scatter plot as follows:

As we can see, the linear model is appropriate for this graph.

(b)
Using the Python code from Exercise 1.2.29 (c) or WolframAlpha, we get the following regression line function: y ( 0 , + ) : p ( y ) = 8.15578 + 0.315667 x .

We sketch the graph of the function p as follows:

(c)
We should find the values p ( 5 ) and p ( 17 ) using the graph in (b):

As we can see from the graph, p ( 5 ) 9.7 , p ( 17 ) 13 . 5 .

User profile picture
2023-08-08 04:49
Comments