document.write( "Question 117135: Calculate the Standard Deviation of the following list of data: 6, 7, 8, 9, 10 \n" ); document.write( "
Algebra.Com's Answer #85579 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the mean of the set: mean = 8 \n" ); document.write( "-------------- \n" ); document.write( "Square the difference between the mean and each of the data elements. \n" ); document.write( "Add those squares together \n" ); document.write( "--------------- \n" ); document.write( "Divide by the number of elements in the set. \n" ); document.write( "Take the square root of the results: You should get 1.4142 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |