document.write( "Question 249334: How many gallons of a 10% salt solution should be added to 20 gallons of a 60% salt solution to obtain a 50% salt solution? \n" ); document.write( "
Algebra.Com's Answer #181586 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.60*20+.10x=.50(20+x)
\n" ); document.write( "12+.10x=10+.50x
\n" ); document.write( ".10x-.50x=10-12
\n" ); document.write( "-.4x=-2
\n" ); document.write( "x=-2/-.40
\n" ); document.write( "x=5 gallons of 10% salt solution is added.
\n" ); document.write( "Proof:
\n" ); document.write( ".60*20+.10*5=.5(20+5)
\n" ); document.write( "12+.5=.5*25
\n" ); document.write( "12.5=12.5
\n" ); document.write( "
\n" );