document.write( "Question 275647: how many gallons of hydrochloric acid must be added to 12 gallons of a 30% solution to obtain a 40% solution? \n" ); document.write( "
Algebra.Com's Answer #201072 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.30*12+x=.40(12+x)
\n" ); document.write( "3.6+x=4.8+.40x
\n" ); document.write( "x-.40x=4.8-3.6
\n" ); document.write( ".6x=1.2
\n" ); document.write( "x=1.2/.6
\n" ); document.write( "x=2 gallons of acid needs to be added.
\n" ); document.write( "Proof:
\n" ); document.write( ".30*12+2=.4(12+2)
\n" ); document.write( "3.6+2=.4*14
\n" ); document.write( "5.6=5.6
\n" ); document.write( "
\n" ); document.write( "
\n" );