InterviewSolution
Saved Bookmarks
| 1. |
State the method to determine number of classes on the basis of range of data and class length. |
|
Answer» When the rahge of data and class length are given, number of classes is determined by the following formula: Number of classes = \(\frac{range} {class\, length}\) |
|