document.write( "Question 541069: How many liters of 7% acid must be mixed with how many liters of 12% acid solution by a chemist to obtian 6 liters of 10% acid? \n" ); document.write( "
Algebra.Com's Answer #354034 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many liters of 7% acid must be mixed with how many liters of 12% acid solution by a chemist to obtian 6 liters of 10% acid? \n" ); document.write( "--------------- \n" ); document.write( "s = amount of 7% \n" ); document.write( "t = amount of 12% \n" ); document.write( "--------- \n" ); document.write( "s + t = 6 (total solution) \n" ); document.write( "0.07s + 0.12t = 6*0.1 (total acid) \n" ); document.write( "--- \n" ); document.write( "Solve for s & t \n" ); document.write( " \n" ); document.write( " |