In the expression you provided, you are subtracting one polynomial from another. Let's clarify how to manage the signs when performing subtraction.
When you subtract a polynomial, you distribute the negative sign (or the minus sign) across all the terms of the polynomial being subtracted. This alters the signs of those terms. Here's a breakdown of this process:
Original Expression
You started with:
\[
(2x^3 - 7x^2 + 4x) - (9x - 5x^3 + 9x^2)
\]
Step 1: Distributing the Negative Sign
When you subtract the second polynomial, you distribute the negative sign through its terms:
\[
= 2x^3 - 7x^2 + 4x - 9x + 5x^3 - 9x^2
\]
As you can see, the term \(-5x^3\) comes from the original polynomial \( -( -5x^3)\) which becomes \(+5x^3\).
Step 2: Combine Like Terms
Now, you combine like terms. Here’s how you combine them:
-
Combine the \(x^3\) terms:
- You have \(2x^3\) from the first polynomial and \(+5x^3\) from the second polynomial after distribution. So:
\[
2x^3 + 5x^3 = 7x^3
\]
-
Combine the \(x^2\) terms:
- You have \(-7x^2\) from the first polynomial and \(-9x^2\) from the second polynomial after distributing. Thus:
\[
-7x^2 - 9x^2 = -16x^2
\]
-
Combine the \(x\) terms:
- You have \(4x\) from the first polynomial and \(-9x\) from the second polynomial after distributing. Therefore:
\[
4x - 9x = -5x
\]
Result
Combining these, you arrive at:
\[
7x^3 - 16x^2 - 5x
\]
Conclusion
You were supposed to add \(2x^3\) and \(5x^3\) because when you distribute the negative sign, the term \(-5x^3\) becomes \(+5x^3\). When combining the coefficients of like terms, that leads you to addition, not subtraction for the \(x^3\) terms.
This is why understanding the distribution of the negative sign in polynomial subtraction is crucial for correctly combining the terms.