document.write( "Question 397759: If a vendor charges p dollars each for rugby shirts then he expects to sell
\n" );
document.write( "2000 - 100p shirts at a tournament.
\n" );
document.write( "a)Find a polynomial R(p) that represents the total revenue when the shirts are p dollars.
\n" );
document.write( "b) Find R(5), R(10), and R(20)\r
\n" );
document.write( "\n" );
document.write( "I don't understand what they are asking and how to set up the polynomial....please HELP!!! \n" );
document.write( "
Algebra.Com's Answer #281824 by robertb(5830)![]() ![]() You can put this solution on YOUR website! a) R(p) = p(2000 - 100p), because revenue = (unit price)*(total number of sales).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) R(5) = 5*(2000 - 500) =5*1500 = 7,500 $. \n" ); document.write( "R(10) = 10*(2000 - 1000) = 10*1000 = 10,000 $ \n" ); document.write( "R(20) = 20(2000 - 2000) = 0$ (This means that if he charges a unit price of $20, the vendor won't sell anything.) \n" ); document.write( " |