document.write( "Question 368333: In a chemistry class, 5 liters of a 4% silver iodide 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( "I'D REALLY APPRECIATE THE HELP! \n" );
document.write( "
Algebra.Com's Answer #262473 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! In a chemistry class, 5 liters of a 4% silver iodide 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 = number of liters of 10% solution\r \n" ); document.write( "\n" ); document.write( ".04*5 + .10x = .06(5+x) \n" ); document.write( " 0.2 + .10x = 0.3 + .06x \n" ); document.write( " .04x = 0.1\r \n" ); document.write( "\n" ); document.write( " x = 2.5 \n" ); document.write( " \n" ); document.write( " |