document.write( "Question 434071: how many kilograms of pure alcohol must be added to 20 grams of a 10% alcohol solution to produce 50% \n" ); document.write( "
Algebra.Com's Answer #300816 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x = the required number of kilograms of pure alcohol.
\n" ); document.write( "x(100%)+(20)(10%) = (20+x)(50%) Simplify.
\n" ); document.write( "x+2 = 10+0.5x Subtract 0.5x from both sides.
\n" ); document.write( "0.5x+2 = 10 Subtract 2 from both sides.
\n" ); document.write( "0.5x = 8 Finally, divide both sides by 0.5
\n" ); document.write( "x = 16 kg.
\n" ); document.write( "
\n" );