.
the number of seats in the rows of a stadium form an arthemetic sequence.
two employees of the stadium determine that the 13th row has 189 seats
and the 25th row has 225 seats. how many seats are there in 55th row
~~~~~~~~~~~~~~~~~
Between the 13-th row and 25-th row, there are 25-13 = 12 gaps,
and the increment of the number of seats is 225-189 = 36.
Thus each gap brings = 3 additional seats.
So d= 3 is the common difference of the arithmetic progression .
Between the 25-th row and 55-th row, there are 55-25 = 30 gaps,
and each gap adds 3 seats; so the number of seats in the 55-th row is
225 + 3*30 = 225 + 90 = 315. ANSWER
Solved.