document.write( "Question 1207330: Container A was filled with water to the brim. Then, some of the water was
\n" );
document.write( "poured into an empty Container B until the height of the water in both
\n" );
document.write( "containers was the same. Find the new height in both water containers. \r
\n" );
document.write( "\n" );
document.write( "Dimensions of container A: height=40, length= 25, width= 30\r
\n" );
document.write( "\n" );
document.write( "Dimensions of container B: height= unknown, length=25, width=18
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #845143 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It's awkward to discuss the problem without units, so I will assume the given dimensions are centimeters. \n" ); document.write( "The volume of water is the volume of container A, which is 40*25*30 = 30,000 cm^3. \n" ); document.write( "Let x be the height (depth) of the water in the two containers after some of it is poured into container B. \n" ); document.write( "Then the volume of water in container A is (25*30)*x = 750x \n" ); document.write( "And the volume of water in container B is (25*18)*x = 450x \n" ); document.write( "The volume of water in the two containers is the original 30,000 cm^3: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: 25cm \n" ); document.write( " \n" ); document.write( " |