document.write( "Question 121968: The length of a rectangle is 1cm longer than its width. If the diagonal of the rectangle is 4cm, what are the dimensions(the length and width) of the rectangle?\r
\n" ); document.write( "\n" ); document.write( "x + (x+1)= 4\r
\n" ); document.write( "\n" ); document.write( "Am I on the right track in solving this problem?
\n" ); document.write( "

Algebra.Com's Answer #89542 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
Let L=length and W=width\r
\n" ); document.write( "\n" ); document.write( "then L=W+1 \r
\n" ); document.write( "\n" ); document.write( "and using pitagoras theorem L^2+W^2=4^2\r
\n" ); document.write( "\n" ); document.write( "then (W+1)^2+W^2=16
\n" ); document.write( "then 2W^2+2W-15=0\r
\n" ); document.write( "\n" ); document.write( "so W= (-2+sqrt(124))/4 or W=(-2-sqrt(124))/4 the second solution is negative so
\n" ); document.write( "W= (-2+sqrt(124))/4 using L=W+1 you can calculate L
\n" ); document.write( "
\n" );