document.write( "Question 1197145: An auditorium has 20 seats in the first row, 24 seats in the second row, 28 seats in the third row, and so on, and 30 rows of seats. How many seats are in the theatre? \n" ); document.write( "
Algebra.Com's Answer #830275 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An auditorium has 20 seats in the first row, 24 seats in the second row, 28 seats in the third row, and so on, and 30 rows of seats. How many seats are in the theatre? \n" ); document.write( "------------------ \n" ); document.write( "20 in the 1st row. \n" ); document.write( "20 + 4*29 = 136 in the 30th row \n" ); document.write( "--- \n" ); document.write( "Avg = (20+136)/2 = 78 \n" ); document.write( "30*78 = 2340 seats total \n" ); document.write( " |