section 3.1 homework\ndue sep 8 by 11:59pm points 1 submitting an external tool\nsection 3.1…

section 3.1 homework\ndue sep 8 by 11:59pm points 1 submitting an external tool\nsection 3.1 homework\nscore: 2/13 answered: 4/13\nprogress saved done\nquestion 5\nfind the median for this list of numbers\n63 93\n55 80\n66 21\n31 10\n89 44\n75 27\n88 100\n4\nmedian =

section 3.1 homework\ndue sep 8 by 11:59pm points 1 submitting an external tool\nsection 3.1 homework\nscore: 2/13 answered: 4/13\nprogress saved done\nquestion 5\nfind the median for this list of numbers\n63 93\n55 80\n66 21\n31 10\n89 44\n75 27\n88 100\n4\nmedian =

Answer

Explanation:

Step1: Combine numbers into one list

$[63,93,55,80,66,21,31,10,89,44,75,27,88,100,4]$

Step2: Sort the list in ascending order

$[4,10,21,27,31,44,55,63,66,75,80,88,89,93,100]$

Step3: Determine the middle - value

There are $n = 15$ numbers. The middle - index is $\frac{n + 1}{2}=\frac{15+1}{2}=8$. The 8th number in the sorted list is $63$.

Answer:

$63$