Question 1081699
If you start at 15, and the class width is 5, then you'd have this grouped frequency table
<table border=1><tr><th>Class Interval</th><th>Frequency</th></tr><tr><td>15-19.9</td><td>11</td></tr><tr><td>20-24.9</td><td>32</td></tr><tr><td>25-29.9</td><td>44</td></tr><tr><td>30-34.9</td><td>11</td></tr><tr><td>35-39.9</td><td>2</td></tr></table>
The class intervals are accurate to 1 decimal place. To construct such a table, you can count the values by hand and see which class interval they land in. For instance, there are 11 values that are between 15 and 19.9 (inclusive of both endpoints). Doing it by hand is a pain with this many values, which is why spreadsheet programs such as excel make the task so much easier.