document.write( "Question 358546: how much pure acid should be mixed with 5 gallons of a 50% acid solution in order to get an 80% acid solution? \n" ); document.write( "
Algebra.Com's Answer #255884 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x repesent the amount of acid added
\n" ); document.write( ".50*5gal +1.00x = .80(5+x)
\n" ); document.write( "Simplify and Solve
\n" ); document.write( ".50*5gal +1.00x = .80*5+ .8x
\n" ); document.write( ".2x = .80*5 - .50*5
\n" ); document.write( ".2x =.3*5
\n" ); document.write( ".2x = 1.5
\n" ); document.write( "x = 7.5gal
\n" ); document.write( "checking our answer
\n" ); document.write( "2.5gal + 7.5gal = .8* 12.5gal = 10gal \n" ); document.write( "
\n" );