document.write( "Question 373503: how many liters of a 20% alcohol solution must be mixed with 30 liters of a 80% solution to get a 40% solution? \n" ); document.write( "
Algebra.Com's Answer #265845 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 0.20x + 0.80*30 = 0.40(x + 30), \n" ); document.write( "0.20x + 24 = 0.40x + 12, \n" ); document.write( "12 = 0.20x, \n" ); document.write( "x = 60, #liters of 20% alcohol solution that must be added. \n" ); document.write( " |