document.write( "Question 1008022: You need 20 liters of 20% acid solution. You have containers of 10% solution and 25% solution. How many liters of each should you combine to get the needed solution? \n" ); document.write( "
Algebra.Com's Answer #623821 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 10% you use, x. \n" ); document.write( "Then the amount of 25% solution will be 20-x. \n" ); document.write( "The set up looks like this \n" ); document.write( "x(.10) + (20-x)(.25) = 20(.20) \n" ); document.write( ".1x + 5 - .25x = 4 \n" ); document.write( "-.15x = -1 \n" ); document.write( "x = 6.67 liters of 10% solution \n" ); document.write( "20-x = 13.33 liters of 25% solution \n" ); document.write( " |