If Sn is the sum of the first n even natural numbers, then which of the following leave no remainder on dividing Sn ?
n and (n+1) both
Since the sequence is a series of ‘n’ even numbers, the sequence is 2,4,6,8,…
The common difference, d =t2 – t1 = 4 – 2 = 2.
The first term, a = 2
Sum to ‘n’ terms,
⇒Sn = n2(2a+(n−1)d)
⇒Sn = n2(2×2+(n−1)2)
⇒Sn = n2(4+2n−2)
⇒Sn = n2(2n+2)
⇒Sn = n(n+1)
i.e, Sn is divisible by n and n+1.