document.write( "Question 87707: 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? \n" ); document.write( "
Algebra.Com's Answer #63607 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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? \n" ); document.write( "----------------- \n" ); document.write( "Let the width be x; the length will be \"x+1\". \n" ); document.write( "----------- \n" ); document.write( "Using Pythagoras: \n" ); document.write( "diagonal^2 = x^2 + (x+1)^2\r \n" ); document.write( "\n" ); document.write( "16= 2x^2 + 2x +1\r \n" ); document.write( "\n" ); document.write( "2x^2+2x-15 = 0\r \n" ); document.write( "\n" ); document.write( "x = [-2+-sqrt(124)]/4 \n" ); document.write( "Positive answer: \n" ); document.write( "x = [-2+sqrt(124)]/4\r \n" ); document.write( "\n" ); document.write( "x = 2.28388... (width) \n" ); document.write( "x+1 = 3.28388... (length) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |