Finding the mode
To find the mode, count how often each value appears. The value with the highest frequency is the mode. If no value repeats, the dataset has no mode. If two or more values tie for highest frequency, all of them are modes — a bimodal dataset has two modes, a trimodal dataset has three, and so on.
For the dataset 1, 2, 2, 3, 3, 3, 4: the value 3 appears three times (more than any other), so the mode is 3. For 1, 1, 2, 2, 3: values 1 and 2 each appear twice, so the dataset is bimodal with modes 1 and 2.