Ask Question
13 February, 14:12

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

+1
Answers (1)
  1. 13 February, 16:33
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers