document.write( "Question 432501: How many liters of pure baking soda must be added to 180 liters of a 40% baking soda solution to get a 70% baking soda solution? \n" ); document.write( "
Algebra.Com's Answer #299909 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The initial amount of baking soda in the 40% solution = 0.40*180 = 72 liters \n" ); document.write( "Let x = the number of liters of baking soda to add \n" ); document.write( "For a 70% solution we have \n" ); document.write( "0.70 = (72+x)/(180+x) \n" ); document.write( "since the same amount, x, is added to the solution and the original amount of baking soda \n" ); document.write( "Solve for x: \n" ); document.write( "0.7(180+x) = 72+x \n" ); document.write( "126 + 0.7x = 72 + x -> 0.3x = 72 -> x = 180 liters \n" ); document.write( "Check: \n" ); document.write( "(72+180)/(180+180) = 252/360 = 0.7 \n" ); document.write( " \n" ); document.write( " |