A teacher asked all the students in the class which days of the week they get up after 8 a.m. Which of the following is the best way to display the frequency for each day of the week?
Correct Answer: A
Rationale: A histogram is the best way to display the frequency for each day of the week in this scenario. Histograms are ideal for showing the distribution of numerical data by dividing it into intervals and representing the frequency of each interval with bars. In this case, each day of the week can be represented as a category with the frequency of students getting up after 8 a.m. displayed on the vertical axis.
Choice B, a pie chart, would not be suitable for this scenario as it is more appropriate for showing parts of a whole, not frequency distributions. Choice C, a bar graph, could potentially work but is more commonly used to compare different categories rather than displaying frequency distribution data. Choice D, a scatter plot, is used to show the relationship between two variables and is not the best choice for displaying frequency for each day of the week.