document.write( "Question 338786: The length of a rectangle is 3 times the width. If the length is decreased by 4 and width is increased by 1m, perimeter will be 66 m. Find the dimensions of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #242856 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width be x \n" ); document.write( "length is 3x \n" ); document.write( "new dimensions \n" ); document.write( "width x+1 \n" ); document.write( "length 3x-4 \n" ); document.write( "Perimeter = 2*(L+W) \n" ); document.write( "2*(x+1+3x-4)=66 \n" ); document.write( "2*(4x-3)=66 \n" ); document.write( "8x-6 = 66 \n" ); document.write( "add 6 to both sides \n" ); document.write( "8x-6+6= 66+6 \n" ); document.write( "8x=72 \n" ); document.write( "divide by 8 \n" ); document.write( "x= 9 the width \n" ); document.write( "length = 3x = 27 \n" ); document.write( " \n" ); document.write( " |