document.write( "Question 1136049: A local civic arena is negotiating a contract with a touring ice-skating show, Icey Blades. Icey Blades charges a flat fee of $60,000 per night plus 40 percent of the gate receipts. The civic arena plans to change one price for all seats, $12.50 per ticket.
\n" );
document.write( "(a)Determine the number of tickets which must be sold each night in order to break even.
\n" );
document.write( "(b)if the civic arena has a goal of clearing $15000 each night, how many tickets must be sold?
\n" );
document.write( "(c)what should nightly profit equal if average attendance is 7500 per night? \n" );
document.write( "
Algebra.Com's Answer #753813 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! (a)Determine the number of tickets which must be sold each night in order to break even. \n" ); document.write( " \n" ); document.write( "12.50x = 0.40(12.50x) + 60000 \n" ); document.write( " \n" ); document.write( "12.50x = 5x + 60000 \n" ); document.write( " \n" ); document.write( "7.50x = 60000 \n" ); document.write( " \n" ); document.write( "x = 8000 \n" ); document.write( " \n" ); document.write( "(b)if the civic arena has a goal of clearing $15000 each night, how many tickets must be sold? \n" ); document.write( " \n" ); document.write( "12.50x = (0.40(12.50x) + 60000) + 15000 \n" ); document.write( " \n" ); document.write( "12.50x = 5x + 75000 \n" ); document.write( " \n" ); document.write( "7.50x = 75000 \n" ); document.write( " \n" ); document.write( "x = 10000 \n" ); document.write( " \n" ); document.write( "(c)what should nightly profit equal if average attendance is 7500 per night? \n" ); document.write( " \n" ); document.write( "x = 12.50(7500) - (0.40(12.50)(7500) + 60000) \n" ); document.write( " \n" ); document.write( "x = 12.50(7500) - 0.40(12.50)(7500) - 60000 \n" ); document.write( " \n" ); document.write( "x = 93750 - 37500 - 60000 \n" ); document.write( " \n" ); document.write( "x = -3750 \n" ); document.write( " \n" ); document.write( "If the attendance averages 7500 per night, there will be a LOSS of $3750 per night. |