InterviewSolution
Saved Bookmarks
| 1. |
The weighted means of of first n natural numbers whose weights are equal to the squares of corresponding numbers isA. `(n+1)/(2)`B. `(3n(n+1))/(2(2n+1))`C. `((n+1)(2n+1))/(6)`D. `(n(n+1))/(2)` |
| Answer» Correct Answer - B | |