document.write( "Question 261911: Perry wants to make a 80% alcohol solution. He has already poured 8 gallons of a 85% alcohol solution into a beaker. How many gallons of a 70% alcohol solution must be added to this to create the desired mix? \n" ); document.write( "
Algebra.Com's Answer #193025 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.85*8+.70x=.80(8+x)
\n" ); document.write( "6.8+.7x=6.4+.8x
\n" ); document.write( ".7x-.8x=6.4-6.8
\n" ); document.write( "-.1x=-.4
\n" ); document.write( "x=-.4/-.1
\n" ); document.write( "x=4 gallons of 70% alcohol is used.
\n" ); document.write( "Proof:
\n" ); document.write( "85*8+.7*4=.8(8+4)
\n" ); document.write( "6.8+2.8=.8*12
\n" ); document.write( "9.6=9.6
\n" ); document.write( "
\n" );