document.write( "Question 1051969: The exponent Liner offers a tour package to a group of 50 persons for a price of $300 per person but it reduces the price per person by $5 for each additional person above the 50.
\n" );
document.write( "a) Does reducing the price per person to have more people join the tour give the bus company more revenue?
\n" );
document.write( "b) What is the maximum number of people that will give the maximum revenue for the bus company? \n" );
document.write( "
Algebra.Com's Answer #667404 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 300 * 50 = 15000 \n" ); document.write( ": \n" ); document.write( "let p be the number of people > 50, then \n" ); document.write( ": \n" ); document.write( "15000 + (p*(300-5p) = total revenue(R) \n" ); document.write( ": \n" ); document.write( "1) -5p^2 +300p + 15000 = R \n" ); document.write( ": \n" ); document.write( "The graph of equation 1) is a parabola that curves downward, we want the coordinates of the vertex of the parabola \n" ); document.write( ": \n" ); document.write( "x = -b/2a = -300 / (2(-5)) = 30 \n" ); document.write( ": \n" ); document.write( "Substitute the value of x for p in equation 1) \n" ); document.write( ": \n" ); document.write( "-5(30^2) +300(30) + 15000 = 19,500 \n" ); document.write( ": \n" ); document.write( "********************************************** \n" ); document.write( "a) yes \n" ); document.write( ": \n" ); document.write( "b) max number of people is 50 + 30 = 80 people \n" ); document.write( "max revenue is $19,500 \n" ); document.write( "********************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |