InterviewSolution
Saved Bookmarks
| 1. |
The simple and weighted arithmetic mean of the first n natural numbers, the weights being the corresponding numbers is |
|
Answer» `(N+1)/(2), (2n+1)/(2)` |
|