Answer by
willard (874)
When multiplying two polynomials, one makes repeated use of the two fundamental properties of addition and multiplication known as the distributive and associative properties. The distributive
property says that a*(b+c) = a*b +a*c, while the associate property says that (a*b)*c =a*(b*c)
and that a+(b+c)=(a+b)+c. Repeated application of these properties leads to the eventual simplification of any product of polynomials.