document.write( "Question 893628: suppose that you have a supply of a 30% alcohol solution and 70% alcohol solution . how many litters of each solution should be mixed to produce 20 liters that is 40% alcohol ? \n" ); document.write( "
Algebra.Com's Answer #541394 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=20, \n" ); document.write( ".3a+.7b=.4*20 \n" ); document.write( "a=15, b=5 \n" ); document.write( " |