document.write( "Question 242143: Find the median of the following set of numbers.\r
\n" );
document.write( "\n" );
document.write( "45, 21, 54, 22, 65, 61
\n" );
document.write( " How do I find the median. I just need to know how to find it \n" );
document.write( "
Algebra.Com's Answer #177318 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 45, 21, 54, 22, 65, 61 \n" ); document.write( "ARRANGE THE VALUES IN ORDER: \n" ); document.write( "21,22,45,54,61,65 \n" ); document.write( "THE MEDIAN IS THE MIDDLE VALUES. \n" ); document.write( "BECAUSE THER IS NO SINGLE MIDDLE VALUE, AVERAGE THE 2 MIDDLE VALUES. \n" ); document.write( "(45+54)/2=99/2-49.5 ANS. FOR THE MEDIAN. \n" ); document.write( " |