AMC 10 · 2006 · #4
Grade 3 arithmeticPick an answer.
AMC 10 2006 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The display splits cleanly into an hour part and a minute part, so Tool #7 (Identify Subproblems) lets us maximize each part on its own and then add. Tool #14 (Extreme Principle) drives each part to its biggest digit sum — but the catch is that a bigger clock number is not always a bigger digit sum, so we test the boundary cases instead of just grabbing 12. Tool #3 (Eliminate Possibilities) guards against the trap answer that comes from wrongly picking the 12 o'clock hour.
Split the display into two parts
The digits sit in two boxes — the hour and the two-digit minutes — and the choices do not affect each other, so maximize each box alone.
The hour and the minutes are chosen independently, so the best full display is just the best hour paired with the best minute.
The hour and the minutes are chosen independently, so the best display pairs the best hour with the best minute.
▸ Why?
Independent choices combine freely, so the best of each can be picked without spoiling the other.
▸ Why?
The display is its digits sitting in fixed places, so the digit sum only cares about each place separately.
Make the hour digits as big as possible
Hours 10, 11, 12 have digit sums of just 1, 2, 3, so the best hour is a lone 9.
A larger number can have smaller digits, so hunt for the biggest single digit, not the biggest hour.
1.NBT.B.2Extreme PrincipleMake the minute digits as big as possible
The tens digit stops at 5 and the ones digit reaches 9, so 59 is the best minute, summing to 14.
Fill each place with the largest digit that place is allowed to hold, and the minutes reach 59.
1.NBT.B.2Extreme PrincipleAdd the two best parts
The display 9 : 59 adds the best hour to the best minute, 9 + 14 = 23, choice (E); using 12 would trap you at 17.
The best hour and the best minute join into 9 : 59, the single display with the fattest digits.
2.NBT.B.5Eliminate PossibilitiesFatten each spot on its own — the hour 9 (not 12!) plus the minutes 59 give 9 + 5 + 9 = 23.
- Split the display into two parts
- Make the hour digits as big as possible
- Make the minute digits as big as possible
- Add the two best parts