document.write( "Question 93883: The price of an item is given by p=2x^2-200. Find the polynomial that represents the revenue generated from the sale of x items.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #68395 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The price of an item is given by p = 2x^2 - 200. Find the polynomial that represents the revenue generated from the sale of x items. \n" ); document.write( ": \n" ); document.write( "Given price: p = 2x^2 - 200, for x items \n" ); document.write( ": \n" ); document.write( "Revenue = no. of items * price \n" ); document.write( ": \n" ); document.write( "Revenue = x * (2x^2 - 200) \n" ); document.write( ": \n" ); document.write( "Revenue = 2x^3 - 200x \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |