document.write( "Question 269603: The area of a rectangle is given by the following polynomial:\r
\n" );
document.write( "\n" );
document.write( "44t - 2t^2\r
\n" );
document.write( "\n" );
document.write( "If the length of one side is 2t, what is the polynomial that expresses the length of the other side? \n" );
document.write( "
Algebra.Com's Answer #197571 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! The area of a rectangle is given by the following polynomial: \n" ); document.write( "44t - 2t^2 \r \n" ); document.write( "\n" ); document.write( "If the length of one side is 2t, what is the polynomial that expresses the length of the other side?\r \n" ); document.write( "\n" ); document.write( "Area = length * width so:\r \n" ); document.write( "\n" ); document.write( "44t - 2t^2 = L * 2t\r \n" ); document.write( "\n" ); document.write( "We have then:\r \n" ); document.write( "\n" ); document.write( "L = (44t - 2t^2)/2t\r \n" ); document.write( "\n" ); document.write( "L = [2t*(22-t)]/2t\r \n" ); document.write( "\n" ); document.write( "L = 22 - t \n" ); document.write( " |