4a) (5pts) Given the following curve fitting x to y, sketch the residuals on the plot.
4b) (10 pts) What specifically does the least squares method seek to minimize?
4c) (10 pts) Given some set of (xi, yi), from 20 samples with: min(x) = 15; max(x) = 75; sum(x) = 400; sum(x^2) = 3500; sum(y) = 300; sum(y^2) = 2300; sum(xy) = 1100, specify the linear, least squares fit of y to x in three equations. Plug in all known values, but do not solve the equations.