To perform polynomial subtraction correctly, you need to distribute the negative sign across the polynomial being subtracted, and then combine like terms.
Let's break down the subtraction step by step:
-
Start with the original expression: \((2x^2 + 6x + 1) - (3x^2 + 3x + 9)\)
-
Apply the subtraction: \((2x^2 + 6x + 1) - 3x^2 - 3x - 9\)
-
Now combine like terms:
- For \(x^2\) terms: \(2x^2 - 3x^2 = -1x^2\)
- For \(x\) terms: \(6x - 3x = 3x\)
- For constant terms: \(1 - 9 = -8\)
Putting it all together, the result is: \(-x^2 + 3x - 8\)
Now, let's look at each provided response:
- \((2x^2 + 6x + 1) - (3x^2 + 3x + 9) = x^2 + 3x + 8\) (Incorrect)
- \((2x^2 + 6x + 1) - (3x^2 + 3x + 9) = -5x^2 + 3x - 8\) (Incorrect)
- \((2x^2 + 6x + 1) - (3x^2 + 3x + 9) = -x^2 + 3x - 8\) (Correct)
- \((2x^2 + 6x + 1) - (3x^2 + 3x + 9) = 5x^2 + 9x + 10\) (Incorrect)
The correct response is: \((2x^2 + 6x + 1) - (3x^2 + 3x + 9) = -x^2 + 3x - 8\).