Multiple regression refers to the method of predicting one variable as a linear function of more than one predictor.
LA homes example:
\[ \widehat{price} = \beta_0 + \beta_1 sqft + \beta_2 bath \]
But we could also introduc as the additional predictor a polynomial term of the existing predictor.
\[ \widehat{price} = \beta_0 + \beta_1 sqft + \beta_2 sqft^2 \]