document.write( "Question 430437: How many milliliters of water must be added to 60 mL of a 15% iodine solution in order to dilute it to a 10% solution? \n" ); document.write( "
Algebra.Com's Answer #298956 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 0.00x + 0.15*60 = 0.10*(x+ 60) \n" ); document.write( "<==> 9 = 0.10x + 6 \n" ); document.write( "==> 3 = 0.10x \n" ); document.write( "==> x = 30 ml of water should be added... \n" ); document.write( " |