Display the following dataset in a histogram. Use five bins, beginning with 60 and going by intervals of 2.

70, 61, 60, 64, 70, 65, 65, 66, 60, 61, 68, 68, 67, 65, 64, 62

How many numbers in the dataset will be in the bin that goes from 62 to 64?

2 is not a answer

The answer are 1

1

3
3

0
0

16

To create a histogram with five bins beginning with 60 and going by intervals of 2, we would create bins for the ranges: 60-62, 62-64, 64-66, 66-68, and 68-70. We would then count how many numbers in the dataset fall into each of these bins:

- 60-62: 3 (60, 61, 60)
- 62-64: 2 (64, 64)
- 64-66: 4 (65, 65, 66, 65)
- 66-68: 2 (68, 68)
- 68-70: 3 (70, 70, 67)

Therefore, there are 2 numbers in the dataset that fall into the bin that goes from 62 to 64.