Median: The middle value when data is arranged in ascending order.
For odd number of values: The median is the middle value.
Formula: Position = (n + 1) ÷ 2, where n is the number of values.
- Arrange all values in ascending order (smallest to largest)
- Count the number of values
- If count is odd: median is the value at position (n+1)÷2
- If count is even: median is average of two middle values
Original: 15, 22, 18, 25, 12, 20, 17
Sorted: 12, 15, 17, 18, 20, 22, 25
There are 7 values (odd number)
Position = (n + 1) ÷ 2 = (7 + 1) ÷ 2 = 8 ÷ 2 = 4
The 4th value in the sorted list is 18
Therefore, the median is 18
The median of the data set is 18.
• Sorting Required: Always arrange data in order first
• Odd Count: Median is the middle value at position (n+1)÷2
• Position Formula: Use (n+1)÷2 to find middle position
Median: The middle value when data is arranged in ascending order.
For even number of values: The median is the average of the two middle values.
Formula: Median = (value at n÷2 + value at (n÷2)+1) ÷ 2
Original: 12, 18, 15, 21, 10, 16, 19, 14
Sorted: 10, 12, 14, 15, 16, 18, 19, 21
There are 8 values (even number)
Position 1 = n ÷ 2 = 8 ÷ 2 = 4
Position 2 = (n ÷ 2) + 1 = (8 ÷ 2) + 1 = 5
4th value: 15
5th value: 16
Median = (15 + 16) ÷ 2 = 31 ÷ 2 = 15.5
The median of the data set is 15.5.
• Sorting Required: Always arrange data in order first
• Even Count: Median is average of two middle values
• Average Formula: Add the two middle values and divide by 2
Outlier: A value that is significantly different from other values in the data set.
Resistance: A measure that is not significantly affected by outliers.
Mean Sensitivity: Mean is affected by every value in the data set.
Sorted data: 7, 8, 10, 11, 12, 15, 100
Count: 7 (odd)
Median position: (7+1)÷2 = 4
Median: 11
Sum: 7 + 8 + 10 + 11 + 12 + 15 + 100 = 163
Count: 7
Mean: 163 ÷ 7 = 23.285... ≈ 23.3
Value 100 is significantly larger than other values (7-15 range)
This is the outlier.
Mean (23.3) is much higher than median (11)
The outlier pulled the mean upward significantly.
The median (11) better represents the typical value
Most values are between 7 and 15
Median is more representative
Median = 11, Mean = 23.3. The median is more representative because the outlier (100) significantly increased the mean.
• Outlier Sensitivity: Mean is sensitive to outliers, median is resistant
• Data Representation: Choose the measure that best represents the data
• Robust Measures: Median is more robust than mean for skewed data
Median: The middle value when data is arranged in ascending order
Ascending Order: Arranging values from smallest to largest
Outlier: A value that is significantly different from other values in the data set
Resistance: A measure that is not significantly affected by outliers
Central Tendency: A measure that represents the center of a data set
- Data Sorting: Arrange all values in ascending order
- Count Values: Determine the number of values (n)
- Odd Count: If n is odd, median is at position (n+1)÷2
- Even Count: If n is even, median is average of values at positions n÷2 and (n÷2)+1
- Verification: Ensure data is properly sorted before calculation
- Interpretation: Understand what the median represents in context
Salary Distribution: The arrangement of employee compensation values.
Executive Compensation: Typically much higher than regular employee salaries.
Sorted: 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 120
There are 11 employees (odd number)
Position = (n + 1) ÷ 2 = (11 + 1) ÷ 2 = 6
The 6th value in the sorted list is 41
Median salary = $41,000
Sum = 35 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 120 = 544
Mean = 544 ÷ 11 = 49.45... ≈ $49,455
The outlier ($120,000) significantly increases the mean
Most employees earn between $35,000-$45,000
Median ($41,000) better represents typical compensation
Mean = $49,455
The median salary is $41,000. The median is a better measure than the mean because the executive salary ($120,000) significantly increases the mean, making it less representative of typical employee compensation.
• Real-World Context: Apply statistical concepts to practical situations
• Outlier Impact: Understand how extreme values affect different measures
• Measure Selection: Choose the most appropriate measure for the context
Missing Value: A problem where the median and some values are known, and an unknown value must be determined.
Position Logic: Using the median position to determine where the missing value fits.
Given: 6 known values + 1 missing = 7 total values
Since n = 7 (odd), median position = (7+1)÷2 = 4
The median is 15, so the 4th value in the sorted list must be 15
Known values: 10, 12, 14, 16, 18, 20
For the 4th position to be 15, the missing value must be 15
Sorted with missing value: 10, 12, 14, 15, 16, 18, 20
Complete data set: 10, 12, 14, 15, 16, 18, 20
Sorted: 10, 12, 14, 15, 16, 18, 20
Median (4th value): 15 ✓
The missing value is 15. When arranged in order (10, 12, 14, 15, 16, 18, 20), the median (4th value) is 15.
• Position Logic: Use median position to determine value placement
• Logical Reasoning: Work backwards from the known median
• Verification: Always check that your answer produces the correct median
Median: The middle value when data is arranged in ascending order, calculated differently for odd and even counts
Ascending Order: Arranging values from smallest to largest (e.g., 2, 5, 8, 11)
Odd Count: When the number of values is odd, median is the single middle value
Even Count: When the number of values is even, median is the average of the two middle values
Outlier: A value that is significantly different from other values in the data set
Resistance: The property of a measure to not be significantly affected by outliers
- Data Sorting: Arrange all values in ascending order (smallest to largest)
- Count Values: Determine the total number of values (n)
- Odd Count Calculation: If n is odd, median is the value at position (n+1)÷2
- Even Count Calculation: If n is even, median is average of values at positions n÷2 and (n÷2)+1
- Verification: Ensure data is properly sorted and median is correctly identified
- Interpretation: Understand what the median represents in the context
• Odd Count: Median position = (n + 1) ÷ 2
• Even Count: Median = (value at n÷2 + value at (n÷2)+1) ÷ 2
• Sorting Requirement: Always arrange data in ascending order first
• Resistance Property: Median is not affected by extreme values
• Percentile: Median represents the 50th percentile of the data
Set A: 10, 12, 14, 15, 16, 18, 20 (symmetric)
Set B: 5, 7, 9, 11, 13, 15, 50 (with outlier)
Set C: 2, 2, 3, 4, 5, 6, 7 (skewed left)
Analysis: The visualization shows how outliers affect mean more than median.
- Set A: Mean ≈ Median (symmetric distribution)
- Set B: Mean > Median (outlier pulls mean upward)
- Set C: Mean < Median (skewness affects mean more)