InterviewSolution
Saved Bookmarks
| 1. |
If the median of the data 4,7,x-1,x-3,16,25, written in ascending order is 13 then x is equal toA. 13B. 14C. 15D. 16 |
|
Answer» Clearly , median of 6 observations =mean of 3rd and 4th observations `((x-1)+(x-3))/2=(2x-4)/2=x-2` `therefore x-2=13 or x=13+2=15` |
|