

InterviewSolution
Saved Bookmarks
1. |
different between exclusive and inclusive series\' |
Answer» Exclusive method:\xa0This method is used for those series in which the upper limit of one class becomes the lower limit of the next class interval.Example 0-5, 5-10, 10-20, 20-30.\xa0\xa0Inclusive method:Under this method, the classes are formed in such a manner\xa0that the upper limit of a class interval does not repeat itself as the lower limit of the next class interval.Example 0-5, 6-10, 11-15 | |