Math Problem Statement
Q. 5 Write procedure to find mean, mode and median of both grouped and ungrouped data.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Statistics
Mean
Mode
Median
Grouped Data
Ungrouped Data
Formulas
Mean (Ungrouped) = Σx_i / n
Mean (Grouped) = Σf_i * x_i / Σf_i
Mode (Grouped) = L + [(f_1 - f_0) / (2f_1 - f_0 - f_2)] * h
Median (Ungrouped for odd n) = x_{(n+1)/2}
Median (Ungrouped for even n) = (x_{n/2} + x_{n/2+1}) / 2
Median (Grouped) = L + [(n/2 - C) / f] * h
Theorems
None specific, general concepts of central tendency in statistics
Suitable Grade Level
Grades 8-12