document.write( "Question 313948: A rectangular window is 10 inches longer than it is wide. If the area of the window is 1200 square inches, find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #224440 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
W=L+10
\n" ); document.write( "A=LW
\n" ); document.write( "A=L(L+10)
\n" ); document.write( "1,200=L^2+10L
\n" ); document.write( "L^2+10L-1,200=0
\n" ); document.write( "(L-30)(L+40)=0
\n" ); document.write( "L-30=0
\n" ); document.write( "L=30 ANS. FOR THE WIDTH.
\n" ); document.write( "W=30+10=40 ANS. FOR THE LENGTH.
\n" ); document.write( "PROOF:
\n" ); document.write( "1,200=30*40
\n" ); document.write( "1,200=1,200 \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );