document.write( "Question 267284: how many kilograms of water must be evaporated from 40 kg of a 10% salt solution to produce a 25% salt solution? \n" ); document.write( "
Algebra.Com's Answer #196203 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, 40 kgs of a solution contains 10% of salt. \n" ); document.write( "So, the quantity of salt in the solution = 40*(10/100)=4 kgs \n" ); document.write( "Let x kgs of water be evaporated so that the new solution contains 25% salt \n" ); document.write( " (40-x)*(25/100) = 4 \n" ); document.write( " (40-x)*(1/4) = 4 \n" ); document.write( " 40-x = 16 \n" ); document.write( " -x = 16-40 \n" ); document.write( " -x = -24 \n" ); document.write( " x = 24 kgs \n" ); document.write( " \n" ); document.write( " |