Step-by-step explanation
We have a set of values representing the number of red lights people sat at on a given day and we must identify the frequencues of the classes. The frecuency of a class is equal to the number of elements in the set that belong to that class. For example, the frequency of the class 10-14 is equal to the amount of numbers between 10 and 14 that are present in the data set.
To make things easier let's order the numbers in the set from lowest to highest:
Now let's see how many elements we have in each class.
We have the following elements between 0 and 4:
So the frequency of this class is 2.
Between 5 and 9 we have:
Then the frequency of the class 5-9 is also 2.
Between 10 and 14 we have these elements:
And the frequency of this class is 3.
Between 15 and 19 we get:
So this class has a frequency of 4.
Finally, between 20 and 24 we have:
So the frequency is 1.
Answer
So the frequencies of the classes are:
0-4: 2
5-9: 2
10-14: 3
15-19: 4
20-24: 1