document.write( "Question 1193598: A sample of 12 measurements has a mean of 31 and a standard deviation of 4.75. Suppose that the sample is enlarged to 14 measurements, by including two additional measurements having a common value of 31 each.\r
\n" ); document.write( "\n" ); document.write( "Find the standard deviation of the sample of 14 measurements.
\n" ); document.write( "

Algebra.Com's Answer #825685 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
the variance is the sum of the squared deviations divided by (n-1)
\n" ); document.write( "so sd is sqrt(SSD/n-1)=4.75
\n" ); document.write( "and 22.5625(n-1)=SSD=22.5625*11=248.1875
\n" ); document.write( "There is the same sum of squared deviations with two more values added that are exactly 31, so now the variance is 248.1875/13=19.09
\n" ); document.write( "that makes the sd=4.37
\n" ); document.write( "this is essentially multiplying the original sd by the ratio of the sqrt of the old sample size-1/new one-1, since sd is proportional to the inverse square of n-1 for samples. 4.75*sqrt(11)/sqrt(13)=4.37
\n" ); document.write( "
\n" );