document.write( "Question 744729: A pharmacist has 6L of a mixture that is 20% alcohol. How much pure alcohol must be added to obtain a mixture that is 70% alcohol? \n" ); document.write( "
Algebra.Com's Answer #453528 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A pharmacist has 6L of a mixture that is 20% alcohol. \n" ); document.write( " How much pure alcohol must be added to obtain a mixture that is 70% alcohol? \n" ); document.write( ": \n" ); document.write( "let x = amt of pure alcohol required \n" ); document.write( "then \n" ); document.write( "(6-x) = amt of 20% alcohol required \n" ); document.write( ": \n" ); document.write( ".20(6-x) + x = .70(6) \n" ); document.write( "1.2 - .2x + x = 4.2 \n" ); document.write( ".8x = 4.2 - 1.2 \n" ); document.write( ".8x = 3 \n" ); document.write( "x = 3/.8 \n" ); document.write( "x = 3.75 L of pure alcohol required \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: .2(2.25) + 3.75 = .7(6) \n" ); document.write( ".45 + 3.75 = 4.2 \n" ); document.write( " \n" ); document.write( " |