document.write( "Question 1170748: A chemist has three different acid solutions. The first acid solution contains 15% acid, the second contains 35% and the third contains 65%. He wants to use all three solutions to obtain a mixture of 64 liters containing
\n" );
document.write( "45% acid, using 2 times as much of the 65% solution as the 35% solution. How many liters of each solution should be used? \n" );
document.write( "
Algebra.Com's Answer #795639 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x liters of .15 or .15x pure acid \n" ); document.write( "y liters of .35 or .35y pure acid \n" ); document.write( "2y liters of .65 or 1.3y pure acid \n" ); document.write( "total amount is 64 liters of .45 acid or 28.8 liters of pure acid \n" ); document.write( "x+3y=64 liters \n" ); document.write( ".15x+1.65y=28.80 \n" ); document.write( "15x+45y=960 \n" ); document.write( "15x+165y=2880 subtract second \n" ); document.write( "-120y=-1920 \n" ); document.write( "y=16 liters of .35 (5.6 l per acid) \n" ); document.write( "2y=32 l of .65 (20.8) \n" ); document.write( "x=16 l of .15 (2.4) \n" ); document.write( " \n" ); document.write( " |