

InterviewSolution
Saved Bookmarks
1. |
Find the mean deviation about the median for the following data 2,4,6,3,9,3,15,7,12 |
Answer» Arranging the data into ascending order 2,3,3,4,6,7,9,12,15 `because ` n=9=odd `therefore` Median =`((9+1)/2)^(th)` observation =6 `therefore |x_i-M|` are 4,3,3,2,0,1,3,6,9 `therefore` M.D.(M)=`(Sigma|x_i-M|)/n=31/9` =3.44 |
|