Problem 25 of 7
Create histogram bin counts for data 2, 4, 5, 7, 8, 9, 12 using intervals 0-4, 5-9, 10-14.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
tally values into intervals.
Hidden until you reveal it.
Bins must be equal-width or explicitly provided and nonoverlapping.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Read each bin interval and its boundary rule.
2. Place each data value in exactly one bin.
3. Count values in each bin.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Double-counting boundary values.