document.write( "Question 320654: how much liter of alcohol is added to a 4-liter 50% solution to make 70% solution? \n" ); document.write( "
Algebra.Com's Answer #229649 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
pure alcohol x liters
\n" ); document.write( "50%solution 4 liters
\n" ); document.write( "70% solution x+4 liters
\n" ); document.write( "..
\n" ); document.write( "x+0.5x=0.7(x+4)
\n" ); document.write( "1.5x= 0.7x+2.8
\n" ); document.write( "0.8x=2.8
\n" ); document.write( "x=2.8/0.8
\n" ); document.write( "x=3.5 liters of pure alcohol
\n" ); document.write( "
\n" );