Math, asked by aileni, 1 year ago

mean of first "n" even natural numbers ?

Answers

Answered by NikhilMTomy
38
We can consider this as an arithmetic progression (A.P)
Therefore AP : 2+4+6+... upto n
For finding the sum of all the numbers in an AP there is a formula. The formula is
Sum = \frac{n}{2}*[2a + (n-1)d]
        where n = number of elements of the AP
                 a = first element of the AP
                 d = the common difference (ie the 1st element - 2nd element)
sum = \frac{n}{2}*[2*2 + (n-1)*2]
sum = n[n+1]

mean = sum of all elemets ÷ total number of elements
mean = n(n+1)÷n
mean = n+1

If you haven't learnt about AP yet and if you want to learn it please sent a message.
Answered by darshan6434
23

HOPE THIS HELPED YOU

Attachments:
Similar questions