If f(x) is a polynomial of degree 4, and g(x) is a polynomial of degree 2, then what is the degree of polynomial f(x)−g(x)?
Solution — click to reveal
Let f(x)=a4x4+a3x3+a2x2+a1x+a0 and g(x)=b2x2+b1x+b0. Then f(x)−g(x)=(a4x4+a3x3+a2x2+a1x+a0)−(b2x2+b1x+b0)=a4x4+a3x3+(a2−b2)x2+(a1−b1)x+(a0−b0).Thus, the degree of f(x)−g(x) is 4.