document.write( "Question 912681: The sugar solution comes as 50% solution you are to add this to a 5 liter fluid bag. Determine how much volume is to be added to the 5L bag to get a 10% solution. \n" ); document.write( "
Algebra.Com's Answer #553977 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x=amount of sugar solution at fifty percent \n" ); document.write( ".5x=amount of sugar in the solution \n" ); document.write( "t=total amount of volume \n" ); document.write( "t=5+x \n" ); document.write( ".1(5+x)=ten percent of the solution \n" ); document.write( ".5+.1x=.5x \n" ); document.write( ".5=.4x \n" ); document.write( "x=1.25 \n" ); document.write( "1.25 liters is to be added \n" ); document.write( " |