Re: Given a set of numbers
[#permalink]
28 Aug 2016, 20:29
I think only mean would change from 15.4 to 15.36 all other parameters will remain the same.
Previous Mean = sum(10, 11, 12, 15, 15, 15, 17, 19, 20, 20)/10 = 154/10 = 15.4
New Previous Mean = sum(10, 11, 12, 15, 15, 15,15,17, 19, 20, 20)/10 = 154/11 = 15.36
Previous Median = (5th element + 6th element)/2 = (15+15)/2 = 15
New Median = 6th element = 15
Mode is same as before as 15 was repeated 3 times in previous case while in new case 15 is repeated four times
Standard Deviation (SD) represents the spread of data from the mean value which stays the same in both cases