document.write( "Question 1027401: how many gallons of a 2% salt solution must be mixed with 100 gallons of a 8% salt solution to obtain a 3% salt solution? \n" ); document.write( "
Algebra.Com's Answer #642599 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of gallons of 2% salt solution, x. \n" ); document.write( "Then the setup looks like this: \n" ); document.write( ".02x + .08(100) = .03(100 + x) \n" ); document.write( "Now we solve for x. \n" ); document.write( ".02x + 8 = 3 + .03x \n" ); document.write( "Subtract 3 and subtract .02x from both sides and get \n" ); document.write( "5 = .01x \n" ); document.write( "Divide by .01 and get \n" ); document.write( "x = 500 gallons of 2% salt solution \n" ); document.write( " |