Saved Bookmarks
| 1. |
Find the median of 3 11 18 15 99 2 10 |
|
Answer» Median:It is the separating of HIGHER half from LOWER half.If we have ODD number of terms, then the median is (n+1)/2 where n is the number of terms.If we have even number of terms then the median is n/2 where n is the number of terms.Given:We have been given a series of numbers 3 11 18 15 99 2 10.To Find:We need to find the median.Solution:Here, we are having odd number of terms ,so the median would be (n + 1)/2 = (7 + 1) /2 = 8/2 = 4Therefore FOURTH term is the median which is 15.Hence the median is 15. |
|