

InterviewSolution
Saved Bookmarks
1. |
The mean of the following data is `{:("Class interval",f),(" "10-15,5),(" "15-20,7),(" "20-25,3),(" "25-30,4),(" "30-35,8):}`A. 22B. 23.05C. 24.05D. 27.05 |
Answer» Correct Answer - B (i) Use deviation method. (ii) Find the mid values of the class intervals. (iii) Find `sum fx "and" sum f`. (iv) Mean `= (sum fx)/(sum f)`. |
|