document.write( "Question 1105681: The Patronete Winery's tastiest wine must have a 12% alcohol content. How many gallons of wine with a 9% alcohol content must be mixed with 3,000 gallons of wine with a 15% alcohol content in order to achieve the desired 12% alcohol content? \n" ); document.write( "
Algebra.Com's Answer #720550 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The Patronete Winery's tastiest wine must have a 12% alcohol content.
\n" ); document.write( " How many gallons of wine with a 9% alcohol content must be mixed with 3,000 gallons of wine with a 15% alcohol content in order to achieve the desired 12% alcohol content?
\n" ); document.write( ":
\n" ); document.write( "let x = amt of 9% wine required
\n" ); document.write( "An equation using the decimal equiv of per cent
\n" ); document.write( ".09x + .15(3000) = .12(x+3000)
\n" ); document.write( ".09x + 450 = .12x + 360
\n" ); document.write( "450 - 360 = .12x - .09x
\n" ); document.write( "90 = .03x
\n" ); document.write( "x = 90/.03
\n" ); document.write( "x = 3000 gal of 9% required
\n" ); document.write( "
\n" );