document.write( "Question 842253: A reservoir containing 1 million gallons of water has been tainted with arsenic. Scientists conducted several tests and found that the solution in the reservoir is 2% arsenic. Although scientists realize that the arsenic can't be removed from the supply, they do understand that they can reduce the percentage to safe levels. A safe level of arsenic is .001% How much water must be added to the reservoir to make the water safe to drink? \n" ); document.write( "
Algebra.Com's Answer #507486 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! from aspect of water \n" ); document.write( "2%=.02 \n" ); document.write( ".001%=.00001 \n" ); document.write( ".98*1000000+x=.99999*(1000000+x) \n" ); document.write( "x = 1.999 *10^9 or 1.999 billion gallons of water \n" ); document.write( "from aspect of arsenic \n" ); document.write( ".02(1000000)=.00001*(1000000+y) \n" ); document.write( "y= 1.999 *10^9 or 1.999 billion gallons of water \n" ); document.write( " |