document.write( "Question 831061: How many quarts of pure alcohol must be added to 10 quarts of 10% alcohol solution to obtain a mixture which is 25% alcohol? \n" ); document.write( "
Algebra.Com's Answer #501110 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How many quarts of pure alcohol must be added to 10 quarts of 10% alcohol solution to obtain a mixture which is 25% alcohol? \n" ); document.write( ". \n" ); document.write( "Let x = amount (quarts) of pure alcohol added \n" ); document.write( "then \n" ); document.write( "x + .10(10) = .25(10+x) \n" ); document.write( "x + 1 = 2.5 + .25x \n" ); document.write( "x = 1.5 + .25x \n" ); document.write( ".75x = 1.5 \n" ); document.write( "x = 1.5/.75 \n" ); document.write( "x = 2 quarts \n" ); document.write( " |