document.write( "Question 766455: How much water should be added to four liters of pure alcohol to make a mixture of 40% alcohol? \n" ); document.write( "
Algebra.Com's Answer #466909 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
How much water should be added to four liters of pure alcohol to make a mixture of 40% alcohol?
\n" ); document.write( "***
\n" ); document.write( "let x=amount of water to add
\n" ); document.write( "100%*4+0%x=40%(4+x)
\n" ); document.write( "4=1.6+.4x
\n" ); document.write( ".4x=2.4
\n" ); document.write( "x=6
\n" ); document.write( "amount of water to add=6 liters
\n" ); document.write( "
\n" );