Concept: The Mean Deviation about the Median (
MDmedian) is the average of the absolute deviations of each observation from the median value. To find the median, the data must first be sorted.
Formula:MDmedian=NΣ∣xi−M∣Where
M is the median and
N is the number of observations.
Solution:Let the 10 observations be
x1,x2,…,x10.
We are given 8 observations:
{2,3,5,10,11,13,15,21}.
Let the two unknown observations be
a and
b.
1.
Find the sum of all observations (∑xi):Given Mean (
x) = 9 and
N=10.
∑xi=N×x=10×9=902.
Find the sum of the unknown observations (a+b):Sum of the 8 known observations
=2+3+5+10+11+13+15+21=80.
a+b=∑xi−80=90−80=10*(Note: The variance information is inconsistent with the other given values if
a and
b are real numbers. We must assume the intended values for
a and
b are simple integers that satisfy
a+b=10 and allow the problem to be solved, such as
a=4 and
b=6.)*
3.
List and Sort all 10 observations:Assuming
a=4 and
b=6, the 10 observations in ascending order are:
{2,3,4,5,6,10,11,13,15,21}4.
Calculate the Median (M):Since
N=10 (even), the median is the average of the
(2N)th and
(2N+1)th terms (the 5th and 6th terms).
M=2x(5)+x(6)=26+10=85.
Calculate the Mean Deviation about the Median (MDmedian):MDmedian=10Σ∣xi−8∣∑∣xi−8∣=∣2−8∣+∣3−8∣+∣4−8∣+∣5−8∣+∣6−8∣+∣10−8∣+∣11−8∣+∣13−8∣+∣15−8∣+∣21−8∣∑∣xi−8∣=6+5+4+3+2+2+3+5+7+13∑∣xi−8∣=50MDmedian=1050=5 Answer: C. 5