question\nfind the median and mean of the data set below:\n36, 39, 39, 47, 41, 50, 0\nanswer attempt 1 out…

question\nfind the median and mean of the data set below:\n36, 39, 39, 47, 41, 50, 0\nanswer attempt 1 out of 2\nmedian = \nmean =
Answer
Answer:
Median = 39 Mean = 33
Explanation:
Step1: Arrange data in ascending order
$0, 36, 39, 39, 41, 47, 50$
Step2: Find the median
Since there are 7 data - points (an odd number), the median is the middle - value. The middle value is the 4th value when data is arranged in ascending order, so median = 39.
Step3: Calculate the mean
The formula for the mean $\bar{x}=\frac{\sum_{i = 1}^{n}x_{i}}{n}$, where $n$ is the number of data - points and $x_{i}$ are the individual data - points. Here, $n = 7$, and $\sum_{i=1}^{7}x_{i}=0 + 36+39+39+41+47+50 = 252$. Then $\bar{x}=\frac{252}{7}=33$.