document.write( "Question 380558: The perimeter of a swimming pool is 100m. The width is 4m more than half the length of the pool. Find the length and width of the pool. \n" ); document.write( "
Algebra.Com's Answer #270152 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Letting x represent the length and (x/2 + 4) the width
\n" ); document.write( "Perimeter is the distance around the pool.
\n" ); document.write( "Question states:
\n" ); document.write( " x + x + (x/2 + 4) + (x/2 + 4) = 100m
\n" ); document.write( "Solving for x
\n" ); document.write( " 3x + 8 = 100m
\n" ); document.write( " 3x = 92m
\n" ); document.write( " x = 30.67m , the length of the pool, width is 19.33m (30.67/2 + 4)
\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 2 * 30.67m + 2*19.33m = 100m \n" ); document.write( "
\n" );