document.write( "Question 165642: \"How much water must be evaporated for 120kg of solution which is 3% salt to make a solution of 5% salt?\"\r
\n" );
document.write( "\n" );
document.write( "Please correct me if I'm wrong:\r
\n" );
document.write( "\n" );
document.write( "Let x = amount of water to be evaporated\r
\n" );
document.write( "\n" );
document.write( "0.03(120) - 0(x) = 0.05(120-x)
\n" );
document.write( " 3.6 = 6 - 0.05x
\n" );
document.write( " 0.05x = 6 - 3.6
\n" );
document.write( " x = 2.4 / 0.05
\n" );
document.write( " x = 48L\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #122139 by edjones(8007) You can put this solution on YOUR website! .03*120=3.6 \n" ); document.write( "3.6/x = .05 \n" ); document.write( "x=3.6/.05 multiply each side by x/.05 \n" ); document.write( "x=72 \n" ); document.write( "120-72=48 L \n" ); document.write( "Right on! \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |