Sign In
Given two polynomials P(x) and Q(x), the product P(x)* Q(x) is always a polynomial.
Multiplying two polynomials produces a new polynomial.
In other words, the polynomials are closed under multiplication.
Since P(x) and Q(x) are polynomials, all the exponents are whole numbers. Furthermore, because the whole numbers are closed under addition, the exponents of the resulting expression are whole numbers. Then, the new expression can be rewritten as follows. P(x)Q(x) &= c_kx^D + ⋯ + c_1x + c_0 Consequently, the new expression is a polynomial. Therefore, the product of two polynomials produces a polynomial, which proves that the polynomials are closed under multiplication.