when a number eg-15 is used more than 1 time and we have to take its median we should use the number 1 time or the number of times it is used
Answers
Answer:
first of all median does not mean that we should write the number which is coming more than once
Step-by-step explanation:
Median =there are two types of median odd,even. we should arrange the given data in ascending or descending order.If the number of data is odd the middle number is median
EX:89,13,72,0,15,54,34,12,28,08,04
Ascending order = 0,04,08,12,13,15,28,34,54,72,89
median = 15
If the number of data is even the median = sum of both middle number divided by 2
EX:12,18,19,23,37,13,20,38
Ascending order = 12,13,18,19,20,23,37,38
median = 19+20÷2 =39/2
= 19.5
And if you want to take mode
Mode = a number in a data occurs maximum time
EX:5,8,7,10,9,9,9,9
Ascending order = 5,7,8,9,9,9,9,10
Mode = 9
As you questioned that should we write number of times or number so we should write the number not the number of times it occurs
HOPE IT HELPS YOU☺