document.write( "Question 113202: The following scores were recorded on a 200-point final examination:
\n" );
document.write( "193, 185, 163, 186, 192, 135, 158, 174, 188, 172, 168, 183, 195, 165, 183.
\n" );
document.write( "Find the median final examination score.\r
\n" );
document.write( "\n" );
document.write( "Please help me. I do not understand the mode, median thing. \n" );
document.write( "
Algebra.Com's Answer #82386 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! First sort the numbers into ascending order (from least to greatest):\r \n" ); document.write( "\n" ); document.write( "135,158,163,168,172,174,185,186,188,192,193\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now to find the median, count off about 5 spaces(it's close to half of the size of the list) until you hit the middle number. Now count count off about 5 spaces from the end of the list until you hit the middle.\r \n" ); document.write( "\n" ); document.write( "135, 158, 163, 168, 172, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the median is 174 \n" ); document.write( " |