To find the median age of the people who watched each movie, we need to first list out all of the ages represented by the dots in each plot, then determine the median from those lists.
Movie 1 Plot
From the description, we can count the ages and frequency from Movie 1:
- 17: 1 dot
- 18: 1 dot
- 20: 3 dots
- 21: 1 dot
- 22: 2 dots
- 23: 2 dots
- 25: 1 dot
- 26: 1 dot
- 28: 1 dot
- 29: 1 dot
- 32: 1 dot
- 33: 1 dot
- 35: 1 dot
- 36: 1 dot
- 38: 1 dot
- 40: 1 dot
- 43: 1 dot
Now we can compile the ages in a sorted format:
\[ 17, 18, 20, 20, 20, 21, 22, 22, 23, 23, 25, 26, 28, 29, 32, 33, 35, 36, 38, 40, 43 \]
Counting the total number of data points:
- Total = 21
Since there are 21 data points (an odd number), the median will be the middle value, which is at position \( \frac{21 + 1}{2} = 11 \).
The 11th value in the sorted list is 23.
Movie 2 Plot
Now we can count the ages from Movie 2:
- 25: 1 dot
- 28: 1 dot
- 30: 2 dots
- 32: 1 dot
- 34: 2 dots
- 35: 1 dot
- 36: 1 dot
- 40: 3 dots
- 42: 1 dot
- 43: 1 dot
- 45: 1 dot
- 47: 1 dot
- 48: 1 dot
- 50: 1 dot
Now we can sort and list the ages:
\[ 25, 28, 30, 30, 32, 34, 34, 35, 36, 40, 40, 40, 42, 43, 45, 47, 48, 50 \]
Counting the total number of data points:
- Total = 18
Since there are 18 data points (an even number), the median will be the average of the two middle values, which are at positions 9 and 10.
The 9th value is 36, and the 10th value is 40. Thus, the median is:
\[ \text{Median} = \frac{36 + 40}{2} = \frac{76}{2} = 38 \]
Final Answers
- The median age of the people who watched Movie 1 is 23.
- The median age of the people who watched Movie 2 is 38.