To multiply the polynomial expressions \( (2x^2 - 3)(x + 5) \), we can use the distributive property (also known as the FOIL method for binomials).
-
Distributing \( 2x^2 \):
- \( 2x^2 \cdot x = 2x^3 \)
- \( 2x^2 \cdot 5 = 10x^2 \)
-
Distributing \( -3 \):
- \( -3 \cdot x = -3x \)
- \( -3 \cdot 5 = -15 \)
Now, we combine all these terms:
\[ 2x^3 + 10x^2 - 3x - 15 \]
Therefore, the result of multiplying the two polynomial expressions is:
\[ \boxed{2x^3 + 10x^2 - 3x - 15} \]