document.write( "Question 923134: how many liters of a 20% solution must be mixed with 40 Liters of an 80% solution, in order to get a mixture that is 40% acid? \n" ); document.write( "
Algebra.Com's Answer #559886 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many liters of a 20% solution must be mixed with 40 Liters of an 80% solution, in order to get a mixture that is 40% acid? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 20% solution to mix \n" ); document.write( "20%x+80%*40=40%(x+40) \n" ); document.write( ".20x+32=.40x+16 \n" ); document.write( ".20x=16 \n" ); document.write( "x=80 \n" ); document.write( "amt of 20% solution to mix=80 liters \n" ); document.write( " |