document.write( "Question 1009788: We have 2.5 kg 5% solution. How much 20% solution should be mixed to it to get a 12 % concentrated solution ? \n" ); document.write( "
Algebra.Com's Answer #625270 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 20% solution you are adding, x. The set up is like this \n" ); document.write( ".05(2.5) + .20x = .12(2.5 + x) \n" ); document.write( ".125 + .2x = .3 + .12x \n" ); document.write( ".08x = .175 \n" ); document.write( "x = .175/.08 = 2 3/16 kg or 2.1875 kg of 20% solution \n" ); document.write( " |