document.write( "Question 246958:  A chemist wants to mix a 5% alcohol solution with a 25% alcohol solution to obtain 8 liters of a 20% alcohol solution. How much (in liters) of the 25% solution should she use?\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance for your help. \n" );
document.write( "
| Algebra.Com's Answer #180250 by checkley77(12844)      You can put this solution on YOUR website! .25x+.05(8-x)=.20*8 \n" ); document.write( ".25x+.4-.05x=1.6 \n" ); document.write( ".20x=1.6-.4 \n" ); document.write( ".20x=1.2 \n" ); document.write( "x=1.2/.20 \n" ); document.write( "x=6 liters of 25% alcohol is used. \n" ); document.write( "8-6=2 liters of 5% alcohol is used. \n" ); document.write( "Proof: \n" ); document.write( ".25*6+.05*2=.20*8 \n" ); document.write( "1.5+.1=1.6 \n" ); document.write( "1.6=1.6 \n" ); document.write( " \n" ); document.write( " |