document.write( "Question 1111088: The seating in a local theatre is arranged so that there are 40 seat in the first row,42 in the second row and so on. If there are 25 rows and the standard ticket price is $150 per seat, calculate the total revenue if the theatre is sold out? \n" ); document.write( "
Algebra.Com's Answer #726089 by mananth(16946)![]() ![]() You can put this solution on YOUR website! there are 40 seat in the first row, \n" ); document.write( "42 in the second row and so on. \n" ); document.write( "If there are 25 rows \n" ); document.write( "standard ticket price is $150 per seat, \r \n" ); document.write( "\n" ); document.write( "Total number of people when sold out\r \n" ); document.write( "\n" ); document.write( "The seats are in arithmetic sequence\r \n" ); document.write( "\n" ); document.write( "a= 40 \n" ); document.write( "d=2 \n" ); document.write( "n=25 \n" ); document.write( "The total \n" ); document.write( "\n" ); document.write( "= \n" ); document.write( "\n" ); document.write( "= 25 * 128/2\r \n" ); document.write( "\n" ); document.write( "= 84*25 seats -> 2100\r \n" ); document.write( "\n" ); document.write( "multiply by 150 to get the revenue \n" ); document.write( " |