Answer Explanation
The median temperature can be found by organizing the temperature values from the smallest to the largest value as follows:
98.6, 98.7, 99.0, 99.0, 99.2, 99.3, 99.7, 100.0
(for an even set of numbers, Median = frac{(frac{n}{2})th observation + (frac{n}{2} + 1) th observation}{2})
From the data set above, there are 8 temperature values. The median is the temperature value in the middle position, which falls between the (frac{n}{2} th) and ((frac{n}{2} + 1) th) position. Here N=8 and median is found as:
(frac{(frac{n}{2})th + (frac{n}{2} + 1) th}{2} = )(frac{(frac{8}{2})th + (frac{8}{2} + 1) th }{2} = 4.5th position)
The element in the 4.5th position is the average of the 4th and 5th element.
(frac{99.0 + 99.2}{2} = 99.1)
Thus 99.1 is the median temperature.