Set the clock to TIME.
The hour hand is the short blue bar and the minute hand is the long red bar.
The number after the \Large{:}
symbol represents the number of minutes past
the hour. So TIME
represents \red{MINUTE}
minutes past hour \blue{HOUR}
.
Since it's MINUTE
minutes past the hour, the minute hand should
be at the mark numbered \red{12}
.
Since it's MINUTE
minutes past the hour, and there are 5
minutes
per tick mark, the minute hand should be at the mark numbered
\red{fraction(MINUTE, 5) = MINUTE/5}
Since it's 0
minutes past the hour, the hour hand should be right on the
\blue{HOUR}
hour mark.
Since it's MINUTE
minutes past the hour, the hour hand will have traveled
\blue{fraction(MINUTE, 60) = fraction(MINUTE, 60, false, true)}
of the way to the HOUR + 1 === 13 ? 1 : HOUR + 1
hour mark.
So the hour hand needs to be placed just before the second small tick mark past the
\blue{HOUR}
hour mark.
So the hour hand needs to be placed just past the third small tick mark past the
\blue{HOUR}
hour mark.
So the hour hand needs to be placed just past the first small tick mark past the
\blue{HOUR}
hour mark.
So the hour hand needs to be placed between the second and third small tick mark past the
\blue{HOUR}
hour mark.
So the hour hand needs to be placed just before the fourth small tick mark past the
\blue{HOUR}
hour mark.