document.write( "Question 624753: How much water needs to be added to 1/2 pt. of syrup with 60% sugar solution to make it a 5% solution. \n" ); document.write( "
Algebra.Com's Answer #393015 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much water needs to be added to 1/2 pt. of syrup with 60% sugar solution to make it a 5% solution. \n" ); document.write( "** \n" ); document.write( "let x=amt of water to be added \n" ); document.write( "60%*1/2+0%*x=5%(1/2+x) \n" ); document.write( ".3+0=.025+.05x \n" ); document.write( ".05x=.3-.025=.275 \n" ); document.write( "x=.275/.05 \n" ); document.write( "x=5.5 \n" ); document.write( "amt of water to be added=5.5 pts \n" ); document.write( " \n" ); document.write( " |