Question 1089434
I am having a really hard time trying to figure out how to figure out the median of frequency distribution. I have figured out how to find the mean and mode, but I can't figure out the median to save my life. 
I've looked at all the helps and how to's but I just can't figure it out. If it could be explained as simply as possible, I would greatly appreciate it! Thank you so much in advance!

Value     |     Frequency
-----------------------
625        |        14
541         |        7
603        |        8
575        |        16
580        |        5
593        |        5
<pre>Place the values in ascending order, along with their frequencies
Number of values: 55 (sum of frequency)
POSITION of MEDIAN: {{{matrix(1,5, (55 + 1)/2, "=", 56/2, "=", 28)}}}
{{{highlight_green(matrix(1,12, The, "value:", highlight(580), is, in, the, 28^(th), "position,", and, is, the, MEDIAN))}}}
IGNORE anyone who says otherwise!