

InterviewSolution
Saved Bookmarks
1. |
In an AP, if a = 3.5, d = 0, n = 101, then an will be(A) 0 (B) 3.5 (C) 103.5 (D) 104.5 |
Answer» (B) 3.5 Explanation: We know that nth term of an AP is an = a + (n – 1)d Where, a = first term an is nth term d is the common difference an = 3.5 + (101 – 1)0 = 3.5 (Since, d = 0, it’s a constant A.P) |
|