document.write( "Question 899506: How many liters of pure water should be mixed with a 9-L solution of 90% acid to produce a mixture that is 50% water? \n" ); document.write( "
Algebra.Com's Answer #545503 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 1*x+0.1*9=0.5(9+x) \n" ); document.write( "1*x+0.9=4.5+0.5x \n" ); document.write( "1x-0.5x=4.5-0.9 \n" ); document.write( "0.5x=3.6 \n" ); document.write( "x=7.2 \n" ); document.write( "check \n" ); document.write( "1*7.2+0.1*9=0.5(9+7.2) \n" ); document.write( "7.2+0.9=0.5(16.2) \n" ); document.write( "8.1=8.1 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |