document.write( "Question 324701: Given 15 data items: 11, 15, 13, 16, 8, 8, 9, 10, 11, 4, 9, 6, 8, 3, 17 Calculate the: The mean, The median, and The mode. \n" ); document.write( "
Algebra.Com's Answer #232428 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! put them in order smallest to greatest \n" ); document.write( "3, 4, 6, 8, 8, 8, 9, 9, 10, 11, 11, 13, 15, 16, 17 \n" ); document.write( "the median is the number in the middle which is \n" ); document.write( "the mode is the number repeated most often which is \n" ); document.write( "the mean is the average adding all numbers and dividing by total amount of numbers \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |