document.write( "Question 908306: How many litres of 70% alcohol needs to be added to 50litres of 40% alcohol to make a 50% solution. \n" ); document.write( "
Algebra.Com's Answer #551082 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
We have 50 liter of 40% alcohol
\n" ); document.write( "We want to add some 70% alcohol to make 50% alcohol
\n" ); document.write( "0.7*x+0.4*50=0.5(50+x)
\n" ); document.write( "0.7*x+20=25+0.5x
\n" ); document.write( "0.7x-0.5x=25-20
\n" ); document.write( "0.2x=5
\n" ); document.write( "x=25 liter at 70% (17.5) is added to 50 liter at 40%(20) to make 50% of 75 liter(37.5)
\n" ); document.write( "check
\n" ); document.write( "0.7*25+0.4*50=0.5(50+25)
\n" ); document.write( "17.5+20=0.5(75)
\n" ); document.write( "37.5=37.5
\n" ); document.write( "ok\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );