Michael K. answered 02/17/21
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
So the trick to adding/substracting polynomials, is "collect' the like powers of the independent variable (in this case "x").
So we have
- polynomial 1 --> P1(x) = 6x2 + 2x
- polynomial 2 --> P2(x) = 5x - 3x2 + 4
In the first polynomial, we have a term which is related to x2 and a term related to x
In the second polynomial, we have a term related to x2, a term related to x, and a constant term (something related to x0)
So let's deal with the x2 term first...
6x2 - 3x2 leaves us with 3x2
Dealing with the linear term (x) next...
2x + 5x = 7x
Lastly, dealing with the constant terms...
4
Therefore, the final polynomial (the sum of P1(x) + P2(x)) is 3x2 + 7x + 4