document.write( "Question 1153135: Tickets to a school dance cost $4 and the projected attendance is 300 people. For every $1 increase in the ticket price, the dance committee projects that attendance will decrease by 5 attendees. Determine the dance committee’s greatest possible revenue. What ticket price will produce the
\n" );
document.write( "greatest revenue? \n" );
document.write( "
Algebra.Com's Answer #775292 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Tickets to a school dance cost $4 and the projected attendance is 300 people. \n" ); document.write( " For every $1 increase in the ticket price, the dance committee projects that attendance will decrease by 5 attendees. \n" ); document.write( " Determine the dance committee’s greatest possible revenue. What ticket price will produce the greatest revenue? \n" ); document.write( ": \n" ); document.write( "Let x = no. of $1 increases and no. of 5 less attendees \n" ); document.write( "Revenue = ticket price * no. of attendees \n" ); document.write( "R(x) = (4 + x) * (300 - 5x) \n" ); document.write( "FOIL \n" ); document.write( "R(x) = 1200 - 20x + 300x - 5x^2 \n" ); document.write( "a quadratic equation \n" ); document.write( "R(x) = -5x^2 + 280x + 1200 \n" ); document.write( "Max rev occurs on the line of symmetry, using x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = 28 ea $1 increases will give max revenue \n" ); document.write( "That would be: 4 + 28 = $32 a ticket \n" ); document.write( ": \n" ); document.write( "No. attending the dance: 300 - (5*28) = 160 attendees \n" ); document.write( ": \n" ); document.write( "Max revenue: 32 * 160 = $5120 vs only $1200 at original price \n" ); document.write( " \n" ); document.write( " |