document.write( "Question 272568: in a chemistry class, a 4% silver iodide solution must be mixed with a 10% solution to get 12 liters of a 6% solution. how many liters of the 10% solution are needed? \n" ); document.write( "
Algebra.Com's Answer #199335 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
Solution problems are solved most easily by keeping track of the amount of 'pure' stuff in the constituent solutions and in the final solution.
\n" ); document.write( ".
\n" ); document.write( "Here you want 12 liters of a 6% solution of silver iodide.
\n" ); document.write( "That means you need .06*12 = .72 liters of 'pure' silver iodide.
\n" ); document.write( ".
\n" ); document.write( "You have a 4% and a 10% solution to add together.
\n" ); document.write( "'x' can be used to indicate the amount of 4% solution.
\n" ); document.write( "We could say 'y' is the amount of 10% solution, but it is likely easier to indicate '12-x' as the amount of 10% solution.
\n" ); document.write( ".
\n" ); document.write( "We can now setup the equation to be solved:
\n" ); document.write( ".04x + .10y = .72
\n" ); document.write( "or
\n" ); document.write( ".04x + .10(12-x) = .72
\n" ); document.write( ".04x + 1.2 - .1x = .72
\n" ); document.write( "-.06x = -.48
\n" ); document.write( "x = 8
\n" ); document.write( ".
\n" ); document.write( "y = 12-8 = 4
\n" ); document.write( ".
\n" ); document.write( "So, our candidates are:
\n" ); document.write( "x = 8 liters of 4% solution
\n" ); document.write( "y = 4 liters of 10% solution
\n" ); document.write( ".
\n" ); document.write( "But we have to check to know if that's right...always...
\n" ); document.write( ".
\n" ); document.write( "How much silver iodide is there in 8 liters of 4% solution?
\n" ); document.write( ".04*8 = .32 liters
\n" ); document.write( "How much silver iodide is there in 4 liters of 10% solution?
\n" ); document.write( ".1*4 = .4 liters
\n" ); document.write( "Total = .72 liters of silver iodide
\n" ); document.write( ".
\n" ); document.write( "That matches what we determined we needed initially.
\n" ); document.write( ".
\n" ); document.write( "Checking the question, we can see the answer is only \"how many liters of the 10% solution\"? 4 liters
\n" ); document.write( "
\n" );