To multiply the polynomial expressions \( (2x^2 - 3)(x + 5) \), we can use the distributive property (also known as the FOIL method for binomials).
-
Distribute \( 2x^2 \) to both terms in the second polynomial: \[ 2x^2 \cdot x + 2x^2 \cdot 5 = 2x^3 + 10x^2 \]
-
Distribute \(-3\) to both terms in the second polynomial: \[ -3 \cdot x + (-3) \cdot 5 = -3x - 15 \]
-
Combine all the results: \[ 2x^3 + 10x^2 - 3x - 15 \]
So, the final result of the multiplication \( (2x^2 - 3)(x + 5) \) is:
\[ 2x^3 + 10x^2 - 3x - 15 \]
The correct response is: 2x³ + 10x² - 3x - 15