Ask Question
26 September, 08:59

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

+2
Answers (1)
  1. 26 September, 09:04
    0
    You would need to sort the data from smallest to largest

    {1,2,4,3,5,3,6,7,8} sorts to {1,2,3,3,4,5,6,7,8}

    Note there are 9 values. So 9/2 = 4.5 which rounds down to 4, which means there are 4 values below the median and 4 values above the median. The median is the middle most value

    Here is a look at those pair of 4 values each which I have bolded: 1,2,3,3,4,5,6,7,8

    Or it might be easier to highlight the median itself rather than whats around it: 1,2,3,3,4,5,6,7,8

    Median = 4
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers