We can calculate the mean, median, and mode based on the data provided.
1. **Mean**: The mean is the average value of a data set and can be calculated using the formula:
\text{Mean} = \frac{\sum_{i=1}^n x_i}{n}
where x_i is the number of hours watched by each person and n is the total number of people.
For this data, we have:
(1 \times 4) + (2 \times 15) + (3 \times 16) + (4 \times 45) = 4 + 30 + 48 + 180 = 262
So, the mean number of hours of watching TV per day is:
\text{Mean} = \frac{262}{80} = 3.275
2. **Median**: The median is the middle value of a data set when it is arranged in numerical order. Since we have 80 people in the survey, the median will be the average of the 40th and 41st values when the data is ordered.
Arranging the data gives:
1, 1, 1, 1, 2, 2, ..., 4, 4, 4, 4
So, the median is:
\text{Median} = \frac{(40th \, term + 41st \, term)}{2} = \frac{(2 + 2)}{2} = 2
3. **Mode**: The mode is the number that appears most frequently in a given data set. In this case, the mode would be 4 hours since 45 people watched TV for 4 hours, which is the highest number of people for any given time.
Therefore, the conclusions are:
1. The mean number of hours spent watching TV per day is 3.275 hours.
2. The median number of hours spent watching TV per day is 2 hours.
3. The mode number of hours spent watching TV per day is 4 hours.
**Answer:**
1. Mean = 3.275 hours
2. Median = 2 hours
3. Mode = 4 hours