Solve the following problem:
1. An analyst for Phidelity Investments wants to develop a regression model to predict the annual rate of return for a stock based on the price-earnings (PE) ratio of the stock and a measure of the stock's risk.
  
| PE Ratio | 
Risk | 
Return | 
| 7.4 | 
1.0 | 
7.6 | 
| 11.1 | 
1.3 | 
13.0 | 
| 8.7 | 
1.1 | 
8.9 | 
| 11.2 | 
1.2 | 
10.9 | 
| 11.6 | 
1.7 | 
12.1 | 
| 12.2 | 
1.3 | 
12.8 | 
| 12.5 | 
1.2 | 
11.3 | 
| 12.5 | 
1.3 | 
14.1 | 
| 13.0 | 
1.6 | 
14.8 | 
| 13.4 | 
1.4 | 
16.7 | 
a.    Prepare scatter plots for each independent variable versus the dependent variable. What type of model do these scatter plots suggest might be appropriate for the data?
b.    Let Y = Return, X1 = PE Ratio, and X2 = Risk. Obtain the regression results for the following regression model:
                  Yˆ = bo +b1X1i    + b2X2i
Interpret the value of R2 for this model.
c.    Obtain the regression results for the following regression model:
                    Yˆ= bo    + b1X1i    + b2X2i+b3x3i+b4x4i
where X3i=x21i and x4i=x22i. Interpret the value of R2 for this model.
d.    Which of the previous two models would you recommend that the analyst use?