document.write( "Question 393480: Suppose that you have a supply of a 20% solution of alcohol and a 80% solution of alcohol. How many quarts of each should be mixed to produce 90 quarts that is 50% alcohol? \n" ); document.write( "
Algebra.Com's Answer #279257 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=quarts of 20% solution, 90-x = quarts of 80% solution \n" ); document.write( ".2 * x = 20x \n" ); document.write( ".8 * (90-x) = 72-.8x \n" ); document.write( ".5 * 90 = 45 \n" ); document.write( ". \n" ); document.write( ".2x-.8x+72=45 \n" ); document.write( "-.6x=-27 \n" ); document.write( "x=45 quarts \n" ); document.write( "90-x=45 quarts \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |