document.write( "Question 532197: Margo has 40 milliliters of 25% solution. How many milliliters of 60% solution should she add to obtain the required 30% solution? \n" ); document.write( "
Algebra.Com's Answer #350759 by mananth(16946) You can put this solution on YOUR website! --------percent ---------------- quantity \n" ); document.write( "Solution I 25 ---------------- 40 ml \n" ); document.write( "Solution II 60 ---------------- x ml \n" ); document.write( "Mixture 30 ---------------- 40 + x ml \n" ); document.write( " \n" ); document.write( "25 * 40 + 60 x = 30 ( 40 + x ) \n" ); document.write( "1000 + 60 x = 1200 + 30 x \n" ); document.write( "60 x + -30 x = 1200 - -1000 \n" ); document.write( "30 x = 200 \n" ); document.write( "/ 30 \n" ); document.write( "x = 6.67 \n" ); document.write( " 6.67 ml of Solution II \n" ); document.write( " \n" ); document.write( " |