document.write( "Question 622571: A 45 gallon barrel contains a mixture with a concentration of 30%. How much of this mixture must be withdrawn and replaced by 100% concentrate to bring the mixture up to 50% concentration? \n" ); document.write( "
Algebra.Com's Answer #391450 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A 45 gallon barrel contains a mixture with a concentration of 30%. How much of this mixture must be withdrawn and replaced by 100% concentrate to bring the mixture up to 50% concentration? \n" ); document.write( "** \n" ); document.write( "let x=mixture to be withdrawn and replaced \n" ); document.write( "45-x=remaining 30% mixture \n" ); document.write( "30%(45-x)+100%x=50%*45 \n" ); document.write( "13.5-.3x+x=22.5 \n" ); document.write( ".7x=9 \n" ); document.write( "x≈12.86 \n" ); document.write( "gallons of mixture to be withdrawn and replaced≈12.86 \n" ); document.write( " \n" ); document.write( " |