document.write( "Question 446430: Harry needs to mix a 10% iodine solution with a 35% iodine solution to produce 50 gallons of a 23% iodine solution. How much of each should he use? \n" ); document.write( "
Algebra.Com's Answer #307450 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! x+y=50 \n" ); document.write( ".10*x+.35y=.23*50 \n" ); document.write( " \n" ); document.write( " |