document.write( "Question 338649: A chemist has one solution that is 25% salt and another solution that is 10% salt. How many liters of each should the chemist use to make 120 liters of a solution that is 15% salt? \n" ); document.write( "
Algebra.Com's Answer #242718 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do it like this one. \n" ); document.write( "-------------------- \n" ); document.write( "What quantity x of a 75% acid solution must be mixed with a 25% solution to produce 500 mL of a 40% solution? \n" ); document.write( "--------------------------- \n" ); document.write( "s = 75% acid volume \n" ); document.write( "t = 25% acid volume \n" ); document.write( "-------------- \n" ); document.write( "s + t = 500 \n" ); document.write( "0.75s + 0.25t = 0.4*500 = 200 --> x4 \n" ); document.write( "3s + t = 800 \n" ); document.write( "1s + t = 500 \n" ); document.write( "-------------- Subtract \n" ); document.write( "2s = 300 \n" ); document.write( "s = 150 ml of 75% \n" ); document.write( "t = 350 ml of 25% \n" ); document.write( " \n" ); document.write( " |