document.write( "Question 1018958: find the standard deviation first 13 natural numbers? \n" ); document.write( "
Algebra.Com's Answer #634933 by Marz157(7)![]() ![]() ![]() You can put this solution on YOUR website! I'm going to assume that your definition of Natural numbers starts a 1, so the first 13 are the numbers from 1 to 13. \r \n" ); document.write( "\n" ); document.write( "Also I'm assuming that you are getting the population standard deviation which means we will use N instead of N-1 later on.\r \n" ); document.write( "\n" ); document.write( "So for standard deviation we will first need the mean (also called the average). For that we need to sum all the numbers and divide by how many numbers we added up (in this case 13).\r \n" ); document.write( "\n" ); document.write( "There is a nice trick for summing up numbers starting at 1 which is\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Standard deviation is defined as the square root of the sum of the squared errors divided by n (or sometimes n-1, check with your teacher for what they want). \r \n" ); document.write( "\n" ); document.write( "The \"error\" means the difference from the mean. So for example the error for the first number 1 is (7-1 = 6). We square this to get 36.\r \n" ); document.write( "\n" ); document.write( "We do this for each number and add them up.\r \n" ); document.write( "\n" ); document.write( "1) 7-1 = 6, 6*2 = 36 \n" ); document.write( "2) 7-2 = 5, 5^2 = 25 \n" ); document.write( "3) ... 16 \n" ); document.write( "4) ... 9 \n" ); document.write( "5) ... 4 \n" ); document.write( "6) ... 1 \n" ); document.write( "7) ... 0 \n" ); document.write( "8) ... 1 \n" ); document.write( "9) ... 4 \n" ); document.write( "10) ... 9 \n" ); document.write( "11) ... 16 \n" ); document.write( "12) ... 25 \n" ); document.write( "13) ... 36\r \n" ); document.write( "\n" ); document.write( "Summing those we get 182. We divide 182 by 13 since we have 13 numbers = 14. Lastly we take the square root to get 3.7416\r \n" ); document.write( "\n" ); document.write( "Wikipedia has a great example of computing a standard deviation https://en.wikipedia.org/wiki/Standard_deviation#Basic_examples \n" ); document.write( " |