document.write( "Question 123639: A chemist has one solution that is 25% salt and 75% water and another solution that is only 5% salt. How many milliliters of each should the chemist use to make 1600mL of a solution that is 15% salt? \n" ); document.write( "
Algebra.Com's Answer #90694 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
In words:
\n" ); document.write( "(total salt) / (total solution) = .15
\n" ); document.write( "Let \"a\" = ml of 1st solution
\n" ); document.write( "Let \"b\" = ml of 2nd solution
\n" ); document.write( "\"%28.25a+%2B+.05b%29+%2F+%28a+%2B+b%29+=+.15\"
\n" ); document.write( "Also given is
\n" ); document.write( "\"a+%2B+b+=+1600\"
\n" ); document.write( "\"a+=+1600+-+b\"
\n" ); document.write( "I can substitute \"1600\" for \"a+%2B+b\" and \"1600+-+b\" for \"a\"
\n" ); document.write( "\"%28.25%281600+-+b%29+%2B+.05b%29+%2F+1600+=+.15\"
\n" ); document.write( "\"%28400+-+.25b+%2B+.05b%29+%2F+1600+=+.15\"
\n" ); document.write( "\"%28400+-+.2b%29+%2F+1600+=+.15\"
\n" ); document.write( "\"400+-+.2b+=+.15%2A1600\"
\n" ); document.write( "\".2b+=+400+-+240\"
\n" ); document.write( "\".2b+=+160\"
\n" ); document.write( "\"b+=+800\"
\n" ); document.write( "\"a+=+1600+-+b\"
\n" ); document.write( "\"a+=+800\"
\n" ); document.write( "800 ml of each solution should be used
\n" ); document.write( "check:
\n" ); document.write( "\"%28.25a+%2B+.05b%29+%2F+%28a+%2B+b%29+=+.15\"
\n" ); document.write( "\"%28.25%2A800+%2B+.05%2A800%29+%2F+1600+=+.15\"
\n" ); document.write( "\"%28200+%2B+40%29+%2F+1600+=+.15\"
\n" ); document.write( "\".15+=+.15\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );