Step-by-step explanation:
What we will do is create a table with the data they give us, the first thing will be to organize it from smallest to largest, like this:
33, 35, 35, 36, 36, 36, 37, 38, 38, 39, 40, 40, 41, 41, 41, 42, 42, 43, 43, 43, 44, 45, 45, 47, 48, 48, 49, 50, 50, 50
Now we know that the smallest number is 33 and the largest is 50, to create 5 ranges, we will calculate the difference and divide by 5.
(50 - 33) / 5 = 3.4
Therefore we will make ranges of 3 and 4, values, like this
Rank 1: 33 - 36
Rank 2: 37 - 39
Rank 3: 40 - 43
Rank 4: 44 - 46
Rank 5: 47 - 50
We will calculate the frequency distribution of values in each range:
Rank 1: 6
Rank 2: 4
Rank 3: 10
Rank 4: 3
Rank 5: 7