student-cpt
427 Points
Joined April 2012
1. let the four terms be 5+d, 5+2d,5+3d,5+4d. so 230 is 5+5d implying that d is 45 so the four terms are 50,95,140,185
2. 2*(6x+2) = 4x+4+8x
we get 12x =12x which is an identity which implies that x can be any number and the sequence will always be in A.P.
3. sum of squares of first twelve numbers = n*(n+1)*(2n+1)/6 = 12*13*25/6 = 650
4. let nth term be represented by t(n)
t(n) - t(n-1) = 2*n -1
t(2) - t(1) = 3
t(3) - t(2) = 5
t(4) - t(3) =7
.......
t(n) - t(n-1)= 2*n - 1
t(n) - t(1) = sigma(2*n -1) from n =2 to n =n
the above expression is equal to ((sigma(2*n-1)from n=1 to n=n ) - 1)
i.e. n square -1 (easier way to do the 4th one is to just sunstitute n=3 in all the options and see whther you get 8 )