How Do You Calculate Total Seats in a Concert Hall with Increasing Row Sizes?

  • Thread starter Thread starter Blueshy
  • Start date Start date
  • Tags Tags
    Increasing Row
AI Thread Summary
To calculate the total number of seats in a concert hall with 150 rows, where each row increases by 10% from the previous one starting with 100 seats, one can use the formula for a geometric series. The number of seats in the nth row can be expressed as 100 * (1.1)^n, with n starting at 0 for the first row. The total seats can be found by summing this series for n from 0 to 149. The formula for the sum of a geometric series will provide the total number of seats in the concert hall. Understanding this concept is essential for solving similar problems involving exponential growth in seating arrangements.
Blueshy
Messages
3
Reaction score
0
Increasing Row Size...

Homework Statement


There are 150 rows at a concert hall. Each row you move back there is an increase of 10% in the number of seats. The first row has 100 seats. How many seats are there in the concert hall?

Homework Equations


I don't know the equation to represent this change.

The Attempt at a Solution


Obviously I could go through and do each rows amount of seats, but I'd like to know the equation that will solve this. Is it n(n+1)/2?
 
Physics news on Phys.org
It's called a geometric series. The number of seats in the nth row is 100*(1.1)^n (where n=0 is the first row). Now find a reference and look for 'geometric series'.
 
Blueshy said:

Homework Statement


There are 150 rows at a concert hall. Each row you move back there is an increase of 10% in the number of seats. The first row has 100 seats. How many seats are there in the concert hall?

Notice that the number of seats in each successive row increases by a constant proportion, that is, each row has 1.10 times as many seats as the preceding row. What kind of a sequence is this?

If you have to add a finite number of terms of a sequence of this type, what formula do you use?
 
Back
Top