document.write( "Question 810255: An average of 100,000 people visit Riverside Park each day in the summer. The park charges $21.00 for admission. Consultants predict that for each $1.00 increase in the entrance price, the park would lose an average of 3,500 customers a day
\n" );
document.write( "A) Express the daily revenue from ticket sales, R as a function of the number of $100 price increases, x.
\n" );
document.write( " R=f(x)=\r
\n" );
document.write( "\n" );
document.write( "B) What ticket price maximizes the revenue from ticket sales? (round to the nearest cent) \n" );
document.write( "
Algebra.Com's Answer #488177 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An average of 100,000 people visit Riverside Park each day in the summer. \n" ); document.write( " The park charges $21.00 for admission. \n" ); document.write( " Consultants predict that for each $1.00 increase in the entrance price, the park would lose an average of 3,500 customers a day \n" ); document.write( ": \n" ); document.write( "A) Express the daily revenue from ticket sales, R as a function of the number of $1.00 price increases, x. \n" ); document.write( "R=f(x)= (100000-3500x)(21 + x) \n" ); document.write( "FOIL \n" ); document.write( "f(x) = 2100000 + 100000x - 73500x - 3500x^2 \n" ); document.write( "f(x) = 2100000 + 26500x - 3500x^2 \n" ); document.write( "usually written \n" ); document.write( "f(x) = -3500x^2 + 26500x + 2100000 \n" ); document.write( ": \n" ); document.write( "B) What ticket price maximizes the revenue from ticket sales? (round to the nearest cent) \n" ); document.write( "Simplify equation, divide by 500 \n" ); document.write( "f(x) = -7x^2 + 53x + 4200 \n" ); document.write( "Maximum occurs at the axis of symmetry which is: x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = +3.79 * $1 = $3.79 increase \n" ); document.write( "A price of $24.79 would give max revenue \n" ); document.write( " |