document.write( "Question 511334: How many gallons of water must be added to 40 gallons of 10% alcohol solution to produce an 8% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #342152 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+x+\" = gallons of water to be added
\n" ); document.write( "\"+.1%2A40+=+4+\" is gallons of alcohol in solution
\n" ); document.write( "-------------
\n" ); document.write( "\"+4+%2F+%28+x+%2B+40+%29+=+.08+\"
\n" ); document.write( "\"+4+=+.08%2A%28+x+%2B+40+%29+\"
\n" ); document.write( "\"+4+=+.08x+%2B+3.2+\"
\n" ); document.write( "\"+.08x+=+4+-+3.2+\"
\n" ); document.write( "\"+.08x+=+.8+\"
\n" ); document.write( "\"+x+=+10+\"
\n" ); document.write( "10 gallons of water must be added
\n" ); document.write( "
\n" );