The equation of the regression line is y = 1.2x + 6.
The equation of a simple linear regression line is given by: y = mx + b
where m is the slope of the line and b is the y-intercept.
The equation of the regression line, you need to calculate the slope and y-intercept.
The slope can be calculated using the formula:
m = (n(∑xy) - (∑x)(∑y)) / (n(∑
) - (∑(x)^2) and
the y-intercept can be calculated using the formula:
b = (∑y - m(∑x)) / n.
Let's calculate the slope and y-intercept using the given data:
- n = 5
- ∑x = 75
- ∑y = 120
- ∑xy = 1800
- ∑
= 1875
After performing the calculations, the slope (m) is found to be 1.2 and the y-intercept (b) is 6.
Therefore, the equation of the regression line is: y = 1.2x + 6. The correct answer is b. y = 1.2x + 6.