document.write( "Question 942883: How much water should be added to 6 gallons of a solution that is pure acid to obtain a 15% soulution? \n" ); document.write( "
Algebra.Com's Answer #574914 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
let x=amt of water should be added
\n" ); document.write( "100%*6=15%(x+6)
\n" ); document.write( "6=.15x+.90
\n" ); document.write( ".15x=5.1
\n" ); document.write( "x=34
\n" ); document.write( "How much water should be added? 34 gal
\n" ); document.write( "
\n" );