document.write( "Question 696736: Nine college students had eaten the following number of times at a fast food restaurant for dinner in the last ten days:
\n" ); document.write( "
\n" ); document.write( "8, 6, 5, 4, 7, 0, 10, 10, 5
\n" ); document.write( "
\n" ); document.write( "Find the mean, median, mode, range, and midrange for these data. \r
\n" ); document.write( "\n" ); document.write( "Please someone walk me through this
\n" ); document.write( "

Algebra.Com's Answer #429262 by mathbird(71)\"\" \"About 
You can put this solution on YOUR website!
mean=sum of observation/no. of observation
\n" ); document.write( "(8+6+5+4+7+0+10+10+5)/9
\n" ); document.write( "mean=55/9
\n" ); document.write( "mean=6.11
\n" ); document.write( "median:arrange the data in ascending or descending order.
\n" ); document.write( "median=(no.of obs+1)/2
\n" ); document.write( "0,4,5,5,6,7,8,10,10
\n" ); document.write( "median=(9+1)/2
\n" ); document.write( " =10/2
\n" ); document.write( " =5th place= 6 ans
\n" ); document.write( "mode;most repeating number
\n" ); document.write( " =5 & 10(both repeated 2 times)
\n" ); document.write( "range: highest value-lower value
\n" ); document.write( " =10-0=10
\n" ); document.write( "mid range (i think)=(10+0)/2=5
\n" ); document.write( "
\n" );