document.write( "Question 1073041: find the mean and the standard deviation of the first n natural numbers. \n" ); document.write( "
Algebra.Com's Answer #687961 by Fombitz(32388) You can put this solution on YOUR website! So think of an arithmetic series that starts at 1 and advances by 1. \n" ); document.write( "The sum of that series would be, \n" ); document.write( " \n" ); document.write( "So then the average would be the sum divided by n. \n" ); document.write( " \n" ); document.write( "So then to find the standard deviation, find the sum, \n" ); document.write( " \n" ); document.write( "Now divide that sum by n and take the square root, \n" ); document.write( " \n" ); document.write( " |