Arrange the numbers in ascending order
If there is an odd number of values, the median is the middle number
If there is an even number of values, the median is the average of the two middle numbers
Identify the two middle numbers when the list has an even count
Add the two middle numbers together
Divide the sum by 2
The result is the median
