document.write( "Question 1018121: If p=2x^2-4x and q=x-3, what is the degree of (p*g)(x)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #634275 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! multiplying the functions only the first term matters for the degree. \n" ); document.write( "(2x^2-4x)(x-3)=2x^3-10x^2+12 \n" ); document.write( "degree is 3. \n" ); document.write( " |