document.write( "Question 1016869: I really need your help in solving this problem. I appreciate your time and efforts. Have a terrific day :) Here is the question:\r
\n" );
document.write( "\n" );
document.write( "Calculate SS variance, and Standard deviation for the following sample of \r
\n" );
document.write( "\n" );
document.write( "n = 4 scores: 3, 1, 1, 1,\r
\n" );
document.write( "\n" );
document.write( "(Note: the Computational formula works well with these scores.)\r
\n" );
document.write( "\n" );
document.write( "Yours,\r
\n" );
document.write( "\n" );
document.write( "Jay\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #633249 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The sum of squares(SS) is defined as the sum of (x - mean)^2 of all x \n" ); document.write( ": \n" ); document.write( "In our example the mean is (3 + 1 + 1 + 1) / 4 = 1.5 \n" ); document.write( ": \n" ); document.write( "SS = (3 - 1.5)^2 + (1-1.5)^2 + (1-1.5)^2 + (1-1.5)^2 = 3 \n" ); document.write( ": \n" ); document.write( "variance = SS / (n-1) = 3 / 3 = 1 where n = 4 \n" ); document.write( ": \n" ); document.write( "std dev = square root(variance) = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |