document.write( "Question 188543: The diagonal of a rectangle measures 15 inches and the length is 3 more than the width. Find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #141373 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
We have a right triangle. The diagonal is the hypotenuse.
\n" ); document.write( "Let L=w+3
\n" ); document.write( "a^2+b^2=c^2
\n" ); document.write( "w^2+(w+3)^2=15^2 substitute w+3 for L
\n" ); document.write( "w^2+w^2+6w+9=225
\n" ); document.write( "2w^2+6w-216=0
\n" ); document.write( "w^2+3w-108=0 divide each side by 2.
\n" ); document.write( "(w+12)(w-9)=0
\n" ); document.write( "w=9\"
\n" ); document.write( "L=12\"
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );