To multiply the expression \( (x+3)(x-2) \), you can use the distributive property (also known as the FOIL method for binomials):
- First: \( x \cdot x = x^2 \)
- Outer: \( x \cdot (-2) = -2x \)
- Inner: \( 3 \cdot x = 3x \)
- Last: \( 3 \cdot (-2) = -6 \)
Now, combine all these terms:
\[ x^2 - 2x + 3x - 6 \]
Combine the like terms:
\[ x^2 + (3x - 2x) - 6 = x^2 + x - 6 \]
So, the final result is:
\[ \boxed{x^2 + x - 6} \]
Therefore, the correct response is x² + x - 6.