document.write( "Question 722923: A 50% alcohol solution is mixed with a 10% alcohol solution to create 8 ounces of a 32% alcohol solution. how much of each is needed.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #442935 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A 50% alcohol solution is mixed with a 10% alcohol solution to create 8 ounces of a 32% alcohol solution. how much of each is needed. \n" ); document.write( "*** \n" ); document.write( "let x=amount of 50% solution to mix \n" ); document.write( "8-x =amount of 10% solution to mix \n" ); document.write( "50%x+10%(8-x)=32%*8 \n" ); document.write( "0.5x+0.8-0.1x=2.56 \n" ); document.write( "0.4x=1.76 \n" ); document.write( "x=4.4 \n" ); document.write( "8-x=3.6 \n" ); document.write( "amount of 50% solution needed=4.4 ounces \n" ); document.write( "amount of 10% solution needed=3.6 ounces \n" ); document.write( " |