document.write( "Question 495967: A solution of 49% vinegar is to be mixed with a solution of 32% vinegar to form 153 liters of a 40% solution. How many liters of 49% solution must be used? \n" ); document.write( "
Algebra.Com's Answer #336272 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A solution of 49% vinegar is to be mixed with a solution of 32% vinegar to form 153 liters of a 40% solution. How many liters of 49% solution must be used? \n" ); document.write( ". \n" ); document.write( "Let x = amount (liters) of 49% solution \n" ); document.write( "then \n" ); document.write( "153-x = amount (liters) of 32% solution \n" ); document.write( ". \n" ); document.write( ".49x + .32(153-x) = .40(153) \n" ); document.write( ".49x + 48.96-.32x = 61.2 \n" ); document.write( ".17x + 48.96 = 61.2 \n" ); document.write( ".17x = 12.24 \n" ); document.write( "x = 72 liters \n" ); document.write( " \n" ); document.write( " |