A particular -hour digital clock displays the hour and minute of a day. Unfortunately, whenever it is supposed to display a , it mistakenly displays a . For example, when it is 1:16 PM the clock incorrectly shows 9:96 PM. What fraction of the day will the clock show the correct time?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
The hour and minute are independent, so multiply the fraction of hours without a 1 (8 of 12) by the fraction of minutes without a 1 (45 of 60).
Solution
The time is shown correctly exactly when neither the hour nor the minute contains the digit . Every minute of the day is equally long, and each hour is paired with all minutes, so the fraction of correct minutes is the product of two independent fractions.
Hours: the display cycles through . The hours containing a are , so of the hours are fine: fraction .
Minutes: the minute is a two-digit string from to . The tens digit can be ( of options) and the units digit anything except ( of options), so of the minutes are fine: fraction .
Combined: .
The answer is .
Why this works
When an outcome requires two independent conditions, the fraction of good outcomes multiplies. Counting digit-avoiding strings position by position is a standard move, but the hour display is not a uniform digit string, so list its bad values () explicitly rather than applying a formula.
The trap
Counting the hours as 0 through 11 or 1 through 24, or forgetting that both the tens and units digit of the minutes can be 1.
Common mistakes
- Counting the hours as 0 through 11 or 1 through 24, or forgetting that both the tens and units digit of the minutes can be 1.
- Counting minutes with a as instead of , double-counting .
Techniques
Set up the equation/formula and compute; no special trick needed