-If you have an odd number, divide by 2 and round up to get the position of the median number.
-If you have an even number, divide by 2. Go to the number in that position and average it with the number in the next higher position to get the median.
There are 6 numbers total.
60,62,64,54,56,28
6 divided by 2 equals 3.
Take 28 and add it to 54 and that gives you the answer (Median) which is 82.