document.write( "Question 953398: for preparation of 4% sucrose solution how much amount of sugar is added to 2 litres of water \n" ); document.write( "
Algebra.Com's Answer #582263 by JoelSchwartz(130)\"\" \"About 
You can put this solution on YOUR website!
x=total amount of sugar being added in liters
\n" ); document.write( "y=the number of liters of solution
\n" ); document.write( "y=x+2
\n" ); document.write( ".04y=x
\n" ); document.write( ".04(x+2)=x
\n" ); document.write( ".04x+.08=x
\n" ); document.write( ".08=x-.04x
\n" ); document.write( ".08=.96x
\n" ); document.write( "x=8/96
\n" ); document.write( "
\n" );