Learning

open
close

Example 5

October 26, 2023 | by Bloom Code Studio

Example 5: Find the median and mode of the following marks (out of 10) obtained by 20 students:

4, 6, 5, 9, 3, 2, 7, 7, 6, 5, 4, 9, 10, 10, 3, 4, 7, 6, 9, 9

Solution: Given,

4, 6, 5, 9, 3, 2, 7, 7, 6, 5, 4, 9, 10, 10, 3, 4, 7, 6, 9, 9

Ascending order: 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 9, 9, 9, 9, 10, 10

Number of observations = n = 20

Median = (10th  + 11th observation)/2

= (6 + 6)/2

= 6

Most frequent observations = 9

Hence, the mode is 9.

RELATED POSTS

View all

view all