InterviewSolution
Saved Bookmarks
| 1. |
SolvedExamplese1Insert three arithmetic means between 3 and 19. |
|
Answer» First term = 3 Last term = 19 3 arithmetic terms need to insert difference = (19-3)/4 = 16/4 = 4 3 , 7 , 11 , 15 , 19 3 arithmetic terms = 7,11,15 |
|