To find the product of the polynomial expressions \( (xy + 1)(x - 3) \), we need to distribute each term in the first expression across the terms in the second expression.
-
Distributing \( xy \) across \( (x - 3) \):
- \( xy \cdot x = x^2y \)
- \( xy \cdot (-3) = -3xy \)
-
Distributing \( 1 \) across \( (x - 3) \):
- \( 1 \cdot x = x \)
- \( 1 \cdot (-3) = -3 \)
Now, we can combine all the results: \[ x^2y - 3xy + x - 3 \]
So the final product is: \[ x^2y - 3xy + x - 3 \]
Thus, the correct response is: x²y - 3xy + x - 3.