A regression uses an intercept plus two engineered features. For four training samples the design matrix is
where column 1 is the intercept, column 2 is the raw feature, and column 3 was produced by a feature-engineering step.
The least-squares fit is found by solving the normal equations
for some target vector .
Give , , and the number of solutions the normal equations admit.
Select all that apply.