document.write( "Question 1004587: 100 liters of a 50% solution is obtained by mixing a 60% solution with a 20% solution. How many liters of each solution must be used to obtain the desired mixture?\r
\n" );
document.write( "\n" );
document.write( "Use linear equations please.. :) \n" );
document.write( "
Algebra.Com's Answer #621034 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 60% solution you use, x. \n" ); document.write( "Then the amount of 20% solution is 100-x. \n" ); document.write( "The set up looks like this \n" ); document.write( ".60x + .20(100-x) = .50(100) \n" ); document.write( ".60x + 20 - .20x = 50 \n" ); document.write( ".40x = 30 \n" ); document.write( "x = 75 liters at 60% and then \n" ); document.write( "100-x = 25 liters at 20% \n" ); document.write( " |