document.write( "Question 1022581: how many ounces of 6% should be combined with a 20% in order to create a 70-ounce mixture that is 12% alcohol?
\n" );
document.write( "Amount of 6%= \n" );
document.write( "
Algebra.Com's Answer #638255 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 6% solution x. \n" ); document.write( "Then the amount of 20% solution would be 70-x. \n" ); document.write( "We then set it up like this: \n" ); document.write( ".06x + .20(70-x) = .12(70) \n" ); document.write( ".06x + 14 - .20x = 8.4 \n" ); document.write( "-.14x = -5.6 \n" ); document.write( "x = 40 ounces at 6% \n" ); document.write( " |