InstructionsRead the following scenario and answer the THREE questions that follow.
The upper hinge of a dataset is the median of all the values to the right of the median of the dataset in an ascending arrangement, while the lower hinge of the dataset is the median of all the values to the left of the median of the dataset in the same arrangement.
For example, consider the dataset 4, 3, 2, 6, 4, 2, 7. When arranged in the ascending order, it becomes 2, 2, 3, 4, 4, 6, 7. The median is 4 (the bold value), and hence the upper hinge is the median of 4, 6, 7, i.e., 6. Similarly, the lower hinge is 2.
A student has surveyed thirteen of her teachers, and recorded their work experience (in integer years). Two of the values recorded by the student got smudged, and she cannot recall those values. All she remembers is that those two values were unequal, so let us write them as A and B, where A < B. The remaining eleven values, as recorded, are: 5, 6, 7, 8, 12, 16, 19, 21, 21, 27, 29. Moreover, the student also remembers the following summary measures, calculated based on all the thirteen values:
Minimum: 2
Lower Hinge: 6.5
Median: 12
Upper Hinge: 21
Maximum: 29