InterviewSolution
Saved Bookmarks
| 1. |
Do THISs1. Take any Arithmetic Progression.2. Add a fixed number to each and every term of AP. Write the resulting numbers as alist.3. Similarly subtract a fixed number from each and every term of AP. Write the resulting4. Multiply and divide each term of AP by a fixed number and write the resulting numbers5. Check whether the resulting lists are APin each case.numbers as a list.as a list. |
| Answer» | |