document.write( "Question 169367: You have 3 gallons of punch that is 7% alcohol. A friend pours in 3 gallons of their punch and now the combined mix is 9% alcohol. What % alcohol was the added 3 gallons of punch? \n" ); document.write( "
Algebra.Com's Answer #124865 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
let x be the % of alcohol in the added 3 gallons
\n" ); document.write( ":
\n" ); document.write( ".07(3)+x(3)=.09(6)
\n" ); document.write( ":
\n" ); document.write( ".21+3x=.54
\n" ); document.write( ":
\n" ); document.write( "3x=.33
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28x=11%29\" percentage of alcohol in added 3 gallons
\n" ); document.write( "
\n" );