InterviewSolution
Saved Bookmarks
| 1. |
Write the second term of the sequence `t_(n) = 2n + 1`. |
|
Answer» For finding second term,put n = 2. `t_(2) = 2(2) + 1 = 4+1 = 5. ` |
|