document.write( "Question 46143: Find the median.
\n" );
document.write( "16, 19, 17, 35, 43, 28, 21
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #30621 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! This is easy enough to do yourself:\r \n" ); document.write( "\n" ); document.write( "To find the \"median\" of a set of numbers means to find the \"middle\" number in the set.\r \n" ); document.write( "\n" ); document.write( "So first arrange the numbers in order of smallest-to-largest.\r \n" ); document.write( "\n" ); document.write( "16, 17, 19, 21, 28, 35, 43\r \n" ); document.write( "\n" ); document.write( "Hint: After you have done this, count the number of numbers to be sure you copied them all. A common mistake is to miss one or more of the numbers.\r \n" ); document.write( "\n" ); document.write( "Now look for the number in the middle (the median).\r \n" ); document.write( "\n" ); document.write( "Did you find 21? \n" ); document.write( " |