InterviewSolution
Saved Bookmarks
| 1. |
Tell me something about arithmetic progression |
|
Answer» A sequence of numbers in which each differs from the preceding one by a constant quantity (e.g. 1, 2, 3, 4, etc.; 9, 7, 5, 3, etc.).the relation between numbers in an arithmetic progression. , an arithmetic progression or arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant. Difference here means the second minus the first. For instance, the sequence 5, 7, 9, 11, 13, 15.. . is an arithmetic progression with common difference of 2. |
|