To find the product of the polynomials \((x^2y + 2)(x^2 - y)\), we'll use the distributive property (also known as the FOIL method for binomials).
-
First, distribute \(x^2y\) to both terms in the second polynomial: \[ x^2y \cdot x^2 = x^4y \] \[ x^2y \cdot (-y) = -x^2y^2 \]
-
Next, distribute \(2\) to both terms in the second polynomial: \[ 2 \cdot x^2 = 2x^2 \] \[ 2 \cdot (-y) = -2y \]
-
Now, combine all the terms together: \[ x^4y - x^2y^2 + 2x^2 - 2y \]
The final expression of the product is: \[ x^4y - x^2y^2 + 2x^2 - 2y \]
From the provided options, the correct response is: x^4y - x^2y^2 + 2x^2 - 2y.