document.write( "Question 979504: Five women go to lunch. Their ages are 26,22,42,33,and 42. What is the median age? \n" ); document.write( "
Algebra.Com's Answer #600791 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Sort the numbers from smallest to biggest\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "22,26,33,42,42\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The middle most number is 33 (this is the third number in that list above). So the median is 33.
\n" ); document.write( "
\n" );