document.write( "Question 864178: How many ounces of a 15% alcohol solution and a 26% alcohol solution must be combined to obtain 33 ounces of a 19% solution? \n" ); document.write( "
Algebra.Com's Answer #520831 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How many ounces of a 15% alcohol solution and a 26% alcohol solution must be combined to obtain 33 ounces of a 19% solution? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 15% alcohol to be used \n" ); document.write( "33-x=amt of 26% alcohol to be used \n" ); document.write( ".. \n" ); document.write( "15%x+26%(33-x)=19%*33 \n" ); document.write( ".15x+8.58-.26x=6.27 \n" ); document.write( ".11x=2.31 \n" ); document.write( "x=21 \n" ); document.write( "33-x=12 \n" ); document.write( ".. \n" ); document.write( "amt of 15% alcohol to be used=21 ounces \n" ); document.write( "amt of 26% alcohol to be used=12 ounces \n" ); document.write( " |