document.write( "Question 6528: How do I find the standard deviation to the nearest tenth of the following set of data? {47, 61, 93, 22, 82, 22, 37} \n" ); document.write( "
Algebra.Com's Answer #3540 by Mike(39)![]() ![]() ![]() You can put this solution on YOUR website! Firstly, there are two different types of standard deviation - population standard deviation and sample standard deviation. I assume you are trying to find the population standard deviation, because that is the most common.\r \n" ); document.write( "\n" ); document.write( "In order to find the population standard deviation without the use of a calculator, you need to first establish the mean(µ) of your set of data. The µ of your set of data is: 52. You must now establish how much each one of your marks(M) deviates from the µ (i.e. 47 - 52, 61 - 52, etc. etc.). You then square that deviation and multiply it by the frequency (f) of that mark(M) (the entire formula for this procedure is f(M-µ)^2). Let me show you what I mean:\r \n" ); document.write( "\n" ); document.write( "1) 47 - 52 = -5 \n" ); document.write( "2) -5^2 = 25 \n" ); document.write( "3) f is equal to 1 because it only appears once in your set of data. \n" ); document.write( "Therefore, in this case, f(M-µ)^2) = 1(47-52)^2 = 25\r \n" ); document.write( "\n" ); document.write( "For the others: \n" ); document.write( "1(61-52)^2 = 81 \n" ); document.write( "1(93-52)^2 = 1681 \n" ); document.write( "2(22-52)^2 = 1800 \n" ); document.write( "1(82-52)^2 = 900 \n" ); document.write( "1(37-52)^2 = 225\r \n" ); document.write( "\n" ); document.write( "You now add all of these answers up and divide them by the number of data points you have (7 in this case: 47, 61, 93, 22, 82, 22, 37)\r \n" ); document.write( "\n" ); document.write( "25+81+1681+1800+900+225 = 4712/7 = 673.14. This is known as the Variance. \n" ); document.write( "In order to obtain the population standard deviation, all you now need to do is take the square root of the variance. \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This entire procedure is a whole lot easier to do if you have a graphing calculator like the Ti-83, but being dependent on your calculator is never a good thing. \n" ); document.write( "If you have any more questions let me know. \n" ); document.write( "Regards, \n" ); document.write( "-Mike \n" ); document.write( " |