The harmonic mean can be found as
HM=k=1∑nxkfkk=1∑nfk where xk are dara values and fk are corresponding frequencies. We've got fk=k and xk=k+1k . Thus we have to find two sums. The first is just the arithmetic progression
k=1∑nfk=k=1∑nk=2n(n+1) The second can be simplifid to the arithmetic progression and the sum of units
k=1∑nxkfk=k=1∑nk+1kk=k=1∑n(k+1)=k=1∑nk+k=1∑n1=2n(n+1)+n Then
HM=2n(n+1)+n2n(n+1)=n(n+1)+2n2⋅2n(n+1)=n+3n+1
Comments