finding the mean absolute deviation\nevelyns scores 125 137 138 145 145\ndistance from the mean 13 1 0 7…

finding the mean absolute deviation\nevelyns scores 125 137 138 145 145\ndistance from the mean 13 1 0 7 7\nwhat is the mean absolute deviation of evelyns scores?\n○ 5.1\n○ 5.6\n○ 5.8\n○ 7
Answer
Explanation:
Step1: Recall the formula for MAD
The mean - absolute deviation (MAD) is the average of the absolute deviations from the mean. The formula is $MAD=\frac{\sum_{i = 1}^{n}|x_{i}-\bar{x}|}{n}$, where $|x_{i}-\bar{x}|$ are the absolute deviations from the mean and $n$ is the number of data - points. Here, the absolute deviations from the mean are already given as 13, 1, 0, 7, 7 and $n = 5$.
Step2: Calculate the sum of the absolute deviations
$\sum_{i=1}^{5}|x_{i}-\bar{x}|=13 + 1+0 + 7+7=28$.
Step3: Calculate the MAD
$MAD=\frac{28}{5}=5.6$.
Answer:
5.6