Problems from Product of polynomials

Consider the following polynomials:

p(x)=x3+x

r(x)=x+1

Do the following operation: r(x)p(x)

See development and solution

Development:

Calculate the product of r(x) by the monomials of p(x): (x3)r(x)=x3(x+1)=+x4x3 xr(x)=x(x+1)=x2+x

Solution:

We put together both polynomials and we make groups of similar terms:

p(x)r(x)=(x4x3)+(x2+x)=x4x3x2+x

Hide solution and development
View theory