document.write( "Question 389463: a chemist mixes a solution that is 14% alcohol with a solution that is 22% alcohol to make 200 milliliters of a solution that is 17.6% alcohol. How many milliliters of each solution does the chemist use in the mixture? \n" ); document.write( "
Algebra.Com's Answer #275985 by gwendolyn(128)![]() ![]() You can put this solution on YOUR website! Let A be the amount of 14% alcohol. \n" ); document.write( "Let B be the amount of 22% alcohol.\r \n" ); document.write( "\n" ); document.write( "We know the total amount is 200 ml, so:\r \n" ); document.write( "\n" ); document.write( "A + B = 200 \n" ); document.write( "Solving for A (picked at random): \n" ); document.write( "A + B - B = 200 - B \n" ); document.write( "A = 200 - B\r \n" ); document.write( "\n" ); document.write( "Now we form another equation based on the amount of alcohol each solution contributes and the final amount:\r \n" ); document.write( "\n" ); document.write( ".14 * A + .22 * B = .176 * 200\r \n" ); document.write( "\n" ); document.write( ".14A + .22B = 35.2 \n" ); document.write( "Multiplying everything by 100 to work with whole numbers: \n" ); document.write( "14*A + 22*B = 3520\r \n" ); document.write( "\n" ); document.write( "Substiture the value of A from the first equation:\r \n" ); document.write( "\n" ); document.write( "14*(200 - B) + 22*B = 3520 \n" ); document.write( "2800 - 14*B + 22*B = 3520 \n" ); document.write( "2800 + 8*B = 3520 \n" ); document.write( "8*B = 3520 - 2800 \n" ); document.write( "8*B = 720 \n" ); document.write( "B = 90\r \n" ); document.write( "\n" ); document.write( "Substituting the value of B back into the first equation:\r \n" ); document.write( "\n" ); document.write( "A = 200 - B \n" ); document.write( "A = 200 - 90 \n" ); document.write( "A = 110\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |