certain list of 100 data...PT

This topic has expert replies
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 75
Joined: Sun Jun 22, 2008 4:59 am
Thanked: 2 times

by dbart06 » Mon Aug 18, 2008 1:42 pm
ans is 6 & 6. Why?

if you add 6 & 6 to the list the, avg does not change and adding the two #'s will actually make the std dev smaller because you have more #'s that are less from the mean(std dev).

Master | Next Rank: 500 Posts
Posts: 172
Joined: Wed Oct 31, 2007 11:21 am
Thanked: 1 times

Need help with this problem

by gmattester » Tue Aug 19, 2008 9:23 pm
Can someone explain this plz.

Master | Next Rank: 500 Posts
Posts: 443
Joined: Sat Jun 28, 2008 6:33 pm
Thanked: 5 times

by Vignesh.4384 » Tue Aug 19, 2008 9:58 pm
gmattester,

Take an eg of the set {2 4 6}
The mean will be 4.
The standard deviation can be found as [ (-2)^2 + 0^2 + (2)^2 /3 ]^1/2 (hope u get this step)

standard deviation = ( 8/3 ) ^ 1/2

When u add 4 and 4 to the set mentioned above ..

The standard deviation can be found as [ (-2)^2 + 0^2 + 0^2 + 0^2+ (2)^2 /5 ]^1/2

If u notice the denominator increases but numerator does not when 4 and 4 are added to {2 4 6}

Master | Next Rank: 500 Posts
Posts: 172
Joined: Wed Oct 31, 2007 11:21 am
Thanked: 1 times

by gmattester » Wed Aug 20, 2008 7:15 am
Thanks Vignesh .......
Nice explanation.It's clear now