

InterviewSolution
Saved Bookmarks
1. |
The range of a data is x, the median and the mode of the data is 7 each. If the number of observations is odd and all observations are integers, then find the least value of x `("tange "ne 0)`A. 1B. 2C. 3D. 4 |
Answer» Correct Answer - A Median of the data and mode are 7 each and the number of observations is odd. since 7 is the mode, 7 should appear at least two times, and as median is 7, it must be the middle one. 6, 7, 7, can be taken as observations. `:.` Range `=7-6=1` Hence, the correct option is (a). |
|