QUESTION IMAGE
Question
section 3.1 homework
due sep 8 by 11:59pm points 1 submitting an external tool
section 3.1 homework
score: 2/13 answered: 4/13
progress saved done
question 5
find the median for this list of numbers
63 93
55 80
66 21
31 10
89 44
75 27
88 100
4
median =
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$.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
$63$