document.write( "Question 1159320: Jotham needs 70 liters of a 50% alcohol solution. He has a 30% solution and an 80% solution available. How many liters of the 30% solution and how many liters of the 80% solution should he mix to make the 50% solution? \n" ); document.write( "
Algebra.Com's Answer #782306 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Jotham needs 70 liters of a 50% alcohol solution. He has a 30% solution and an 80% solution available. How many liters of the 30% solution and how many liters of the 80% solution should he mix to make the 50% solution? \n" ); document.write( "------------ \n" ); document.write( "t = amount of 30% \n" ); document.write( "e = amount of 80% \n" ); document.write( "-------------- \n" ); document.write( "t + e = 70 ----- total solution \n" ); document.write( "0.3t + 0.8e = 0.5*70 ---- total alcohol \n" ); document.write( "--------- \n" ); document.write( "3t + 8e = 350 \n" ); document.write( "3t + 3e = 210 \n" ); document.write( "-------------------- Subtract \n" ); document.write( "5e = 140 \n" ); document.write( "e = 28 liters \n" ); document.write( "t = 42 liters\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |