document.write( "Question 249334: How many gallons of a 10% salt solution should be added to 20 gallons of a 60% salt solution to obtain a 50% salt solution? \n" ); document.write( "
Algebra.Com's Answer #181597 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! How many gallons of a 10% salt solution should be added to 20 gallons of a 60% salt solution to obtain a 50% salt solution?\r \n" ); document.write( "\n" ); document.write( "Let x be the number of gallons of 10% solution to be added. Then:\r \n" ); document.write( "\n" ); document.write( ".6*20 + .1*x = .5*(20+x) \n" ); document.write( "12 + .1*x = 10 + .5x \n" ); document.write( ".4*x = 2 \n" ); document.write( "4*x = 20 \n" ); document.write( "x = ?\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |