document.write( "Question 918166: how many gallons of gasoline that is 8% ethanol must be added to 2000 gallons of gasoline that is 5% ethanol to get a mixture that is 6% ethanol? \n" ); document.write( "
Algebra.Com's Answer #556959 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
We have 2000 gal of 5% gas
\n" ); document.write( "We want to add some 8% gas to make 6% gas
\n" ); document.write( "0.08*x+0.05*2000=0.06(2000+x)
\n" ); document.write( "0.08*x+100=120+0.06x
\n" ); document.write( "0.08x-0.06x=120-100
\n" ); document.write( "0.02x=20
\n" ); document.write( "x=1000 gal at 8% (80) is added to 2000 gal at 5%(100) to make 6% of 3000 gal(180)
\n" ); document.write( "check
\n" ); document.write( "0.08*1000+0.05*2000=0.06(2000+1000)
\n" ); document.write( "80+100=0.06(3000)
\n" ); document.write( "180=180
\n" ); document.write( "ok
\n" ); document.write( "codemixadd
\n" ); document.write( "
\n" ); document.write( "
\n" );