Find the median of the dataset { 122, 34, 56, 89, 103 }.

1 answer

To find the median of a dataset, we first need to order the numbers in ascending order:

34, 56, 89, 103, 122

Since there are an odd number of values in this dataset (5 values), the median is the middle value. In this case, the middle value is 89.

Therefore, the median of the dataset { 122, 34, 56, 89, 103 } is 89.