document.write( "Question 259812: The length of a rectangle is 3 times the width. If the length is decreased by 4 m and the width is increased by 1 m. te perimeter will be 66 m. What are the dimensions of the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #191314 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l=3w \n" ); document.write( "p=2l+2w \n" ); document.write( "2*(l-4)+2*(w+1)=66 \n" ); document.write( "l=27 \n" ); document.write( "w=9 \n" ); document.write( " |