how do you find the median of the set of numbers that are not listed in order, like 1, 2, 4, 3, 5, 3, 6, 7…

how do you find the median of the set of numbers that are not listed in order, like 1, 2, 4, 3, 5, 3, 6, 7, 8? a pick the number you see in the middle. b start crossing out at each end until you come to a number in the middle. c rewrite the numbers in order from lowest to highest first, then find the number in the middle. d pick the number that appears most often.
Answer
Brief Explanations:
The median is the middle - value of a data - set. For an unordered set of numbers, the first step is to arrange the numbers in ascending or descending order. Then, if the number of data points is odd, the median is the middle number; if it is even, the median is the average of the two middle numbers. Option A and B are incorrect as the set must be ordered first. Option D describes the mode, not the median.
Answer:
C. Rewrite the numbers in order from lowest to highest first, then find the number in the middle.