document.write( "Question 824340: How many mililiters of 0.75% sugar solution must be added to 100Ml of 1.5% sugar solution to form a 1.25%? \n" ); document.write( "
Algebra.Com's Answer #496318 by milo1954(10)![]() ![]() ![]() You can put this solution on YOUR website! 0.75%X + 1.5% 100 = (100+X)1.25% \n" ); document.write( "0.75X+1.5*100=1.25(X+100) \n" ); document.write( "0.75X+150=1.25X+125 \n" ); document.write( "1.25X+125=0.75X+150 \n" ); document.write( "1.25X-1.75X=150-125 \n" ); document.write( "0.5X=25 \n" ); document.write( "X=50 \n" ); document.write( " \n" ); document.write( " |