document.write( "Question 739190: Mixture Problem A chemist has 20% and 60% solutions
\n" );
document.write( "of acid available. How many liters of each solution
\n" );
document.write( "should be mixed to obtain 10 liters of a 30% acid
\n" );
document.write( "solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #451036 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! .2t+.6s=.3*10, \n" ); document.write( "t+s=10 \n" ); document.write( "s=2.5, t=7.5 \n" ); document.write( " |