document.write( "Question 300324: In a chemistry class, 12 L of a 12% alcohol solution must be mixed with a 20% solution to get a 14% solution. How many liters of the 20% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #215538 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! In a chemistry class, 12 L of a 12% alcohol solution must be mixed with a 20% solution to get a 14% solution. How many liters of the 20% solution are needed? \n" ); document.write( ". \n" ); document.write( "Let x = liters 20% solution to be added \n" ); document.write( "then \n" ); document.write( ".12(12) + .20x = .14(12+x) \n" ); document.write( ".12(12) + .20x = .14(12+x) \n" ); document.write( "1.44 + .20x = 1.68 + .14x \n" ); document.write( ".20x = .24 + .14x \n" ); document.write( ".06x = .24 \n" ); document.write( "x = 4 liters \n" ); document.write( " |