InterviewSolution
Saved Bookmarks
| 1. |
The arithmetic mean of first `n` natural numbers, isA. `(pi)/(2)`B. `(n+1)/(2)`C. `(n(n+1))/(2)`D. `(n-1)/(2)` |
|
Answer» Correct Answer - B Clearly, Required mean `=(1+2+ ... +n)/(n)=(n(n+1))/(2n)=(n+1)/(2)` |
|