document.write( "Question 212092: How much water must be added to 6gallons of a 4% insecticide solution to reduce the concentration to 3% (hint: water is 0% insecticide) \n" ); document.write( "
Algebra.Com's Answer #160171 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! Let x=amount of water required \n" ); document.write( "--- \n" ); document.write( "6 gallons + x gallons = (x+6) gallons of mixture \n" ); document.write( "For x gallons of water, we have 0 gallon of insecticide \n" ); document.write( "For 6 gallons of 4% insecticide solution, we have 0.04(6)=0.24 gallon of insecticide \n" ); document.write( "--- \n" ); document.write( "We have the equation \n" ); document.write( "0.03(x+6)=0.24 \n" ); document.write( "3(x+6)=24 \n" ); document.write( "x+6=8 \n" ); document.write( "x=2 gallons \n" ); document.write( " |