Finding the mode
- Step 1: Identify the largest frequency in the table and then read the corresponding data value. This works because the mode is the value that appears most often, so the highest count points directly to it.
- Step 2: Report the data value, not the frequency. For example, if frequency 9 belongs to value 4, then the mode is 4, because 9 only tells you how many times 4 appears.
Finding the median
- Step 1: Calculate total frequency n=āf. You need this because the middle position depends on how many values there are altogether.
- Step 2: Find the median position using the ordered-data idea. A common way is to use
2n+1āthĀ value
for the central position, remembering that if n is even, the median lies halfway between the two middle positions.
- Step 3: Use cumulative frequency to determine which row contains the middle value or values. Once the correct row is found, the corresponding data value is the median.
Finding the mean
- Step 1: Create a new column for xf by multiplying each data value by its frequency. This reconstructs how much each row contributes to the total of all observations.
- Step 2: Add the xf column and the frequency column to get āfx and āf. Then apply
mean=āfāfxā
which is the weighted average of the values.
- Step 3: Present the answer appropriately using any units or rounding required. The mean does not have to be one of the original data values, because it represents an average balance point rather than an observed item.
Finding the range
- Step 1: Read off the smallest and largest data values that actually appear in the table. These come from the data-value column, not from the frequency column.
- Step 2: Subtract smallest from largest using
range=largestĀ valueāsmallestĀ value
This measures the spread from one end of the data set to the other.