document.write( "Question 923670: A chemist has three different acid solutions. The first acid solution contains 20% acid, the second contains 30% and the third contains 70%. He wants to use all three solutions to obtain a mixture of 144 liters containing 40% acid, using 3 times as much of the 70% solution as the 30% solution. How many liters of each solution should be used?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560473 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A chemist has three different acid solutions. \n" ); document.write( "The first acid solution contains 20% acid, the second contains 30% and the third contains 70%. \n" ); document.write( " He wants to use all three solutions to obtain a mixture of 144 liters containing 40% acid, using 3 times as much of the 70% solution as the 30% solution. \n" ); document.write( " How many liters of each solution should be used? \n" ); document.write( ": \n" ); document.write( "Let a = amt of 20% solution \n" ); document.write( "Let b = amt of 30% solution \n" ); document.write( "then \"using 3 times as much of the 70% solution as the 30%.\"; therefore: \n" ); document.write( "3b = amt of 70% solution \n" ); document.write( ": \n" ); document.write( "A typical mixture equation, using the decimal equiv of % \n" ); document.write( ".2a + .3b + .7(3b) = .4(144) \n" ); document.write( ".2a + .3b + 2.1b = 57.6 \n" ); document.write( ".2a + 2.4b = 57.6 \n" ); document.write( "We know that a = (144-4b); replace a \n" ); document.write( ".2(144-4b) + 2.4b = 57.6 \n" ); document.write( "28.8 - .8b + 2.4b = 57.6 \n" ); document.write( "1.6b = 57.6 - 28.8 \n" ); document.write( "1.6b = 28.8 \n" ); document.write( "b = 28.8/1.6 \n" ); document.write( "b = 18 liters of of the 30% solution \n" ); document.write( "then \n" ); document.write( "3(18) = 54 liters of the 70% solution \n" ); document.write( "a = 144 - 4(18) \n" ); document.write( "a = 72 liters of the 20% solution \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "See if this checks out \n" ); document.write( ".2(72) + .3(18) + .7(54) = .4(144) \n" ); document.write( "14.4 + 5.4 + 37.8 = 57.6 \n" ); document.write( " |