document.write( "Question 1204516: The school drama club wants to organize an event at the local community theatre. However, it will cost $325 to rent out the theatre for the night, plus it costs $35
\n" );
document.write( " per seat. If they sell every seat, then each person will pay a total of $40
\n" );
document.write( ", which includes the rental costs and their seat. Write and solve an equation to determine the answer to the following question: How many seats are in the theatre?
\n" );
document.write( "A)40 seats
\n" );
document.write( "B)55 seats
\n" );
document.write( "C)65 seats
\n" );
document.write( "D)80 seats \n" );
document.write( "
Algebra.Com's Answer #840810 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Formally.... \n" ); document.write( "Let x be the number of seats. \n" ); document.write( "The total cost for renting the theater is $325 plus $35 for each seat: 325+35x. \n" ); document.write( "The money collected is $40 per seat: 40x. \n" ); document.write( "If all seats are sold, the cost of renting the theater will be covered: \n" ); document.write( "325+35x = 40x \n" ); document.write( "325 = 5x \n" ); document.write( "x = 325/5 = 65 \n" ); document.write( "ANSWER: 65 seats \n" ); document.write( "You can get good mental exercise solving the problem informally, using virtually the same calculations. \n" ); document.write( "Each seat costs $35, and each person pays $40 for a seat. That means each person pays $5 more than the cost of the seat. \n" ); document.write( "Selling all the seats means that extra $5 per seat covers the $325 cost of renting the theater, so the number of seats is $325/$5 = 65. \n" ); document.write( " \n" ); document.write( " |