Difference between revisions of "Median (statistics)"

(Seeded Page)
 
(Redirecting to Median)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Definition ==
+
#REDIRECT [[Median]]
The '''median''' of a set of numbers is the middle element in a set when the elements are written in order (i.e. least to greatest).  When the number of elements is even, there are two middle elements and so the average of the two is taken to be the median. These show up frequently on contest problems, and also in [[statistics]]. For example, to find the median of the set {5, 3, 9, 7}, we would first write it in order {3, 5, 7, 9}. Then, to find the median, we take <math>\displaystyle\frac{5+7}{2}=6</math>
 
== Problems ==
 
Find the median of {3, 4, 5, 15, 9}.
 
 
 
(add various problems)
 

Latest revision as of 08:06, 27 November 2007

Redirect to: