document.write( "Question 1190642:  Your task is to design a swimming pool that will hold a total of 1000 cubic meters of water. You may choose one of the pools below.
\n" );
document.write( "Prepare a proposal to meet the following condition:
\n" );
document.write( "Pool A: a square with semicircles on each side at least 1 meter deep.
\n" );
document.write( "Pool B: a circle, at least m deep.
\n" );
document.write( "Pool C: a rectangle with semicircles, at least 1.5 m deep.
\n" );
document.write( "Submit the following:
\n" );
document.write( "Show the diagram of the pool. Label the dimensions.
\n" );
document.write( "Show that the volume of each pool is approximately 1000m 3
\n" );
document.write( "Explain how you obtained your answer. Show the complete solutions. \n" );
document.write( "
| Algebra.Com's Answer #822565 by Alan3354(69443)     You can put this solution on YOUR website! Your task is to design a swimming pool that will hold a total of 1000 cubic meters of water. \n" ); document.write( "---- \n" ); document.write( "Volume = Area* Depth in all cases. \n" ); document.write( "--- \n" ); document.write( " You may choose one of the pools below. \n" ); document.write( "Prepare a proposal to meet the following condition: \n" ); document.write( "Pool A: a square with semicircles on each side at least 1 meter deep. \n" ); document.write( "A square with sides = 2x and the 2 semicircles has an area of: \n" ); document.write( "4x^2 + pi*x^2 = x^2*(pi + 4) sq meters. \n" ); document.write( "x^2*(pi + 4)*d >= 1000 cu meters \n" ); document.write( "--------- \n" ); document.write( "Pool B: a circle, at least m deep. \n" ); document.write( "Vol = pi*r^2*d >= 1000 \n" ); document.write( "----- \n" ); document.write( "Pool C: a rectangle with semicircles, at least 1.5 m deep. \n" ); document.write( "Area = L*W + pi*(W/2)^2 >= 1000/1.5 \n" ); document.write( "=========================== \n" ); document.write( "Submit the following: \n" ); document.write( "Show the diagram of the pool. Label the dimensions. \n" ); document.write( "Show that the volume of each pool is approximately 1000m 3 \n" ); document.write( "Explain how you obtained your answer. Show the complete solutions. \n" ); document.write( " |