document.write( "Question 1158372: Find the range, standard deviation, and variance of
\n" );
document.write( "A survey of 10 fast-food restaurant noted the number of calories in a mid-sized hamburger. The following are results
\n" );
document.write( "514 507 502 498 496 506 458 478 463 514 \n" );
document.write( "
Algebra.Com's Answer #854591 by KMST(5396) You can put this solution on YOUR website! Range, standard deviation, and variance are measures of the dispersion of the data in a set. \n" ); document.write( "A long time ago, in college, I would calculate them using paper and pen, based on their definitions. \n" ); document.write( "Nowadays, a calculator, or computer software can calculate them for us easily, but we have to understand what this measure tell us and exactly what our devices. \n" ); document.write( " \n" ); document.write( "Range: \n" ); document.write( "The range is the difference between the smallest and greatest values. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Variance: \n" ); document.write( "The mean (average) of all 10 values is \n" ); document.write( " \n" ); document.write( "The deviations from the mean for the individual values are: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Their squares are: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The variance is the average of those squares: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Standard deviation: \n" ); document.write( "The standard deviation, as asked in this question, is the square root of the variance as calculated above: \n" ); document.write( " \n" ); document.write( "Software that calculates statistics would have to forms of standard deviation: \n" ); document.write( "the standard deviation of a population, calculated as above, and \n" ); document.write( "the standard deviation of a sample, used to estimate the dispersion of the whole population of data based on a sample of N items. In the second case, the sum of squares in divided by N-1 instead. \n" ); document.write( " |