document.write( "Question 717636: How much pure alcohol has to be added to 150 gallons of a 32% alcohol solution in order to bring the alcohol concentration up to 40%? \n" ); document.write( "
Algebra.Com's Answer #440486 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How much pure alcohol has to be added to 150 gallons of a 32% alcohol solution in order to bring the alcohol concentration up to 40%? \n" ); document.write( ": \n" ); document.write( "Let a = amt of pure alcohol required to accomplish this \n" ); document.write( ": \n" ); document.write( ".32(150) + a = .40(a+150) \n" ); document.write( "48 + a = .4a + 60 \n" ); document.write( "a - .4a = 60 - 48 \n" ); document.write( ".6a = 12 \n" ); document.write( "a = 12/.6 \n" ); document.write( "a = 20 gallons of pure pure alcohol required \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "see if that checks out \n" ); document.write( "48 + 20 = .4(170) \n" ); document.write( "68 = 68, confirms our solution of 20 gal of pure alcohol \n" ); document.write( " |