document.write( "Question 840582: The width of a rectangular swimming pool is 24 meters less than the length, and the perimeter is 108 meters. Find its dimensions. \n" ); document.write( "
Algebra.Com's Answer #506298 by thejackal(72)\"\" \"About 
You can put this solution on YOUR website!
P = perimeter = 108; P is found by the equation P = 2w + 2l, where w is width and l is length\r
\n" ); document.write( "\n" ); document.write( "since w = l - 24\r
\n" ); document.write( "\n" ); document.write( "then P = 2w + 2l can be written as P = 2(l-24) + 2l\r
\n" ); document.write( "\n" ); document.write( "thus 108 = 2l - 48 + 2l\r
\n" ); document.write( "\n" ); document.write( "108 + 48 = 4l\r
\n" ); document.write( "\n" ); document.write( "156/4 = l = length = 39\r
\n" ); document.write( "\n" ); document.write( "i'll leave you to work out the width
\n" ); document.write( "
\n" ); document.write( "
\n" );