answersLogoWhite

0

Put all the numbers in order and the median is the number that is in the middle!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you calculate the median using Excel?

The median can be calculated using the Median function. Assuming the values you wanted the median of were in cells B2 to B20, you could use the function like this: =MEDIAN(B2:B20)


Which measure of variation is appropriate when using the mean and which is appropriate when using the median?

When using the mean: the variance or standard deviation. When using the median: the range or inter-quartile range.


How do you calculate standard deviation using median?

You cannot because the standard deviation is not related to the median.


What is a sentence using the word median?

"Finding the median of a group of numbers usually isn't very challenging"


How do you find graph median by using standard deviation?

You cannot because the median of a distribution is not related to its standard deviation.


What is the efficiency of the median finding algorithm using divide and conquer in comparison to other algorithms for finding the median?

The efficiency of the median finding algorithm using divide and conquer is generally better than other algorithms for finding the median. This is because the divide and conquer approach helps reduce the number of comparisons needed to find the median, making it more efficient in most cases.


Java source code for median filter algorithm?

research is going on to develop a source code for median filtering using java


Do extreme values affect the median?

No they do not (or at least they have less of a significant impact) and this is the benefit of using the median average over the mean average.


Describe how to locate the median and range using a stem plot?

93754


Write c program to find median?

If you are using an array : sort using qsort() then take middle element.


What is a quartile in a math problem?

A quartile is a given section in a range of data. To find the quartile, you must first find the median. Then find the "median of the median", using these to separate your data into sections, giving you a total of four sections of data.


How do you calculate mid value in statistics using Excel?

You would use the MEDIAN function. If the cells with your data were from A2 to D50, then the function would be:=MEDIAN(A2:D50)