document.write( "Question 204418: The drama club is selling tickets to a play for $10 each. The cost to rent the theater and costumes is $500. In addition the printers are charging $1 per ticket to print the tickets. How many tickets must the drama club sell to make a profit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154347 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The drama club is selling tickets to a play for $10 each. \n" ); document.write( " The cost to rent the theater and costumes is $500. \n" ); document.write( "In addition the printers are charging $1 per ticket to print the tickets. \n" ); document.write( " How many tickets must the drama club sell to make a profit? \n" ); document.write( ": \n" ); document.write( "Let x = no. of tickets required to make a profit \n" ); document.write( ": \n" ); document.write( " revenue - cost = profit \n" ); document.write( ": \n" ); document.write( "10x - 1x - 500 > 0 \n" ); document.write( ": \n" ); document.write( "9x > +500 \n" ); document.write( "x > \n" ); document.write( "x > 55.55 tickets ~ 56 need to be sold to make a profit \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution, when 56 tickets are sold \n" ); document.write( "P = 10(56) - 56 - 500 \n" ); document.write( "P = 560 - 56 - 500 \n" ); document.write( "P = $4 profit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |