document.write( "Question 117871: Geometry. The length of a rectangle is 1 cm longer than its width. If the diagonal
\n" );
document.write( "of the rectangle is 4 cm, what are the dimensions (the length and the width) of the rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #85933 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 \n" ); document.write( "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 width \n" ); document.write( "then \n" ); document.write( "(x+1) = the length \n" ); document.write( ": \n" ); document.write( "The sides and the diagonal from a right triangle so we can use pythagorus here \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( ": \n" ); document.write( "In our problem a = x; b = (x+1); c = 4 \n" ); document.write( ": \n" ); document.write( "x^2 + (x+1)^2 = 4^2 \n" ); document.write( ": \n" ); document.write( "FOIL (x+1)(x+1) \n" ); document.write( "x^2 + x^2 + 2x + 1 = 16 \n" ); document.write( ": \n" ); document.write( "2x^2 + 2x + 1 - 16 = 0 \n" ); document.write( ": \n" ); document.write( "2x^2 + 2x - 15 = 0; a quadratic equation \n" ); document.write( ": \n" ); document.write( "Solve for x using the quadratic formula; a=2; b=2; c=-15 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "x = 2.284 cm is the width \n" ); document.write( "then \n" ); document.write( "2.284 + 1 = 3.284 cm is the length \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check our solution: \n" ); document.write( "2.284^2 + 3.284^2 = \n" ); document.write( " 5.2 + 10. 8 = 16 which is 4^2 \n" ); document.write( " |