document.write( "Question 335325: How many gallons of a 30% acid solution must be mixed with 50 gallons of a 70% acid solution to make a 55% solution? \n" ); document.write( "
Algebra.Com's Answer #240382 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.30x+.70*50=.55(50+x)
\n" ); document.write( ".30x+35=27.5+.55x
\n" ); document.write( ".30x-55x=27.5-35
\n" ); document.write( "-.25x=-7.5
\n" ); document.write( "x=-7.5/-.25
\n" ); document.write( "x=30 gallons of 30% solution.
\n" ); document.write( "Proof:
\n" ); document.write( ".30*30+.70*50=.55(50+30)
\n" ); document.write( "9+35=.55*80
\n" ); document.write( "44=44
\n" ); document.write( "
\n" ); document.write( "
\n" );