document.write( "Question 976681: How many ounces of a 25% alcohol solution must be mixed with 10 ounces of a 30% solution to make a 26% alcohol solution \n" ); document.write( "
Algebra.Com's Answer #598226 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How many ounces of a 25% alcohol solution must be mixed with 10 ounces of a 30% solution to make a 26% alcohol solution \n" ); document.write( "*** \n" ); document.write( "let x=amt of 25% solution must be mixed \n" ); document.write( "x+10=amt of mixed 26% solution \n" ); document.write( ".. \n" ); document.write( "25%x+30%*10=26%(x+10) \n" ); document.write( ".25x+3=.26x+2.6 \n" ); document.write( ".01x=.40 \n" ); document.write( "x=40 \n" ); document.write( "How many ounces of a 25% alcohol solution must be mixed? 40 \n" ); document.write( " |