document.write( "Question 306509: A chemist has one solution that is 40% alcohol and another that is 55% alcohol. How much of each must she use to make 15 liters of solution that is 50% alcohol? \n" ); document.write( "
Algebra.Com's Answer #219381 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! A chemist has one solution that is 40% alcohol and another that is 55% alcohol. How much of each must she use to make 15 liters of solution that is 50% alcohol?\r \n" ); document.write( "\n" ); document.write( "Let x be the amount of 40% alcohol and y the amount of 55% alcohol. Then we have:\r \n" ); document.write( "\n" ); document.write( "1.) x + y = 15 and \n" ); document.write( "2.) .40x + .55y = .50*15\r \n" ); document.write( "\n" ); document.write( "From 1.) we know that x = 15-y. Substituting 15-y for x in 2.) gives us:\r \n" ); document.write( "\n" ); document.write( ".40*(15-y) + .55*y = 7.5 \n" ); document.write( "6 - .4y + .55y = 7.5 \n" ); document.write( ".15y = 1.5 \n" ); document.write( "y = 10\r \n" ); document.write( "\n" ); document.write( "Substituting 10 for y in equation 1.) we have x + 10 = 15, so x =5. \n" ); document.write( " \n" ); document.write( " |