document.write( "Question 133476: 1. The cost, in millions of dollars, to remove x % of pollution in a lake
\n" );
document.write( "modeled by : C=6,000/200-2x
\n" );
document.write( "a. What is the cost to remove 75% of the pollutant?\r
\n" );
document.write( "\n" );
document.write( "b. What is the cost to remove 90 % of the pollutant?\r
\n" );
document.write( "\n" );
document.write( "c. What is the cost to remove 99% of the pollutant?\r
\n" );
document.write( "\n" );
document.write( "d. For what value is this equation undefined?\r
\n" );
document.write( "\n" );
document.write( "e. Do the answers to sections a–d match your expectations? Why or why not?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #97695 by checkley71(8403) ![]() You can put this solution on YOUR website! C=6,000/(200-2X) \n" ); document.write( "C=6,000/(200-2*.75)) \n" ); document.write( "C=6,000/(200-1.5) \n" ); document.write( "C=6,000/198.5 \n" ); document.write( "C=30.23 MILLION FOR 75% REMOVAL. \n" ); document.write( "C=6,000/(200-2*.9) \n" ); document.write( "C=6,000/200-1.8) \n" ); document.write( "C=6,000/198.2 \n" ); document.write( "C=30.27 MILLION FOR 90% REMOVAL. \n" ); document.write( "C=6,000/(200-2*.99) \n" ); document.write( "C=6,000/(200-1.98) \n" ); document.write( "C=6,000/198.02 \n" ); document.write( "C=30.30 MILLION FOR 99% REMOVAL. \n" ); document.write( " |