document.write( "Question 424536: A chemist needs to produce a 40% acid mixture. She has 25% strength solution and 80% strength solution on hand.
\n" );
document.write( "Rouding to the nearest thousandth (3 decimal places; nearest mL), how much 25% solution does she add to create 1 liter of the 40% strength mixture? \n" );
document.write( "
Algebra.Com's Answer #318388 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 1 litre x .4=.4 \n" ); document.write( "m+n=1 \n" ); document.write( ".25m+.8n=.4 \n" ); document.write( "25m+80n=40 \n" ); document.write( "25m+25n=25 \n" ); document.write( "55n=15 \n" ); document.write( "n=15/55=3/11 \n" ); document.write( "m=8/11 \n" ); document.write( "The chemist need 8/11ths liter of 25% solution and 3/11ths liter of 80% solution for his mix.. \n" ); document.write( " |