Answer
SOLUTION
Problem Statement
The question gives us an expression to simplify and we are to simplify by finding the product. We are also asked to find the degree of the polynomial as well
Method
We simply need to expand the bracket to solve this question. But the degree of the polynomial is gotten by assessing which term in the final expression has the highest power. If the expression has a term with its highest power being 3, then the degree of the polynomial is 3.
With this information, let us begin solving.
Implementation
1. Expanding the expression:
Expanding the polynomial, we have:
2. Degree of the polynomial:
From the above result, we can see that the highest degree of n in all the terms is 3, therefore, the degree of the polynomial is 3
Final answer