document.write( "Question 486071: One gallon container is full of a 75% alcohol solution. How much must be drained off and replaced by a 50% alcohol solution to produce one gallon of 65% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #332329 by lwsshak3(11628) ![]() You can put this solution on YOUR website! One gallon container is full of a 75% alcohol solution. How much must be drained off and replaced by a 50% alcohol solution to produce one gallon of 65% alcohol solution? \n" ); document.write( "*** \n" ); document.write( "let x=gal of 75% solution to be drained and replaced by a 50% solution. \n" ); document.write( "1-x= gal of 75% solution remaining. \n" ); document.write( ".. \n" ); document.write( "75%(1-x)+50%(x)=65%(1) \n" ); document.write( ".75-.75x+.5x=.65 \n" ); document.write( "-.25x=-.10 \n" ); document.write( "x=0.4 gal \n" ); document.write( "ans: \n" ); document.write( "0.4 gal of 75% solution must be drained and replaced by a 50% solution to produce one gallon of 65% alcohol solution \n" ); document.write( " |