document.write( "Question 382640: A 400 g solution is 25% salt. How much salt must be added to produce a solution that is 40% salt? \n" ); document.write( "
Algebra.Com's Answer #271087 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 400*0.25 + x*1.00 = (400 + x)*0.40; \n" ); document.write( "100 + x = 160 + 0.40x; \n" ); document.write( "0.60x = 60; \n" ); document.write( "x = 100 grams, the amount of salt that must be added. \n" ); document.write( " |