document.write( "Question 96957: Find the mean and the median.
\n" );
document.write( "-7, -4, 4, 8, 12, 17 \n" );
document.write( "
Algebra.Com's Answer #70584 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the mean and the median. \n" ); document.write( "-7, -4, 4, 8, 12, 17 \n" ); document.write( "---------------- \n" ); document.write( "Mean: \n" ); document.write( "Add the numbers and devide the sum by 6 to get mean = 5 \n" ); document.write( "========== \n" ); document.write( "Median: \n" ); document.write( "Since you have and even number of data elements find \n" ); document.write( "the average of the middle two: \n" ); document.write( "(4+8)/2 = 6 is the median. \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |