<p>Neighborhood friends set up a lemonade stand during hot weekends over the summer. They record the amount of earnings, to the nearest dollar, for each day.</p><p>They want to describe the distribution in terms of its clusters and gaps.</p><Histogram data-props='{ "min_scale_value": 10, "max_scale_value": 44, "interval": 5, "max_frequency": 10, "gutter": 10, "bar_size": 30, "discrete": true, "title": " Lemonade Stand", "x_label": " Earnings (dollars)", "y_label": "Number of Days", "bar_items": [ { "from": 10, "to": 14, "frequency": 0 } , { "from": 20, "to":24, "frequency": 4 }, { "from":25, "to":29, "frequency": 3 }, { "from": 30, "to": 34, "frequency": 6 }, { "from": 35, "to": 39, "frequency":5}, {"from": 40, "to": 44, "frequency":0,"highlight": false } ] }'></Histogram><selectivedisplay> <p>Yes or No:</p><ul><li>There is a gap from `10` to `19` dollars</li><li>There is a cluster from `20` to `39` dollars</li></ul></selectivedisplay>