 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the 14 th terms of an AP whose first whose first term is 3 and the common difference is 2. | 
| Answer» The nth term of an AP is given by `t_n = a+ (n-1)d`, where a is the first term and d is the common difference. `therefore t_(14) = 3 + (14-1) 2 = 29`. | |