In an AP :

given a = 5, d = 3, an = 50 find n and sn


d is the common difference = 3

a is the first term = 5


an = 50


an = a + (n-1)d


50 = 5 + (n-1)(3)


45 = 3(n-1)


15 = n-1


n = 16


The sum of the series is Sn = [2a + (n-1) d]


= [ 2×5 + (16-1)(3)]


= 8 [ 55 ]


440


3
1