InterviewSolution
Saved Bookmarks
| 1. |
If a , b, c, d are non-zero integers such that `a lt b lt c lt d` and median of a, b, c are both equal to zero, then which one of the following is correct?A. a = -cB. a = -dC. both (a) and (b)D. none of these |
|
Answer» Correct Answer - C It is given that both the mean and the median of given data are zero. `therefore (a+b+c+d)/(4)=0and (b+c)/(2)=0` `rArr a+b+c+d=0 and b+c=0` `rArr a= -d and b= -c` |
|