140k views
0 votes
A set of data has the values 34, 40, 42, 48, and 70. If the outlier of 70 is removed, what is the mean absolute deviation of the remaining four values?

3.2
4
11.2
14

User DawidPi
by
6.9k points

2 Answers

0 votes

After the outlier is removed the data set is 30, 40, 42, 48.

The mean of the data is
\mu=(30+40+42+48)/(4) =(164)/(4) =41.

The mean absolute deviation of
n data is
MAD=(\sum _(i=1)^n|x_i-\mu| )/(n).

Here substituting the data values,


MAD=(|34-41|+|40-41|+|42-41|+|48-41| )/(4)=4.

Correct choice is (4).

User Hackmodford
by
6.7k points
5 votes
The average of the remaining 4 numbers is 41, so their MAD is ...
(7+1+1+7)/4 = 4.
User Siobhan
by
7.2k points