Given the data points (-1,2) (0,1) and (3,-4), you want to fit the best straight line, y=mx + b, through these points. given that m = -20/13, find the value of b that minimizes the error E = Ʃ ("N" on top, "i=1" on bottom) (MXi + B - Yi)^2.
This was on a test I just took for calc 1. I did the...