document.write( "Question 278296: A rectangle is 8 cm longer than it is wide. Find the dimensions of the rectangle if its area is 240 sq-cm.\r
\n" );
document.write( "\n" );
document.write( "length = cm
\n" );
document.write( "width = cm \n" );
document.write( "
Algebra.Com's Answer #202523 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the width be x\r \n" ); document.write( "\n" ); document.write( "length = x+8\r \n" ); document.write( "\n" ); document.write( "x(x+8) =240 \n" ); document.write( "x^2+8x=240\r \n" ); document.write( "\n" ); document.write( "x^2+8x-240=0\r \n" ); document.write( "\n" ); document.write( "x^2 +20x-12x-240=0\r \n" ); document.write( "\n" ); document.write( "x(x+20)-12(x+20)=0\r \n" ); document.write( "\n" ); document.write( "(x+20)(x-12)=0\r \n" ); document.write( "\n" ); document.write( "x=-20 0r 12\r \n" ); document.write( "\n" ); document.write( "12, and 20 \n" ); document.write( " |