To construct the required histogram, the first thing we will do is construct the classes, it was pointed that the initial class boundary is 0.9 and the width of the class is 9, therefore the classes are
Now we have to determine the heights of the boxes for every class, this is achieved counting how many registers are in each class. We do this by looking at the data provided as follows:
Now we construct the boxes over the class intervals with the information collected above.
Which is the required histogram.