question\nfind the median and mean of the data set below:\n50, 13, 11, 25, 17, 43\nanswer attempt 1 out of…

question\nfind the median and mean of the data set below:\n50, 13, 11, 25, 17, 43\nanswer attempt 1 out of 2\nmedian = \nmean =

question\nfind the median and mean of the data set below:\n50, 13, 11, 25, 17, 43\nanswer attempt 1 out of 2\nmedian = \nmean =

Answer

Explanation:

Step1: Sort the data set

$11, 13, 17, 25, 43, 50$

Step2: Calculate the median

Since there are 6 data - points (an even number of data - points), the median is the average of the two middle numbers. The two middle numbers are the 3rd and 4th numbers. Median=$\frac{17 + 25}{2}=\frac{42}{2}=21$

Step3: Calculate the mean

The mean $\bar{x}=\frac{\sum_{i = 1}^{n}x_{i}}{n}$, where $n = 6$ and $x_{i}$ are the data - points. $\sum_{i=1}^{6}x_{i}=11 + 13+17+25+43+50 = 169$. Mean=$\frac{169}{6}\approx28.17$

Answer:

Median = 21 Mean $\approx28.17$