document.write( "Question 43404: The price of an item is given by p=2x^2-100
\n" );
document.write( "Find the polynomial that represents the revenue generated from the sale of x items. \n" );
document.write( "
Algebra.Com's Answer #28412 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Revenue = price times number of items sold... \n" ); document.write( "Revenue = px = 2x^3 - 100x \n" ); document.write( " |