Median of a set of numbers!

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 19
Joined: Sat Jul 03, 2010 9:25 am
Location: Hyderabad - India

Median of a set of numbers!

by kanagasu » Sat Aug 21, 2010 11:47 pm
In the set of numbers {15,200,250,n}

Which of the following could be the median of the 4 integers listed above?

1. 175
2. 215
3. 235

A. 1 only
B. 2 only
C. 1 and 2 only
D. 2 and 3 only
E. All the three.

OA C
Source: — Problem Solving |

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Fri Jun 08, 2007 3:29 pm

by srajan » Sun Aug 22, 2010 1:24 am
Find the median assuming the n is the smallest no. in the group.
median = (15+200)/2
The median cannot be smaller than the above value.
Now find the median assuming n is the largest in the group.
median = (200+250)/2
Here median cannot be larger than the above value.

Now we have got the range of the median.
107.5<=median<=225

Select the values which fall between these nos and you have got your answer.
In this case C.