document.write( "Question 604366: A rectangular swimming pool that is 7 meters deep, 11 meters long, and 10 meters wide. water is $20 per kiloliter. How much will it cost to fill the pool?
\n" );
document.write( "Here is what I have written, just don't remember how to set it up properly.\r
\n" );
document.write( "\n" );
document.write( "7*11*10=volume*1 kl/m^3*20 $/kl=$15,400 \n" );
document.write( "
Algebra.Com's Answer #381152 by KMST(5328)![]() ![]() You can put this solution on YOUR website! In steps, it could be: \n" ); document.write( "Volume = (7m)(11m)(10m) = 770m^3 \n" ); document.write( "Volume = (770m^3)(1 kL/m^3) = 770 kL, for the conversion to kiloliters \n" ); document.write( "Price = (770 kL)($20/kL) = $15,400 \n" ); document.write( "All in one line: \n" ); document.write( "Price = (7m)(11m)(10m)(1 kL/m^3)($20/kL) = $15,400 \n" ); document.write( " \n" ); document.write( " |