document.write( "Question 610468: How many liters of 15% acid and 33% acid should be mixed to make 40 liters of 21% acid solution ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #384409 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many liters of 15% acid and 33% acid should be mixed to make 40 liters of 21% acid solution ? \n" ); document.write( "============================== \n" ); document.write( "Here's an example. \n" ); document.write( "----------------- \n" ); document.write( "If an order is written for 500mls of 15% solution and all you have in stock is 10% and 70%. How many mls of each will you need to compound order? \n" ); document.write( "----------------- \n" ); document.write( "Do these like this: \n" ); document.write( "t = 10% \n" ); document.write( "s = 70% \n" ); document.write( "------- \n" ); document.write( "t + s = 500 (total solution) \n" ); document.write( "10t + 70s = 500*15 (total ingredient) \n" ); document.write( " \n" ); document.write( " |