document.write( "Question 81697: 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( "THANK YOU! \n" );
document.write( "
Algebra.Com's Answer #58525 by ankor@dixie-net.com(22740)![]() ![]() 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 x = the length \n" ); document.write( "Then (x-1) = the width \n" ); document.write( ": \n" ); document.write( "Using pythag. \n" ); document.write( "x^2 + (x-1)^2 = 4^2 \n" ); document.write( ": \n" ); document.write( "x^2 + (x^2 - 2x + 1) = 16: FOILed (x-1)(x-1) \n" ); document.write( ": \n" ); document.write( "2x^2 - 2x + 1 - 16 = 0; subtracted 16 from both sides \n" ); document.write( ": \n" ); document.write( "2x^2 - 2x - 15 = 0; our old friend, the quadratic equation \n" ); document.write( ": \n" ); document.write( "Use the quadratic equation: a=2; b=-2; c=-15 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Do the math here; you should get about: x = -2.28 and x = +3.28 \n" ); document.write( ": \n" ); document.write( "Use the positive solution for x: 3.28 is the length \n" ); document.write( ": \n" ); document.write( "Check using pythag and a good calc: \n" ); document.write( "3.28^2 + 2.28^2 = 15.9 ~ 16 which is 4^2 \n" ); document.write( " |