document.write( "Question 337983: How much water must be evaporated from 500 grams of a 10% salt solution
\n" );
document.write( "to obtain a 15% salt solution? \n" );
document.write( "
Algebra.Com's Answer #242319 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How much water must be evaporated from 500 grams of a 10% salt solution \n" ); document.write( "to obtain a 15% salt solution? \n" ); document.write( "; \n" ); document.write( "Let w = amt of water to be evaporated \n" ); document.write( ": \n" ); document.write( "Write an amt of salt equation (the amt remains the same, only the % changes) \n" ); document.write( ".10(500) = .15(500-w) \n" ); document.write( "50 = 75 - .15w \n" ); document.write( ".15w = 75 - 50 \n" ); document.write( "w = \n" ); document.write( "w = 166 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: That leaves: 500 - 166.67 = 333.33 gram solution after evaporation \n" ); document.write( ".10(500) = .15(333.33) \n" ); document.write( "50 = 50; confirms our answer \n" ); document.write( " |