InterviewSolution
Saved Bookmarks
| 1. |
The `17^(th)` term of an AP exceeds its `10^(th)` term by 7. Find the common difference. |
|
Answer» According to Question `a_17=a_10+7` `a_17-a_10=7` (a+16d)-(a+9d)=7 a-a_16d-9d=7 7d=7 d=1 |
|