Find the median of following data
3 , 1 , 5 , 1 , 6 , 4 , 2 , 7
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Arrange the numbers from lowest to highest.
1,1,2,3,4,5,6,7
There are two numbers at the center, 3 and 4. So we add and divide it by 2 to get 3.5.