document.write( "Question 702760: How much of a 70% alcohol solution and how much of a 30% alcohol solution should be mixed to make 5 liters of a 50% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #433134 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How much of a 70% alcohol solution and how much of a 30% alcohol solution should be mixed to make 5 liters of a 50% alcohol solution? \n" ); document.write( "------------- \n" ); document.write( "50% is the average, so it's equal amounts. \n" ); document.write( "------------ \n" ); document.write( "The general solution: \n" ); document.write( "s = amount of 70% \n" ); document.write( "t = 30% \n" ); document.write( "---- \n" ); document.write( "s + t = 5 (total solution) \n" ); document.write( "70s + 30t = 5*50 (total alcohol) \n" ); document.write( "----- \n" ); document.write( "s = 5-t \n" ); document.write( "7s + 3t = 25 \n" ); document.write( "7(5-t) + 3t = 25 \n" ); document.write( "--> t = 2.5 \n" ); document.write( "s = 2.5 \n" ); document.write( "same answer \n" ); document.write( " |