document.write( "Question 394003: If a vendor charges p dollars each for
\n" );
document.write( "rugby shirts, then he expects to sell 2000 - 100p shirts at
\n" );
document.write( "a tournament.\r
\n" );
document.write( "\n" );
document.write( "a) Find a polynomial R(p) that represents the total revenue
\n" );
document.write( "when the shirts are p dollars each.
\n" );
document.write( "b) Find R(5), R(10), and R(20).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #279528 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a vendor charges p dollars each for \n" ); document.write( "rugby shirts, then he expects to sell 2000 - 100p shirts at \n" ); document.write( "a tournament. \n" ); document.write( "a) Find a polynomial R(p) that represents the total revenue \n" ); document.write( "when the shirts are p dollars each. \n" ); document.write( "--- \n" ); document.write( "Revenue = price*quantity \n" ); document.write( "R(p) = p(2000-100p) \n" ); document.write( "R(p) = 2000p-100p^2 \n" ); document.write( "================================ \n" ); document.write( "b) Find \n" ); document.write( "R(5) = 2000*5 - 100*5^2 = 10,000-1000 = 9000 \n" ); document.write( "-------- \n" ); document.write( "R(10) = 2000*10-100*10^2 = 20000-10000 = 10,000 \n" ); document.write( "-------- \n" ); document.write( "R(20) = 2000*20 - 100*20^2 = 40000-40000 = 0 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |