document.write( "Question 123291: A rectangular field had a length of x^3 + 2x^2 – 4 feet and a width
\n" );
document.write( "of 4x^2 – 5 feet. Express the area as a polynomial in x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #90466 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular field had a length of x^3 + 2x^2 – 4 feet and a width \n" ); document.write( "of 4x^2 – 5 feet. Express the area as a polynomial in x. \n" ); document.write( "---------------------- \n" ); document.write( "Area = length*width \n" ); document.write( "Area = (x^3+2x^2-4)*(4x^2-5) \n" ); document.write( "=4x^5+8x^4-16x^2-5x^3-10x^2+20 \n" ); document.write( "=4x^5+8x^4-5x^3-26x^2+20 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |