answersLogoWhite

0

The median is the middle number in a list of numbers. If the list has an odd number of items, then there will be a middle number. If there is an even number of items, then there are two numbers which are next to the "middle" These two numbers are averaged together as in (a+b)/2.

If you have given a single number, 1425, I guess it is a list of one item, so the median is 1425. If it is a list as in 1, 4, 2, 5 then sort them 1, 2, 4, 5 so you see that 2 and 4 are next to the middle. Then add them and divide by 2: (2 + 4)/2 = 3.

User Avatar

Wiki User

9y ago

What else can I help you with?