InterviewSolution
Saved Bookmarks
| 1. |
The arithmetic mean of the squares of first n natural numbers isA. `(n+1)/(6)`B. `((n+1)(2n+1))/(6)`C. `(n^(2)-1)/(6)`D. none of these |
| Answer» Correct Answer - B | |