

InterviewSolution
Saved Bookmarks
1. |
Construct a grouped frequency distribution table with width 10 of each class, in such a way that one of the class is 10-20 (20 not included). |
Answer» Solution :We arrange the given data into groups LIKE 0-10, 10-20, 20-30, ………… in which UPPER class LIMIT is not included in that class. The class width in each case is 10. The FREQUENCY distribution of the given data is given below ![]() |
|