To work out the median, you need to numerically sort the data (because currently, it's unordered).
The ordered set of data is: 22, 38, 44, 59, 70, 79, 85, 87, 96
Now you just need to pick the middle value, which is 70:
(as you can see: 22, 38, 44, 59, 70, 79, 85, 87, 96)
Therefore, your answer is 70 :)
Hello,
59, 22, 87, 44, 96, 38, 70, 85, 79
=> 22 ; 38 ; 44 ; 59 ; 70 ; 79 ; 85 ; 87 ; 96
The median is 70.
Bye :)
Answer:
y = 14
Step-by-step explanation:
Plug in 4 as x into the equation:
y = 2 + 3x
y = 2 + 3(4)
Simplify:
y = 2 + 12
So, when x = 4, y = 14.