document.write( "Question 1030124: How many ounces of a 17% alcohol solution and a 40% alcohol solution must be combined to obtain 46 ounces of a 32% solution? \n" ); document.write( "
Algebra.Com's Answer #645039 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let x = # ounces of 17% alcohol solution.\r \n" ); document.write( "\n" ); document.write( "==> 0.17x + 0.40(46-x) = 0.32*46 \n" ); document.write( "<==> 0.17x + 18.4 - 0.40x = 14.72 \n" ); document.write( "==> 3.68 = 0.23x ==> x = 16 ounces of 17% alcohol solution, and \r \n" ); document.write( "\n" ); document.write( "46 - x = 30 ounces of the 40% alcohol solution. \n" ); document.write( " |