Question 483496
Find the mean of first n natural numbers
----
Sum of the 1st "n" = (n/2)(1+n) -----
Mean = sum/n = (1+n)/2
=========================
Cheers,
Stan H.