InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by arthmatic progression? |
|
Answer» AP is a sequence of terms in which the next term is obtained by adding or subtracting a fixed number . Exception-1st term Arithmetic Progression. An arithmetic progression is a sequence of numbers such that the difference of any two successive members is a constant. For example, the sequence 1, 2, 3, 4, ... is an arithmetic progression with common difference 1. |
|