You would do an arithmetic sequence
use A1 +(n-1)d to calculate number of seats in the last row
An = 4+(24-1)5
An = 4 + (23)(5)
An = 4 + 115
An = 119 seats in the last row
now use a sum sequence to find total number of seats
Sn = n(a1 + an)/2
Sn = 24(4+119)/2
Sn = 24(123) /2
Sn = 1476 total seats
It has a constant daily growth rate of 1.5
Let s=number of seeds and t=number of days...
st=120 and (s+10)(t-2)=120
From the first we can say t=120/s, now using this value of t in the second equation gives us:
(s+10)(120/s-2)=120
(s+10)(120-2s)/s=120
(s+10)(120-2s)=120s
120s-2s^2+1200-20s=120s
2s^2+20s-1200=0
s^2+10s-600=0
(s+30)(s-20)=0, since s>0
s=20, and since she planted s+10 seeds per day to finish two days earlier:
20+10=30
She planted 30 seeds per day.