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