InterviewSolution
Saved Bookmarks
| 1. |
if `x < y < 2x` and the mean and median of `x,y,2x` are `15,12` respectively then `x`A. 7B. 11C. 10D. 8 |
|
Answer» Correct Answer - B We have, Mean = 15 and, Median = 12 `rArr (x+y+2x)/(3) =15 and y=12 rArr x=11, y= 12` |
|