Finding the median
When finding the median of a set of data, first put the data in order and then find the number located right in the middle.
For example, find the median for the following set:
S
1 = {15, 14, 11}
Put the numbers in order
11, 14, 15
The median is 14 because it is in the middle
Other examples:
S
2 = {5, 3, 7, 2, 4}
Put the set in order
2, 3, 4, 5, 7
In the example above, the median is 4 because 4 is in the middle
When the number of numbers in the set is an odd number as in the two sets above, your median is right in the middle.
However, when the number of numbers in the set is an even number, you will end up with two numbers in the middle
In this case, just take the average of the numbers
Examples
S
3 = { 15, 14, 11,16}
Put S
3 in order
11, 14, 15, 16
The two values in the middle are 14 and 15
The average is (14+15)/2 = 29/2 = 14.5
So, the median is 14.5
S
4 = { 6, 2, 8, 9, 1, 10, 4, 12}
Put S
4 in order
Tips when finding the medianWhen a set contains many numbers, cross out numbers as you put them in order to keep yourself organized
For example for S
4, put 1 in your new ordered list and then cross it out. Then, put 2 and cross it out...
1, 2, 4, 6, 8, 9, 10, 12
The two numbers in the middle are 6 and 8
(6 + 8)/2 is 7, so the median is 7
-
May 26, 22 06:50 AM
Learn how to find the area of a rhombus when the lengths of the diagonals are missing.
Read More
Enjoy this page? Please pay it forward. Here's how...
Would you prefer to share this page with others by linking to it?
- Click on the HTML link code below.
- Copy and paste it, adding a note of your own, into your blog, a Web page, forums, a blog comment, your Facebook account, or anywhere that someone would find this page valuable.