document.write( "Question 295596: How many ounces of pure alcohol must be added to 40 ounces of a 70% alcohol solution to produce an 85% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #213012 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How many ounces of pure alcohol must be added to 40 ounces of a 70% alcohol solution to produce an 85% alcohol solution?. \n" ); document.write( ". \n" ); document.write( "Let x = ounces of pure alcohol added \n" ); document.write( "then \n" ); document.write( "x + .70(40) = .85(40+x) \n" ); document.write( "x + 28 = 34 + .85x \n" ); document.write( ".15x + 28 = 34 \n" ); document.write( ".15x = 6 \n" ); document.write( "x = 6/.15 \n" ); document.write( "x = 40 ounces \n" ); document.write( " |