document.write( "Question 801424: A chemist has three different acid solutions. The first acid solution contains 25% acid, the second contains 45% and the third contains 85% . He wants to use all three solutions to obtain a mixture of 50 liters containing 65% acid, using 3 times as much of the 85% solution as the 45% solution. How many liters of each solution should be used? \n" ); document.write( "
Algebra.Com's Answer #483546 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the amount of the 45% acid solution \n" ); document.write( "Then the amount of the 85% acid solution = 3x \n" ); document.write( "Since the total volume of the mixture is 50 l, the amount of the 25% solution is 50 - 3x - x = 50 - 4x \n" ); document.write( "The equation for the total amount of acid in the mixture is \n" ); document.write( "0.65*50 = 0.45x + 0.85*3x + 0.25(50 - 4x) \n" ); document.write( "Simplify and solve for x: \n" ); document.write( "0.45x + 2.55x + 12.5 - x = 32.5 \n" ); document.write( "2x = 20 \n" ); document.write( "x = 10 \n" ); document.write( "So there 10 l of 45% solution, 30 l of 85% solution and 10 l of 25% solution \n" ); document.write( " |