document.write( "Question 900786: A chemist needs 130 mL of a 28% solution but has only 18% and 83% solutions available. Find how many mL of each solution should be mixed to get the desired solution.
\n" );
document.write( "The answer is 110mL of 18%: 20mL of 83%
\n" );
document.write( "I don't know how to set it up. \n" );
document.write( "
Algebra.Com's Answer #546137 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=130, \n" ); document.write( "0.18*a+0.83*b=0.28*130 \n" ); document.write( "a=130-b \n" ); document.write( "0.18*(130-b)+0.83*b=36.4 \n" ); document.write( "23.4-0.18b+0.83*b=36.4 \n" ); document.write( "0.65*b=13 \n" ); document.write( "b=20 \n" ); document.write( "a=130-b \n" ); document.write( "a=110 mL of 18% b=20 mL of 83% \n" ); document.write( "check \n" ); document.write( "0.18*110+0.83*20=0.28*130 \n" ); document.write( "19.8+16.6=36.4 \n" ); document.write( "36.4=36.4 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |