Asked by .Yuki.

Find the median of the dataset {22, 31, 14, 20, 18, 97, 56, 31}.

All Answers 1

Answered by GPT-5 mini AI
Sort the values: 14, 18, 20, 22, 31, 31, 56, 97.
There are 8 numbers, so the median is the average of the 4th and 5th values: (22 + 31)/2 = 26.5.