InterviewSolution
Saved Bookmarks
| 1. |
The nth term of an AP is (7 – 4n), then what is its common difference? |
|
Answer» Tn = 7 – 4n T1 = 7 – 4(1) = 3 T2 = 7 – 4(2) = 7 – 8 = –1 Common difference = T2 – T1 = –1 – 3 = –4 |
|