document.write( "Question 606629: determine the mean,median and mode of the following sets of number
\n" );
document.write( "a)8,11,14,13,14,9,15 \n" );
document.write( "
Algebra.Com's Answer #382162 by lawdej(58)![]() ![]() You can put this solution on YOUR website! mean=(8+11+14+13+14+9+15)/7=84/7=12 \n" ); document.write( "mode=14 \n" ); document.write( "median \n" ); document.write( "first arrange in order \n" ); document.write( "8,9,11,13,14,14,15 so 13 is the median \n" ); document.write( " |