document.write( "Question 941563: . A rectangular garden is 3 times as long as it is wide. If the length is decreased by 8 ft and the width is increased by 5 ft, the perimeter will be 66 ft. Find the dimensions of the original garden. \n" ); document.write( "
Algebra.Com's Answer #573969 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular garden is 3 times as long as it is wide. If the length is decreased by 8 ft and the width is increased by 5 ft, the perimeter will be 66 ft. Find the dimensions of the original garden. \n" ); document.write( "*** \n" ); document.write( "original dimensons: \n" ); document.write( "let x=width of garden \n" ); document.write( "3x=length of garden \n" ); document.write( ".. \n" ); document.write( "new dimensions: \n" ); document.write( "x+5=width \n" ); document.write( "3x-8=length \n" ); document.write( ".. \n" ); document.write( "2*(length+width)=perimeter \n" ); document.write( "2(3x-8+x+5)=66 \n" ); document.write( "2(4x-3=66 \n" ); document.write( "4x-3=33 \n" ); document.write( "4x=36 \n" ); document.write( "x=9 \n" ); document.write( "3x=27 \n" ); document.write( "dimensions of the original garden: \n" ); document.write( "width=9 ft \n" ); document.write( "length=27 ft \n" ); document.write( " |