127k views
3 votes
The seats at a local baseball stadium are arranged so that each row has five more seats than the row in front of it. If there are four seats in the first row, how many total seats are in the first 24 rows?

2 Answers

2 votes
# of seats in a row makes an arithmetic series chairs in the nth row.

an= 4 + 23*5=119

and the sum is

sn= (4+9) * 24/2 = 1476
User Modesto
by
8.3k points
2 votes

Answer:

There are 1476 seats in the first 24 rows.

Explanation:

The seats at a local baseball stadium are arranged so that each row has five more seats than the row in front of it.

This question is based on arithmetic sequence equation.


An =A1+(n-1)d

Here, a = 4 ; d = 5 ; n = 24

So,
An =4+(24-1)5

=>
An=4+(23)(5)

=>
An=4+115

We get An = 119

To get the total seats we will use the formula:


Sn=n(a1+an)/2

=>
Sn =24(4+119)/2

=>
Sn =24(123)/2

Sn = 1476

Hence, there are 1476 seats in the first 24 rows.

User Slindberg
by
8.3k points