document.write( "Question 47837: Geometry. The length of a rectangle is 1 cm longer than its width. If the diagonal of the rectangle is 4 cm, what are the dimensions (the length and the width) of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #31639 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 1 cm longer than its width. \n" ); document.write( "LET WIDTH =W \n" ); document.write( "LENGTH=W+1\r \n" ); document.write( "\n" ); document.write( " If the diagonal of the rectangle is 4 cm, what are the dimensions (the length and the width) of the rectangle? \n" ); document.write( "DIAGONAL^2=L^2+W^2 \n" ); document.write( "4^2=(W+1)^2+W^2 \n" ); document.write( "W^2+2W+1+W^2=16 \n" ); document.write( "2W^2+2W-15=0 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "W=2.28 AND L=3.28 \n" ); document.write( "Thank You! \n" ); document.write( " |