Saved Bookmarks
| 1. |
If mth term of AP is n then nth term of AP is m then find the first term |
|
Answer» a = m+n-1 Step-by-step explanation: LET 1st term = a and common DIFFERENCE = d mth term = tm = a+(m-1)d = n NTH term = tn = a+(n-1)d = m tm - tn = {a+(m-1)d} - {a+(n-1)d} = n - m => a+(m-1)d - a-(n-1)d = n-m => (m-1-n+1)d = n-m => (m-n)d = -(m-n) => d = -(m-n)/(m-n) = -1 a+(m-1)d = n => a+(m-1)(-1) = n => a-m+1 = n => a = m+n-1 |
|