Explain what the following statement means:
Polynomials are closed under the operations of addition and subtraction.
Provide one addition example and one subtraction example to demonstrate.
After the addition and subtraction of any polynomial with the other polynomial the outcome is a polynomial. The below example is the prove of above statement.
The statement "Polynomial are closed under the operations of addition and subtraction" means that when the addition or subtraction of any polynomial with other polynomial is carried out the outcome is a polynomial.
Example: Add and subtract the polynomial given below-
f(x) = x² + 2x + 6 and g(x) = 3x² + 7x + 16
Addition:
f(x) + g(x) = x² + 2x + 6 + 3x² + 7x + 16 = 4x² + 9x + 22
Subtraction:
f(x) - g(x) = x² + 2x + 6 - (3x² + 7x + 16) = -2x² - 5x - 10
So, from the above example it can be concluded that after the subtraction and addition of the polynomial the outcome is a polynomial.