Exam Notes: Measures of Central Tendency, Position, and IQR
Measures of Central Tendency
Objectives
- Recall and apply formulas for computing measures of central tendency (mean, median, and mode) for both grouped and ungrouped data.
- Interpret and solve problems involving measures of position (percentiles and quartiles) in real-life and mathematical contexts for grouped and ungrouped data.
- Analyze and compare data sets using computed measures to draw meaningful conclusions and support data-driven decisions.
Mean (Ungrouped Data)
- To find the mean:
- Add all values in the data set.
- Divide by the number of values in the set.
- Example:
- Data set: 176, 178, 178, 189
- Sum:
- Number of values: 4
- Mean:
- The mean is 180.25 cm.
Median (Ungrouped Data)
- To find the median:
- Arrange all numbers in ascending order.
- Determine the number in the middle.
- If there is an even number of values, take the average of the two middle numbers.
- Example:
- Data set: 176, 178, 178, 189
- Middle numbers: 178, 178
- Median:
- The median is 178.
Mode (Ungrouped Data)
- To find the mode:
- Arrange all numbers in ascending order.
- The number that appears most often is the mode.
- Example:
- Data set: 176, 178, 178, 189
- The mode is 178, as it occurs twice.
Question 1
- Raymund is hosting a kiddie party with 7 kids aged 11 and 8 babies aged 1-3. Which measure of central tendency is appropriate to find the average age?
- The best measure would be the mean.
Question 2
- For the data set 12, 12, 13, 14, 14, which statement is true?
- Mean:
- Median: 13
- Mode: 12 and 14
- Therefore, Mean = Median.
Question 3
- Ermie's quiz scores are 12, 10, 16, x, 13, and 9. What must be her score on the 4th quiz to get an average of 12?
- Mean = 12, so
Question 4
- What is the mode of set A data?
- A = {43, 11, 94, 46, 43, 74}
- The mode is 43.
Question 5
- What is the median of the values in set B?
- B = {4, 2, 9, 7, 5, 9, 3}
- Arranged: {2, 3, 4, 5, 7, 9, 9}
- The median is 5.
Mean (Grouped Data)
- Formula:
- Where:
- is the frequency of each class.
- is the class mark of each class (midpoint of the class interval).
- Where:
Median (Grouped Data)
- Formula: \text{Median} = lbmc + i \frac{(\frac{\Sigma f}{2} - <cf)}{fmc}
- Where:
- is the lower boundary of the median class.
- is the frequency of each class.
- <cf is the cumulative frequency of the lower class next to the median class.
- is the class interval.
- The median class is the class with the smallest cumulative frequency greater than or equal to . The computed median must be within the median class.
- Where:
Mode (Grouped Data)
- Formula:
- Where:
- is the lower boundary of the modal class.
- is the difference between the frequencies of the modal class and the next lower class.
- is the difference between the frequencies of the modal class and the next upper class.
- is the class interval.
- The modal class is the class with the highest frequency.
- Where:
Question 6 - 10 (Grouped Data Example)
- Ages of 112 people on an island:
| X | f |
|---|---|
| 0-9 | 20 |
| 10-19 | 21 |
| 20-29 | 23 |
| 30-39 | 16 |
| 40-49 | 11 |
| 50-59 | 10 |
| 60-69 | 7 |
| 70-79 | 3 |
| 80-89 | 1 |
Question 6
- What is the class size of the given data?
- The class size is 10 (e.g., 10 - 0 = 10).
Question 7
- What is the modal class?
- The modal class is 20-29, as it has the highest frequency (23).
Question 8
- What is the value of the median class?
- Total frequency is 112, so median is at .
- Cumulative frequencies: 20, 41, 64. The median class is 20-29.
Question 9
- What is the ?
- This refers to the sum of the product of each class's frequency and midpoint. The answer choice is 3304 given from the slide.
Question 10
- What is the mean of the data?
Measures of Position and IQR
Percentiles
- Divide the data set into one hundred equal parts.
- There are ninety-nine percentiles denoted as .
Percentiles (Ungrouped Data)
- Steps:
- Arrange the data set in ascending order.
- Locate the position of the percentile in the data set.
- Where:
- = number of observations
- = percentile you are finding. Ex: for 25th percentile, .
- If is not an integer, round it up to the next integer.
- If is an integer, calculate the mean of the observation in this position and the next (higher) position.
Interquartile Range (IQR)
- Tells you the spread of the middle half of your distribution.
- Is the difference between the upper and lower quartiles.
- Quartiles divide the data into four equal parts (25% each).
- (First Quartile): 25th percentile
- (Second Quartile): 50th percentile (Median)
- (Third Quartile): 75th percentile
Mendenhall and Sincich Method
- Given a data set with number of values, first arrange the data in ascending order.
- Odd Numbers:
- Even Numbers:
Tukey's Method
To find , get the median of the lower half of the data.
To find , get the median of the upper half of the data.
Example:
- Using Tukey's Method, find the first quartile and third quartile of the following set of values:
- 5, 8, 9, 10, 11, 14, 15, 17, 18, 19, 21
- Lower half: 5, 8, 9, 10, 11
- = 9 (Median of lower half)
- Upper half: 15, 17, 18, 19, 21
- = 18 (Median of upper half)
- Using Tukey's Method, find the first quartile and third quartile of the following set of values:
Question 1
- Angela scored in the 82nd percentile for aptitude in accounting. What percentage scored above?
- 100% - 82% = 18%. Therefore, 18% scored above.
Question 2
- Timothy scored 83/100 with a percentile rank of 72. Clayton scored 85/100 with a percentile rank of 70. Who performed better?
- Timothy performed better because his percentile score is higher. This means he performed better than a larger percentage of his class than Clayton did relative to his. (C)
Question 3
- Data: 10, 13, 13, 14, 15, 15, 16
- Minimum: 10
- : 13
- Median: 14
- : 15
- Maximum: 16
- IQR: 15 - 13 = 2
Question 4
- Data: 5, 8, 8, 9, 10, 10, 11, 12, 13
- Minimum: 5
- : 8
- Median: 10
- : 12
- Maximum: 13
- IQR: 12 - 8 = 4
Question 5
- Which measure divides the data set into one hundred equal parts?
- Percentile (D)
Question 6
- Which measure has exactly 25% of the distribution below it?
- First Quartile (A)
Question 7
- Esmeralda's NCAE score is at the 99th percentile. What does this mean?
- Esmeralda scored higher than the other 99% of the examinees. (D)