Math, asked by advik1536, 11 months ago

write the airthmetic mean of first n even positive natural number​

Answers

Answered by gurpreetkaur79359
2

Answer:

The idea is the sum of first n even number is n(n+1), for find the Average of first n even numbers divide by n, hence formula is n(n + 1) / n = ( n + 1). example - Average of first n even numbers is n+1. it take 0(1) time.

Similar questions