create a histogram of with the data. One relatively easy way to
do this is to divide the counts into 10 groups, say, each of
length: (max length - min length)/10. Then compute the frequency of
the data in each bin, and plot.
data: 143.344, 178.223, 165.373, 154.768, 155.56, 163.88,
178.99, 145.764, 174.974, 136.88, 173.84, 174.88, 197.091, 183.222,
138.233
please show work