document.write( "Question 697073: Container A and container B have leaks. Container A has 1,200 ml of water, and is leaking 60 ml per minute. Container B has 700 ml, and is leaking 10 ml per minute. How many minutes, m , will it take for the two containers to have the same amount of water? \n" ); document.write( "
Algebra.Com's Answer #429641 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Container A and container B have leaks. Container A has 1,200 ml of water, and is leaking 60 ml per minute. Container B has 700 ml, and is leaking 10 ml per minute. How many minutes, m , will it take for the two containers to have the same amount of water? \n" ); document.write( ". \n" ); document.write( "Amount of water in Container A after leaking x minutes: \n" ); document.write( "1200-60x \n" ); document.write( "Amount of water in Container B after leaking x minutes: \n" ); document.write( "700-10x \n" ); document.write( ". \n" ); document.write( "1200-60x = 700-10x \n" ); document.write( "500-60x = -10x \n" ); document.write( "500 = 50x \n" ); document.write( "500/50 = x \n" ); document.write( "10 minutes = x \n" ); document.write( " \n" ); document.write( " |