document.write( "Question 604413: how many kilograms of water must be added to 12kg of a 30% salt solution to produce a 20% solution? \n" ); document.write( "
Algebra.Com's Answer #381214 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
water means 0% salt solution
\n" ); document.write( "let water = x kilograms\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0%*x + 30%*12 = 20%*(x + 12)
\n" ); document.write( "(omit all the % sign)
\n" ); document.write( "0*x + 30*12 = 20*(x + 12)
\n" ); document.write( "0 + 360 = 20x + 240
\n" ); document.write( "360 - 240 = 20x
\n" ); document.write( "120 = 20x
\n" ); document.write( "x = 120/20 = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so we must add 6 kilograms of water
\n" ); document.write( "
\n" ); document.write( "
\n" );