Multiplying each term in the first polynomial by each term in the second polynomial and then combining similar terms gives the product of two polynomials. For example:
The degree of the result is equal to the sum of the degrees of the multiplier and multiplicand.(2x2 + 3x + 4)(5x + 4) = 2x2(5x + 4) + 3x(5x + 4) + 4(5x + 4) = 10x3 + 8x2 + 15x2 + 12x + 20x + 16 = 10x3 + 23x2 + 32x + 16
An example:(a + b)(c + d) = ac + ad + bc + bd
Another example:(x + 4)(2x + 3) = 2x2 + 3x + 8x + 12 = 2x2 + 11x + 12
(x + 2)(x + 3) = x2 + 5x + 6