How to find median age of grouped data??
Answers
Answered by
0
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.
For example, 1, 2, 5, 6, 7, 8, 12, 15, 16, 17. The median is the number that comes in the middle of those middle two numbers (7 and 8), so that number would be 7.5 in this case. (To do this mathematically, add the two numbers together and divide by 2).
mark me brainliest
Similar questions