✔ 最佳答案
Let the 1st term be a and the common difference be d.
The nth term is: T(n)=a+(n-1)d
The sum of the first n terms is: S(n)=n[2a+(n-1)d]/2
T(1)=5
T(2)=5+(2-1)d=8
5+d=8
d=3
S(n)=n[2X5+3(n-1)]/2=3925
n[10+(3n-3)]=7850
n(3n+7)=7850
3n^2+7n-7850=0
(n-50)(3n+157) =0
n-50=0 or 3n+157=0
n=50 or n=-157/3 (rejected, n is a positive integer)
n=50