document.write( "Question 1004630: Please help me solve this problem:
\n" ); document.write( "The length of a rectangle is 5 in longer than its width. The diagonal is 5 in shorter than twice the width. Find the length, width, and diagonal measures of the triangle.\r
\n" ); document.write( "\n" ); document.write( "My attempt:
\n" ); document.write( "Length of rectangle= x + 5
\n" ); document.write( "The length of the diagonal = 2x-5
\n" ); document.write( "width = X \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #803581 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
(width)^2 + (length)^2 = (diagonal)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x^2 + (x+5)^2 = (2x - 5)^2
\n" ); document.write( "x^2 + x^2 + 10x + 25 = 4x^2 - 20x + 25
\n" ); document.write( "2x^2 + 10x + 25 = 4x^2 - 20x + 25
\n" ); document.write( "0 = 2x^2 - 30x
\n" ); document.write( "0 = 2(x)(x - 15)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 15 (distance can't be nonpositive)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "width = x = 15
\n" ); document.write( "length = x + 5 = 20
\n" ); document.write( "diagonal = 2x - 5 = 25
\n" ); document.write( "
\n" );