Saved Bookmarks
| 1. |
Write in the median of data 3,8,9,7,5,6,4 |
|
Answer» Answer: 6 Step-by-step explanation: First, arrange them in ascending ORDER. => 3, 4, 5, 6, 7, 8, 9 As there are 7 terms (odd), the median will be [(n + 1)/2] th TERM is the median. => (7 + 1)/2 => 8/2 => 4th term which is 6. Thus, the median of the following data is 6. |
|