document.write( "Question 752225: A solution containing 12% alcohol is to be mixed with a solution
\n" );
document.write( "containing 4% alcohol to make 20 gallons of solution containing
\n" );
document.write( "9% alcohol. How much of each solution should be used? \n" );
document.write( "
Algebra.Com's Answer #457634 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A solution containing 12% alcohol is to be mixed with a solution \n" ); document.write( "containing 4% alcohol to make 20 gallons of solution containing \n" ); document.write( "9% alcohol. How much of each solution should be used? \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "alch + alch = alch \n" ); document.write( "---- \n" ); document.write( "0.12x + 0.04(20-x) = 0.9*20 \n" ); document.write( "----- \n" ); document.write( "12x + 4*20 - 4x = 9*20 \n" ); document.write( "8x = 5*20 \n" ); document.write( "x = 12.5 gallons (amt. of 12% solution needed) \n" ); document.write( "20-x = 7.5 gallons (amt. of 4% solution needed) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |