document.write( "Question 463646: Sean wants to change 40 liters of a 60% solution of liquid hydrogen by draining off some liters and replacing them with an equal amount of a 20% solution of liquid hydrogen. If he wants to get a final mix of 52% of liquid hydrogen, how many liters must he drain off? \n" ); document.write( "
Algebra.Com's Answer #317689 by robertb(5830) You can put this solution on YOUR website! 40*0.60 - x*0.60 + x*0.20 = 40*0.52\r \n" ); document.write( "\n" ); document.write( "==> 24 - 0.40x = 20.8\r \n" ); document.write( "\n" ); document.write( "==> -0.40x = -3.2\r \n" ); document.write( "\n" ); document.write( "==> x = 8 liters must be drained off. \n" ); document.write( " |