document.write( "Question 882555: Suppose you have 10 liters of a 75% alcohol solution. How much 55% solution can you make? \n" ); document.write( "
Algebra.Com's Answer #532924 by ewatrrr(24785) You can put this solution on YOUR website! water = water \n" ); document.write( " w + .25(10L) = .45(10L + w) \n" ); document.write( " w = .20(10L)/.55 \n" ); document.write( "How much 55% solution can you make? 10L + w \n" ); document.write( " |