You are fitting the straight line to three data points by least squares:
In matrix form this is with
The three points are not collinear, so no exact solution exists — least squares projects onto the column space of instead.
Find the least-squares coefficients and the residual sum of squares .
(Sanity check available to you: the residual vector must come out orthogonal to both columns of .)
Select all that apply.