document.write( "Question 1009270: The answer and equation to how many liters of 80% acid solution must be mixed with a 20% acid solution to get 600 L of a 70% as a solution \n" ); document.write( "
Algebra.Com's Answer #624765 by fractalier(6550) You can put this solution on YOUR website! Let x be the amount of 80% acid solution. \n" ); document.write( "Thus 600-x will be the amount of 20% acid. \n" ); document.write( "The set up is then \n" ); document.write( ".80x + .20(600-x) = .70(600) \n" ); document.write( ".80x + 120 - .20x = 420 \n" ); document.write( ".6x = 300 \n" ); document.write( "x = 500 L of 80% solution \n" ); document.write( "600-x = 100 L of 20% solution \n" ); document.write( " |