document.write( "Question 351274: In a chemistry class, 3 liters of a 4% silver iodine solution must be mixed with a 10% solution to get a 6% solution. How many liters of the 10% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #251038 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! In a chemistry class, 3 liters of a 4% silver iodine solution must be mixed with a 10% solution to get a 6% solution. How many liters of the 10% solution are needed?\r \n" ); document.write( "\n" ); document.write( "Let x = amount of 10% solution \n" ); document.write( "then \n" ); document.write( "3-x = amount of 4% solution\r \n" ); document.write( "\n" ); document.write( ".10x + .04(3-x) = .06(3) \n" ); document.write( ".10x + .12-.04x = .18 \n" ); document.write( ".06x + .12 = .18 \n" ); document.write( ".06x = .06 \n" ); document.write( "x = 1 liter (amount of 10% solution) \n" ); document.write( " |