document.write( "Question 261349: The length of a rectangle is 4 times as long as it is wide. If the length is decreased by 10 inches and the width is increased by 2 inches the perimeter will be 80 inches. Find the dimensions of the original field. \n" ); document.write( "
Algebra.Com's Answer #192606 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
L=4W
\n" ); document.write( "2L+2W=P
\n" ); document.write( "2(L-10)+2(W+2)=80
\n" ); document.write( "2(4W-10)+2W+4=80
\n" ); document.write( "8W-20+2W+4=80
\n" ); document.write( "10W=80+20-4
\n" ); document.write( "10W=96
\n" ); document.write( "W=96/10
\n" ); document.write( "W=9.6 ANS.
\n" ); document.write( "2(L-10)+2(9.6+2)=80
\n" ); document.write( "2L-20+2*11.6=80
\n" ); document.write( "2L-20+23.2=80
\n" ); document.write( "2L=80+20-23.2
\n" ); document.write( "2L=76.8
\n" ); document.write( "L=76.8/2
\n" ); document.write( "L=38.4 ANS.
\n" ); document.write( "2*38.4+2*9.6
\n" ); document.write( "76.8+19.2=96 ANS. FOR THE ORIGINAL RECTANGLE.
\n" ); document.write( "
\n" );