document.write( "Question 1046990: A chemist wants to mix three different solutions to create 100 milliliters of a solution that is 24.5% alcohol.Solution A is 10% alcohol, solution B is 15% alcohol and solution C is 30% alcohol. The amount of solution A that is used must be twice the amount of solution B that is used.How many milliliters of each solution should the chemist combine? \n" ); document.write( "
Algebra.Com's Answer #662469 by Boreal(15235) You can put this solution on YOUR website! Let b=x \n" ); document.write( "then a=2x \n" ); document.write( "and c=100-3x \n" ); document.write( "That adds to 100 ml \n" ); document.write( "0.10(2x)+(0.15)(x)+(0.3)(100-3x)=100(0.245) \n" ); document.write( "0.2x+0.15x+30-0.9x=24.5 \n" ); document.write( "-0.55x+30=24.5 \n" ); document.write( "-0.55x=-5.5 \n" ); document.write( "x=10 ml B \n" ); document.write( "2x=20 ml A \n" ); document.write( "100-3x=70 ml C \n" ); document.write( " \n" ); document.write( " |