document.write( "Question 53245: Can someone help me solve this problem?\r
\n" );
document.write( "\n" );
document.write( " I need to find the median of:\r
\n" );
document.write( "\n" );
document.write( " 22, 15, 21, 37, 27\r
\n" );
document.write( "\n" );
document.write( " Thank you!
\n" );
document.write( " Ashley \n" );
document.write( "
Algebra.Com's Answer #35482 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Median=middle value after you've put them in order. If you had an even number of values you'd add the two middle numbers and divide by 2. Luckily, you don't have to do that because you have 5 values: \n" ); document.write( "Put them in order: \n" ); document.write( "15,21,22,27,37 \n" ); document.write( "The middle number is 22. \n" ); document.write( "Therefore the median is 22. \n" ); document.write( " |