To simplify the polynomial expression \((xy - 2)(x^2 + 1)\), we will apply the distributive property (also known as the FOIL method for binomials).
-
Distribute \(xy\) to both terms in \((x^2 + 1)\): \[ xy \cdot x^2 + xy \cdot 1 = xyx^2 + xy = xy^2 + xy \]
-
Distribute \(-2\) to both terms in \((x^2 + 1)\): \[ -2 \cdot x^2 + (-2) \cdot 1 = -2x^2 - 2 \]
-
Now combine all the terms together: \[ xy^2 + xy - 2x^2 - 2 \]
So, the simplified polynomial expression is: \[ xy^2 + xy - 2x^2 - 2 \]