To find the product of the polynomial expressions \( (xy + 1)(x - 3) \), we can use the distributive property (also known as the FOIL method for binomials).
Let's distribute each term in \( (xy + 1) \) to \( (x - 3) \):
-
Multiply \( xy \) by \( x \): \[ xy \cdot x = x^2y \]
-
Multiply \( xy \) by \( -3 \): \[ xy \cdot (-3) = -3xy \]
-
Multiply \( 1 \) by \( x \): \[ 1 \cdot x = x \]
-
Multiply \( 1 \) by \( -3 \): \[ 1 \cdot (-3) = -3 \]
Now, combine all these results:
\[ x^2y - 3xy + x - 3 \]
So the product of the polynomial expressions \( (xy + 1)(x - 3) \) is:
\[ x^2y - 3xy + x - 3 \]
Looking at the response options provided, the correct choice is:
x²y - 3xy + x - 3 (or in your notation, \( x2y - 3xy + x - 3 \)).