document.write( "Question 28030: find the mean, median, and mode of the set: 1,2,2,3,3,3,4,4,4,4 \n" ); document.write( "
Algebra.Com's Answer #15302 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
find the mean, median, and mode of the set: 1,2,2,3,3,3,4,4,4,4
\n" ); document.write( "mean =(1+2*2+3*3+4*4)/10=30/10=3
\n" ); document.write( "mode is 4 as it has maximum frequency
\n" ); document.write( "median is the average of 5 th. and 6 th. numbers in the orderly sequence of numbers (which is same as that given above)that is 3
\n" ); document.write( "
\n" ); document.write( "
\n" );