

InterviewSolution
Saved Bookmarks
1. |
The standard deviation of first 10 natural numbers is8.25 (b) 6.5 (c) 3.87 (d) 2.87A. 5.5B. 3.87C. 2.97D. 2.87 |
Answer» Correct Answer - D We know that, SD of first n natural numbers`=sqrt((n^(2)-1)/(12))` `therefore` SD of first 10 numbers `=sqrt((10^(2)-1)/(12))` `=sqrt((100-1)/(12))=sqrt((99)/(12))=sqrt(8.25)=2.87` |
|