document.write( "Question 1001582: Pollution is expensive to clean up. The cost to clean up p% of pollution is modeled by:\r
\n" );
document.write( "\n" );
document.write( " C=12000/400-4p How much does it cost to remove 80% of pollution \n" );
document.write( "
Algebra.Com's Answer #618714 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! I think you mean \n" ); document.write( "C=12000/(400-4p) \n" ); document.write( "Then, if so, merely plug in 80 for p and get \n" ); document.write( "C=12000/(400-4*80) \n" ); document.write( "C=12000/(400-320) \n" ); document.write( "C=12000/80 \n" ); document.write( "C=150 \n" ); document.write( " |