返回题库

钟表指针再次重合需要多久

Hand Meet

专题
Brainteaser / 脑筋急转弯
难度
L4

题目详情

现在是中午 12:00,分针与时针在 12 点处重合。问:再过多少小时,分针与时针会再次重合?若不是整数小时,请用分数表示。

It is presently 12:0012:00 PM. The minute and hour hands meet there. After how many hours will the minute and hour hands meet again? Enter a fraction if it is not an integer amount of hours.

解析

设经过 hh 小时。

  • 分针转过 360h360h 度。
  • 时针转过 30h30h 度。

下一次重合时,分针比时针多转过一整圈:

360h=30h+360330h=360h=1211.360h=30h+360\Rightarrow 330h=360\Rightarrow h=\frac{12}{11}.

Original Explanation

Let hh be the number of hours. The minutes hand will move 360h360h degrees. In addition, we know that the hours hand moves 30h30h degrees. However, as we need to account for rotation, the first time they meet, the minutes hand will have travelled an additional 360360 degrees beyond the hours hand, as it completes a rotation. Therefore, we get the equation 360h=30h+360360h = 30h + 360, which yields h=1211h = \frac{12}{11}.