document.write( "Question 565472: The perimeter of a rectangular swimming pool is 64 feet and the length is 8 feet more than the width. Find the length of the swimming pool.\r
\n" );
document.write( "\n" );
document.write( "Equation that models the above problem.\r
\n" );
document.write( "\n" );
document.write( "Solution to above equation.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #365843 by ad_alta(240)![]() ![]() You can put this solution on YOUR website! Let 'l' be the length and 'w' the width. Then 2l+2w=64 and l=w+8. Substitute w=l-8 into the first equation to get 2l+2(l-8)=64. We get l=20. \n" ); document.write( " |