document.write( "Question 425325: The volume of a rectangular pool is 1080 cubic centimeters. Its length, width, and depth are in the ratio 10:4:1. Find the number of meters in each of the three dimensions. \r
\n" );
document.write( "\n" );
document.write( "***I know that the volume formula for a rectangle is V=lwh, but Im not sure where to put the depth part of the problem into the given equation. \n" );
document.write( "
Algebra.Com's Answer #296187 by stanbon(75887) ![]() You can put this solution on YOUR website! The volume of a rectangular pool is 1080 cubic centimeters. Its length, width, and depth are in the ratio 10:4:1. Find the number of meters in each of the three dimensions. \n" ); document.write( "length = 10x \n" ); document.write( "width = 4x \n" ); document.write( "depth = x \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "vol = lwh \n" ); document.write( "--- \n" ); document.write( "1080 = x*4x*10x = 40x^3 \n" ); document.write( "--- \n" ); document.write( "x^3 = 27 \n" ); document.write( "x = 3 \n" ); document.write( "--- \n" ); document.write( "length = 30 \n" ); document.write( "width = 12 \n" ); document.write( "depth = 3 \n" ); document.write( "----------------- \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |