

InterviewSolution
Saved Bookmarks
1. |
Write the first terms of the sequences whose nth term are:an = 3n |
Answer» Given sequence whose an = 3n To get the first five terms of given sequence, put n = 1, 2, 3, 4, 5 in the above a1 = 31 = 3; a2 = 32 = 9; a3 = 33 = 27; a4 = 34 = 81; a5 = 35 = 243. ∴ The required first five terms of the sequence whose nth term, an = 3n are 3, 9, 27, 81, 243. |
|