document.write( "Question 1172599: The drama club is putting on a play, but they have to rent the auditorium for $500 in order to put on the show. In order to make a profit from the show, the club decides to charge $12 per ticket. How do I write and equation to represent the profit the club will make as a function of the number of tickets they will sell? \n" ); document.write( "
Algebra.Com's Answer #797684 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The drama club is putting on a play, but they have to rent the auditorium for $500 in order to put on the show. \n" ); document.write( "In order to make a profit from the show, the club decides to charge $12 per ticket. \n" ); document.write( " How do I write and equation to represent the profit the club will make as a function of the number of tickets they will sell? \n" ); document.write( ": \n" ); document.write( "let x = no. of tickets sold \n" ); document.write( "P(x) = profit \n" ); document.write( ": \n" ); document.write( "P(x) = 12x - 500 \n" ); document.write( ": \n" ); document.write( "Of course if x is less than 42, it will be negative, (a loss) \n" ); document.write( " |