document.write( "Question 264138: How many liters of a 40% alcohol solution must be mixed with a 65% solution to obtain 20 liters of a 50% solution? \n" ); document.write( "
Algebra.Com's Answer #194498 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.65x+.40(20-x)=.50*20
\n" ); document.write( ".65x+8-.40x=10
\n" ); document.write( ".25x=10-8
\n" ); document.write( ".25x=2
\n" ); document.write( "x=2/.25
\n" ); document.write( "x=8 gallons of 65% solution is used.
\n" ); document.write( "20-8=12 gallons of 40% solution is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".65*8+.40*12=.50*20
\n" ); document.write( "5.2+4.8=10
\n" ); document.write( "10=10
\n" ); document.write( "
\n" );