
Russ P. answered 12/01/14
Tutor
4.9
(135)
Patient MIT Grad For Math and Science Tutoring
Auburn,
Make a table with each row being a different data point, and the columns being x, y, xy, & x2 and fill in this table by making these preliminary computations.
Let N = number of data points (5 here).
m = slope of the regression line.
b = the y-intercept of that line when x = 0.
Then,
m = { [N ∑xy - (∑x) (∑y)] / [ N ∑(x2) - (∑x)2]} = -0.685
b = (1/N)[ ∑y - m(∑x)] = + 8.425
Thus, the best-fit regression line is y = -0.685 x + 8.425
You can work thru the data and verify this.