estimate median using linear interpolation:
1.Use 1/2 n to find the median position.
2.Find Cumulative Frequency (CF) of the frequency column until you reach the class interval that contains 1/2th value.this is the group that contains the median.
3.Find the median's position in the group and see how many more values you need in that class to get to the median.
4.Divide the number by the frequency for the median class.
5.Multiply your answer by the class width.
6.Add your answer to the lower bound for the class interval.This is your estimate for the median value.