document.write( "Question 966362: A rectangular lawn has sides which measure x − 5 feet and 3x feet. The perimeter is 62 feet. Find the length of each side of the lawn. \n" ); document.write( "
Algebra.Com's Answer #590617 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular lawn has sides which measure x − 5 feet and 3x feet. The perimeter is 62 feet. Find the length of each side of the lawn. \n" ); document.write( "*** \n" ); document.write( "let 3x=length of rectangular lawn \n" ); document.write( "let (x-5)=width of rectangular lawn \n" ); document.write( "2*length+2*width=perimeter \n" ); document.write( "2*3x+2(x-5)=62 \n" ); document.write( "6x+2x-10=62 \n" ); document.write( "8x=72 \n" ); document.write( "x=9 \n" ); document.write( "3x=27 \n" ); document.write( "x-5=4 \n" ); document.write( "length of rectangular lawn=27 ft \n" ); document.write( "width of rectangular lawn=4 ft \n" ); document.write( " |