

InterviewSolution
Saved Bookmarks
1. |
If sum of n terms of A.P. is 3n2 + 5n, then its which term is 164 :(A) 12th(B) 15th(C) 27th(D) 20th |
Answer» Answer is (C) 27th Given : Sn = 3n2 + 5n S1 = 3(1)2 + 5(1) = 8 S2 = 3(2)2 + 5(2) = 22 S3 = 3(3)2 + 5(3) = 42 S4 = 3(4)2 + 5(4) = 68 ∴ a1 = S1 = 8 a2 = S2 – S1 ⇒ 22 – 8 ⇒ 14 a3 = S2 – S1 ⇒ 22 – 8 ⇒ 14 a4 = S2 – S1 ⇒ 22 – 8 ⇒ 14 Thus A.P. will be 8, 14, 20, 26 …… 164 a = 8, d = 14 – 8 = 6 and an = 164 ∴ 164 = a + (n – 1)d 164 = 8 + (n – 1) (n – 1) = 156/6 = 26 ∴ n = 26 + 1 = 27 |
|