document.write( "Question 32038: the length of a rectangle is 1 cm longer than its width. if the diagonal of the rectangle is 4c, what are the demensions (l and w) of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #18541 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
LET WIDTH =B
\n" ); document.write( "LENGTH =B+1
\n" ); document.write( "DIAGONAL =SQRT (L^2+B^2)=SQRT(B^2+(B+1)^2)=5...IS IT 4 OR 4C ?I AM TAKING IT AS 5
\n" ); document.write( "TO SHOW YOU THE METHOD.....SQUARING
\n" ); document.write( "B^2+B^2+2B+1=25
\n" ); document.write( "2B^2+2B-24=0
\n" ); document.write( "B^2+B-12=0
\n" ); document.write( "B^2+4B-3B-12=0
\n" ); document.write( "B(B+4)-3(B+4)=0
\n" ); document.write( "(B+4)(B-3)=0
\n" ); document.write( "B=3
\n" ); document.write( "L=4
\n" ); document.write( "
\n" );