document.write( "Question 956789: The perimeter of the bottom of a rectangular swimming pool is 110 meters. It's 21 meters wide. How long is it? \n" ); document.write( "
Algebra.Com's Answer #584574 by macston(5194)![]() ![]() You can put this solution on YOUR website! P=perimeter=110m; W=width=21m; L=length \n" ); document.write( "P=2(L+W) Divide each side by 2. \n" ); document.write( "P/2=L+W Subtract W from each side. \n" ); document.write( "P/2-W=L Plug in numbers. \n" ); document.write( "110m/2-21m=L \n" ); document.write( "55m-21m=L \n" ); document.write( "34m=L ANSWER: The length is 34 meters. \n" ); document.write( " |