

InterviewSolution
Saved Bookmarks
1. |
Is 184 a term of the AP 3, 7, 11, 15, …..? |
Answer» Given AP is 3, 7, 11, 15, … a = 3, d = 7 – 3 = 4 Let 184 be the nth term of the AP an = a + (n – 1)d 184 = 3 + (n – 1) x 4 184 – 3 = (n – 1) x 4 181 /4 = n – 1 n = 181 /4 + 1 = 185/4 (Which is in fraction) Therefore, 184 is not a term of the given AP. |
|