How to find position of median?
Answers
Answered by
5
If there are an even number on the list then average the n/2 and the (N + 2)/2 numbers. In general, the median is at position (n + 1)/2. If this position is a whole number then you have the median at that position in the list. If the number ends in 0.5 then you average the two numbers on the list on either side of it.
Answered by
18
How to find the median:
- Arrange your numbers in numerical order.
- Count how many numbers you have.
- 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.
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
History,
5 months ago
Computer Science,
11 months ago
Social Sciences,
11 months ago
Math,
1 year ago