How to Find the Median of a Set of Numbers
The median is the exact middle of numbers in a sequence or set.
[edit] Steps
[edit]If you have an odd set of numbers
- Sort your set of numbers from least to greatest.
- Find the number that is in the middle. The median for 5, 3, 1, 7, 2 would be 3. An easy way to approach this is to put one finger on 1 and the other on 7. Then count down from there.
[edit]If you have an even set of numbers
- Sort out your set of numbers from least to greatest.
- Find the average of the two numbers in the middle. 2 and 3 are both in the middle, so you need to add 2 and 3, then divide the sum by 2. The formula for finding the average of two numbers is (the sum of the two middle numbers)/2.










