document.write( "Question 906495: A biologist has two brine solutions, one containing 7% salt and another containing 28% salt. How many milliliters of each solution should she mix to obtain 1 L of a solution that contains 19.6% salt? \n" ); document.write( "
Algebra.Com's Answer #549884 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=1, \n" ); document.write( "0.07*a+0.28*b=0.196*1 \n" ); document.write( "a=1-b \n" ); document.write( "0.07*(1-b)+0.28*b=0.196 \n" ); document.write( "0.07-0.07b+0.28*b=0.196 \n" ); document.write( "0.21*b=0.126 \n" ); document.write( "b=0.6 \n" ); document.write( "a=1-b \n" ); document.write( "a=0.4 liter at 7% 400 mL \n" ); document.write( "b=0.6 liter at 28% 600 mL \n" ); document.write( "check \n" ); document.write( "0.07*0.4+0.28*0.6=0.196*1 \n" ); document.write( "0.028+0.168=0.196 \n" ); document.write( "0.196=0.196 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |