Solution: Sum of first n natural numbers = n(n+1)/2 Sum of squares of n natural numbers = n(n+1)(2n+1)/6 Given sum of the first n natural... View Article
Solution: Given when n is even, Sn = 12+2.22+32+2.42+52+2.62+... = n(n+1)2/2 When n is odd Sn = 12+2.22+32+2.42+52+2.62+...2(n-1)+n2 …(i)... View Article
Solution: Given series (1 + 2)+ (1 + 2 + 22 ) + (1 + 2 + 22 + 23 ) + …..n The nth term Tn = 1+2+22+23+...2n This is a GP with first term a... View Article
If Sn = (1/1^3)+(1+2)/(1^3+2^3) +...+(1+2+...+n)/(1^3+2^3+...+n^3), n = 1,2,3… Then Sn is not greater than (1) 1/2 (2) 1 (3) 2 (4) 4 Solution:... View Article