InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the 11th term from the last term (towards the first term) of the AP:10,7,4,....,-62. | 
                            
| Answer» For this let reverse the AP..now first term = a = -62common difference = d = 3now 11th term from this side is...A11 = a+10d = -62+10(3) =-62 + 30 = -32hence 11th term from the last is -32 | |