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