

InterviewSolution
Saved Bookmarks
1. |
Find the arithmetic mean of the series 1 , 3 , 5 , …, (2n-1) .A. `(2n-1)/(n)`B. `(2n+1)/(n)`C. nD. n + 2 |
Answer» Correct Answer - c ` 1 + 3 + 5 + …+ (2n -1) = n^(2)` `therefore` AM = `(n^(2))/(n) = n` . |
|