Question
Question: The weighted mean of first n natural numbers whose weights are equal to the squares of corresponding...
The weighted mean of first n natural numbers whose weights are equal to the squares of corresponding numbers is
A
2n+1
B
2(2n+1)3n(n+1)
C
6(n+1)(2n+1)
D
2n(n+1)
Answer
2(2n+1)3n(n+1)
Explanation
Solution
Weighted mean = 12+22+......+n21.12+2.22+......+n.n2
=Σn2Σn3=6n(n+1)(2n+1)2n(n+1)2n(n+1)=2(2n+1)3n(n+1).