<p>While traveling for work, James kept track of how late, in minutes, his flights were compared to their planned arrival time.</p> <Histogram data-props='{ "min_scale_value": 0, "max_scale_value":24 , "interval": 5, "max_frequency":7 , "gutter": 10, "bar_size": 35, "cell_size": 25, "discrete":true, "title": "How Late?", "x_label": "Number of Minutes", "y_label": "Number of Flights", "bar_items": [ { "from": 0, "to": 4, "frequency": 6 }, { "from": 5, "to": 9, "frequency": 2 }, { "from": 10, "to": 14, "frequency": 0 }, { "from": 15, "to": 19, "frequency": 3, "highlight": false }, { "from": 20, "to": 24, "frequency": 1, "highlight": false } ] }'></Histogram><selectivedisplay data-props='{"show_in_create":true, "show_in_problem_qa": true}'><ul><li>How many flights were `14` or more minutes late?</li><li>How many flights did James record?</li></ul></selectivedisplay>