document.write( "Question 793645: A chemist has three different acid solutions. The first acid solution contains 25% acid, the second contains 35% and the third contains 75%. He wants to use all three solutions to obtain a mixture of 64 liters containing 55% acid, using 3 times as much of the 75% solution as the 35% solution. How many liters of each solution should be used? \n" ); document.write( "
Algebra.Com's Answer #480397 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A chemist has three different acid solutions. The first acid solution contains 25% acid, the second contains 35% and the third contains 75%. He wants to use all three solutions to obtain a mixture of 64 liters containing 55% acid, using 3 times as much of the 75% solution as the 35% solution. How many liters of each solution should be used?\r \n" ); document.write( "\n" ); document.write( "======================= \n" ); document.write( "Equation: \n" ); document.write( "acid + acid + acid = acid \n" ); document.write( "x + y + z = 64 \n" ); document.write( "0.25x + 0.35y + 0.75z = 0.55*64 \n" ); document.write( "z = 3y \n" ); document.write( "========================= \n" ); document.write( "x + y + 3y = 64 \n" ); document.write( "0.25x + 0.35y + 0.75(3y) = 0.55*64 \n" ); document.write( "============================= \n" ); document.write( "x + 4y = 64 \n" ); document.write( "0.25x + 2.6y = 35.2 \n" ); document.write( "---------- \n" ); document.write( "25x + 100y = 1600 \n" ); document.write( "25x + 260y = 3520 \n" ); document.write( "---------- \n" ); document.write( "Solve for \"y\": \n" ); document.write( "160y = 1920 \n" ); document.write( "y = 12 liters (amt. of 35% solution needed) \n" ); document.write( "x = 3y = 36 liters (amt. of 25% solution needed) \n" ); document.write( "z = 64-12-36 = 16 liters (amt. of 75% solution needed) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |