document.write( "Question 1093753: a garden is shaped like a rectangle whose perimeter is 84ft. the length is 6ft more than the width. find the length and the width \n" ); document.write( "
Algebra.Com's Answer #708357 by addingup(3677)![]() ![]() You can put this solution on YOUR website! L = W+6 \n" ); document.write( "2L + 2W = 84 \n" ); document.write( "2(W+6) + 2(W) = 84 \n" ); document.write( "2W+12+2W = 84 \n" ); document.write( "4W = 72 \n" ); document.write( "W = 18 \n" ); document.write( "L = W+6 = 18+6 = 24 \n" ); document.write( " \n" ); document.write( " |