document.write( "Question 48712This question is from textbook
\n" );
document.write( ": The length of a rectangle is 1cm longer than its width. if the diagonal of the rectangle is 5cm, what are the dimensions(the length and width) of the rectangle? \n" );
document.write( "
Algebra.Com's Answer #32240 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 1cm longer than its width. if the diagonal of the rectangle is 5cm, what are the dimensions(the length and width) of the rectangle? \n" ); document.write( "------------------------------ \n" ); document.write( "width = x cm \n" ); document.write( "length = x+1 cm \n" ); document.write( "Since diagonal is 5 cm x^2+(x+1)^2=5^2 \n" ); document.write( "x^2+x^2+2x+1=25 \n" ); document.write( "2x^2+2x-24=0 \n" ); document.write( "x^2+x-12=0 \n" ); document.write( "(x+4)(x-3)=0 \n" ); document.write( "Since x must be positive, x=3 \n" ); document.write( "So width = 3 cm \n" ); document.write( "and length = 4 cm\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |