document.write( "Question 1199867: How many liters of a 60% alcohol solution must be added to 8 liters of a 10% alcohol solution to get a 44% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #833838 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many liters of a 60% alcohol solution must be added to 8 liters of a 10% alcohol solution to get a 44% alcohol solution? \n" ); document.write( "------------------- \n" ); document.write( "Add L liters \n" ); document.write( "8*0.1 + L*0.6 = (8+L)*0.44 \n" ); document.write( "8 + 6L = 35.2 + 4.4L \n" ); document.write( "1.6L = 27.2 \n" ); document.write( "L = 17 liters \n" ); document.write( " \n" ); document.write( " |