I have a digital clock that shows the time (hours and minutes, in standard AM/PM format) as four digits. Each digit is formed by lighted segments: digits from 0 to 9 have 6, 2, 5, 5, 4, 5, 6, 3, 7, and 6 segments respectively. If the leftmost digit should be a "0", a blank is shown instead.
What's the earliest time when the sum of the segments equal the sum
of the digits comprising the time? The latest time? The time with more/less lighted segments?
earliest time when lighted segments = digits: 12:47 AM
latest time: 11:37 PM
most lighted segments: 10:08
fewest lighted segments: 1:11