document.write( "Question 215399: a 20% solution of fertilizer is to be mixed with a 80% solution of fertilizer in order to get 120 gallons of a 60% solution. how many gallons of the 20% solution and 80% solution should be mixed? \n" ); document.write( "
Algebra.Com's Answer #162744 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.20x+.80*120=.60(120+x)
\n" ); document.write( ".20x+96=72+.60x
\n" ); document.write( ".20x-.60x=72-96
\n" ); document.write( "-.40x=-24
\n" ); document.write( "x=-24/-.40
\n" ); document.write( "x=60 gallons of 20% solution is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".20*60+.80*120=.60(120+60)
\n" ); document.write( "12+96=.60*180
\n" ); document.write( "108=108
\n" ); document.write( "
\n" );