document.write( "Question 1158645: Find the range, standard deviation, and variance show your solution
\n" );
document.write( "A survey of 10 fast-food restaurant noted the number of calories in a mid-sized hamburger. The following are the results
\n" );
document.write( "514 507 502 498 496 506 458 478 463 514 \n" );
document.write( "
Algebra.Com's Answer #781625 by Boreal(15235) You can put this solution on YOUR website! add them up and divide by 10, the mean is 493.6 \n" ); document.write( "The range is high - low or 514-458 or 56 \n" ); document.write( "the variance is the average of the squared deviations from the mean\r \n" ); document.write( "\n" ); document.write( "the standard deviation first required taking the squared deviations from the mean and dividing by n, if it is a population, or n-1, if it is a sample, which this is. Then take the square root of that result. \n" ); document.write( "s=20.3 \n" ); document.write( "the terms are 20.4^2+13.4^2+8.4^2+4.4^2+2.4^2+12.4^2+35.6^2+15.6^2+30.6^2+20.4^2=412.04, variance \n" ); document.write( "sd is sqrt (412.04)=20.30\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |