400
Consider the three points (4,33), (5,27), and (6,15). Given any straight line, we can calculate the sum of the squares of the three vertical distances from these points to the line. What is the smallest possible value this sum can be?
6.
Explanation: Using your calculator, find the regression line to be y hat=70-9x. The regression line minimizes the sum of the squares of the vertical distances between the points and the line. In this case, (4,34), (5,25), and (6,16) are on line and so the minimum sum is (33-34)^2+(27-25)^2+(15-16)^2=6.