HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>Median works for both ungrouped lists and class-interval data. Ungrouped data uses the middle number, but grouped data requires a frequency-based formula.</p>
1 <p>Median works for both ungrouped lists and class-interval data. Ungrouped data uses the middle number, but grouped data requires a frequency-based formula.</p>
2 <p><strong>Grouped Data:</strong> In grouped data, the information is arranged in class intervals with their frequencies and cumulative frequencies. The median is then found using this Formula: </p>
2 <p><strong>Grouped Data:</strong> In grouped data, the information is arranged in class intervals with their frequencies and cumulative frequencies. The median is then found using this Formula: </p>
3 <p>Median = \(l + \frac{\left(\frac{n}{2} - \text{cf}\right)}{f} \times h\)</p>
3 <p>Median = \(l + \frac{\left(\frac{n}{2} - \text{cf}\right)}{f} \times h\)</p>
4 <p>Where:</p>
4 <p>Where:</p>
5 <p>l = lower limit of the median class</p>
5 <p>l = lower limit of the median class</p>
6 <p>n = total number of observations</p>
6 <p>n = total number of observations</p>
7 <p>f = frequency of the median class</p>
7 <p>f = frequency of the median class</p>
8 <p>h = class size (class width)</p>
8 <p>h = class size (class width)</p>
9 <p>cf =<a>cumulative frequency</a>of the class just before the median class</p>
9 <p>cf =<a>cumulative frequency</a>of the class just before the median class</p>
10 <p>For example, find the median of the following data:</p>
10 <p>For example, find the median of the following data:</p>
11 <p><strong>Step 2:</strong>Total observations n = 50</p>
11 <p><strong>Step 2:</strong>Total observations n = 50</p>
12 <p><strong>Step 3:</strong>Find \(\frac{n}{2} = \frac{50}{2} = 25\)</p>
12 <p><strong>Step 3:</strong>Find \(\frac{n}{2} = \frac{50}{2} = 25\)</p>
13 <p>Locate the class where CF ≥ 25 → Median Class = 20-30</p>
13 <p>Locate the class where CF ≥ 25 → Median Class = 20-30</p>
14 <p><strong>Step 4:</strong>Apply the Formula</p>
14 <p><strong>Step 4:</strong>Apply the Formula</p>
15 <p>l = 20 f = 14 cf = 14 (CF before median class) h = 10</p>
15 <p>l = 20 f = 14 cf = 14 (CF before median class) h = 10</p>
16 <p>Median = \(20 + \left( \frac{25 - 14}{14} \right) \times 10\) =\(20 + \left( \frac{11}{14} \right) \times 10\)</p>
16 <p>Median = \(20 + \left( \frac{25 - 14}{14} \right) \times 10\) =\(20 + \left( \frac{11}{14} \right) \times 10\)</p>
17 <p>\(= 20 + 7.86 = 27.86\)</p>
17 <p>\(= 20 + 7.86 = 27.86\)</p>
18 <p>Median ≈ 27.86.</p>
18 <p>Median ≈ 27.86.</p>
19 <p><strong>Ungrouped Data:</strong>In ungrouped data, the information is listed as individual values rather than the class intervals. To find the median, the data is first arranged in<a>ascending order</a>, and then the median formula is applied depending on whether the number of observations (n) is odd or even.</p>
19 <p><strong>Ungrouped Data:</strong>In ungrouped data, the information is listed as individual values rather than the class intervals. To find the median, the data is first arranged in<a>ascending order</a>, and then the median formula is applied depending on whether the number of observations (n) is odd or even.</p>
20 <p><strong>Median of Ungrouped Data: </strong>Ungrouped data means that the numbers are listed individually, without grouping them into intervals. The way we find the median depends on whether n is odd or even.</p>
20 <p><strong>Median of Ungrouped Data: </strong>Ungrouped data means that the numbers are listed individually, without grouping them into intervals. The way we find the median depends on whether n is odd or even.</p>
21 <p>Median Formula When n Is Odd</p>
21 <p>Median Formula When n Is Odd</p>
22 <p>If the number of values is odd:</p>
22 <p>If the number of values is odd:</p>
23 <p>Median = \(\left( \frac{n + 1}{2} \right)^{\text{th}} \text{ value}\)</p>
23 <p>Median = \(\left( \frac{n + 1}{2} \right)^{\text{th}} \text{ value}\)</p>
24 <p><strong>Example (Odd Number of Values)</strong></p>
24 <p><strong>Example (Odd Number of Values)</strong></p>
25 <p>Find the median of 12, 18, 25, 30, 45</p>
25 <p>Find the median of 12, 18, 25, 30, 45</p>
26 <p>Arrange in order → already sorted.</p>
26 <p>Arrange in order → already sorted.</p>
27 <p>Number of values = 5 (odd)</p>
27 <p>Number of values = 5 (odd)</p>
28 <p>Median = \(\frac{5 + 1}{2}\) = 3rd value</p>
28 <p>Median = \(\frac{5 + 1}{2}\) = 3rd value</p>
29 <p>The 3rd value is 25</p>
29 <p>The 3rd value is 25</p>
30 <p> Median = 25</p>
30 <p> Median = 25</p>
31 <p><strong>Median Formula When n Is Even</strong></p>
31 <p><strong>Median Formula When n Is Even</strong></p>
32 <p>If the number of values is even:</p>
32 <p>If the number of values is even:</p>
33 <p>Median =\(\left( \frac{n + 1}{2} \right)^{\text{th}} \text{ value}\)</p>
33 <p>Median =\(\left( \frac{n + 1}{2} \right)^{\text{th}} \text{ value}\)</p>
34 <p><strong>Example (Even Number of Values)</strong></p>
34 <p><strong>Example (Even Number of Values)</strong></p>
35 <p>Find the median of: \(10, 15, 20, 30, 40, 55\)</p>
35 <p>Find the median of: \(10, 15, 20, 30, 40, 55\)</p>
36 <p>Arrange in order is already sorted.</p>
36 <p>Arrange in order is already sorted.</p>
37 <p>Number of values = 6 (even)</p>
37 <p>Number of values = 6 (even)</p>
38 <p>Middle values = 3rd (20) and 4th (30)</p>
38 <p>Middle values = 3rd (20) and 4th (30)</p>
39 <p>Median = \(\frac{20 + 30}{2}\)</p>
39 <p>Median = \(\frac{20 + 30}{2}\)</p>
40 <p>Median = 25</p>
40 <p>Median = 25</p>