List the numbers in order from least to greatest
If the count of numbers is odd, the median is the middle number
If the count of numbers is even, the median is the average of the two middle numbers
For two middle numbers (a) and (b), compute (frac{a+b}{2})
State the median as the resulting value
