A local public utility would like to be able to predict a dwelling unit's average monthly electricity bill. The company statistician estimated by least squares the following regression model:
$$
y_t=\beta_0+\beta_1 x_{1 t}+\beta_2 x_{2 t}+\varepsilon_t
$$
where
$$
\begin{aligned}
y_t= & \text { average monthly electricity bill, in dollars } \\
x_{1 t}= & \text { average bimonthly automobile gasoline bill, } \\
& \text { in dollars } \\
x_{2 t}= & \text { number of rooms in dwelling unit }
\end{aligned}
$$
From a sample of 25 dwelling units, the statistician obtained the following output from the SAS program:
$$
\begin{array}{crcc}
\hline \text { Parameter } & \text { Estimate } & \begin{array}{c}
\text { Student's } t \text { for } H_0: \\
\text { parameter }=0
\end{array} & \begin{array}{c}
\text { Std. error } \\
\text { of estimate }
\end{array} \\
\hline \text { Intercept } & -10.8030 & & \\
x_1 & -0.0247 & -0.956 & 0.0259 \\
x_2 & 10.9409 & 18.517 & 0.5909 \\
\hline
\end{array}
$$
a. Interpret, in the context of the problem, the least squares estimate of $\beta_2$.
b. Test, against a two-sided alternative, the null hypothesis
$$
H_0: \beta_1=0
$$
c. The statistician is concerned about the possibility of multicollinearity. What information is needed to assess the potential severity of this problem?
d. It is suggested that household income is an important determinant of size of electricity bill. If this is so, what can you say about the regression estimated by the statistician?
e. Given the fitted model, the statistician obtains the predicted electricity bills, $\hat{y}_t$, and the residuals, $e_t$. He then regresses $\hat{e}_t^2$ on $\hat{y}_t$, finding that the regression has a coefficient of determination of 0.0470 . Interpret this finding.