InterviewSolution
Saved Bookmarks
| 1. |
The weighted mean of first n natural numbers when their weights are equal to corresponding natural number, isA. `(n+1)(2)`B. `(2n+1)/(2)`C. `(2n+1)/(3)`D. `((2n+1)(n+1))/(6)` |
| Answer» Correct Answer - A | |