Answer:
Explanation:
a. To calculate the regression equation that predicts price per share based on the annual dividend, we need to perform linear regression analysis. We can use a statistical software or spreadsheet to do this. The results are:
Regression equation: price per share = 14.393 + 1.201(dividend)
Interpretation: For every $1 increase in dividend, the price per share is predicted to increase by $1.201, holding all other variables constant.
b. The decision rule for testing the significance of the regression coefficient (slope) is:
H0: β1 = 0 (the slope is not significantly different from 0)
Ha: β1 ≠ 0 (the slope is significantly different from 0)
Test statistic: t = (b1 - 0) / SE(b1)
Rejection region: t < -tα/2,n-2 or t > tα/2,n-2, where α = 0.05 and n-2 = 28 degrees of freedom
c. The value of the test statistic is:
t = (1.201 - 0) / 0.177 = 6.79 (rounded to two decimal places)
d. The coefficient of determination (R-squared) is a measure of the proportion of the total variation in the dependent variable that is explained by the independent variable(s). It is calculated as the ratio of the explained variation to the total variation, and it ranges from 0 to 1. The formula is:
R-squared = explained variation / total variation
In this case, the explained variation is given by the regression sum of squares (SSR) and the total variation is given by the total sum of squares (SST):
SSR = Σ(y-hat - y-bar)^2 = 6418.95
SST = Σ(y - y-bar)^2 = 12345.44
Therefore, the coefficient of determination is:
R-squared = SSR / SST = 6418.95 / 12345.44 = 0.52 (rounded to two decimal places)
Interpretation: About 52% of the variation in the price per share can be explained by the annual dividend.
e. The correlation coefficient (r) measures the strength and direction of the linear relationship between the two variables. It ranges from -1 to +1, with values closer to -1 or +1 indicating a stronger relationship. The formula is:
r = cov(x,y) / (SD(x) * SD(y))
In this case, we can use the sample correlation coefficient to estimate the population correlation coefficient:
r = cov(price, dividend) / (SD(price) * SD(dividend))
where cov(price, dividend) is the covariance between price and dividend, and SD(price) and SD(dividend) are the standard deviations of price and dividend, respectively.
Using the formula or a spreadsheet, we get:
cov(price, dividend) = Σ[(price - mean price)*(dividend - mean dividend)] / (n - 1) = 417.25
SD(price) = 18.14
SD(dividend) = 6.10
Therefore, the correlation coefficient is:
r = 417.25 / (18.14 * 6.10) = 0.73 (rounded to two decimal places)
Interpretation: There is a strong positive linear relationship between the price per share and the annual dividend, with a correlation coefficient of 0.73.