document.write( "Question 607053: how many ounces of 5% alcohol solution must be mixed with 16 ounces of 10% alcohol solution to make a 7% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #382347 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many ounces of 5% alcohol solution must be mixed with 16 ounces of 10% alcohol solution to make a 7% alcohol solution? \n" ); document.write( "** \n" ); document.write( "let x=ounces of 5% solution to be mixed \n" ); document.write( "x+16=ounces of 7% final solution \n" ); document.write( "5%x+10%*16=7%(x+16) \n" ); document.write( ".05x+1.6=.07(x+16) \n" ); document.write( ".05x+1.6=.07x+1.12 \n" ); document.write( ".02x=.48 \n" ); document.write( "x=24 \n" ); document.write( "ans: \n" ); document.write( "ounces of 5% solution to be mixed=24 \n" ); document.write( " |