How many times does the minute hand and hour hand of an analog clock form a 90 degree angle in 12 hours?
Note: its a standard 12 division clock as below. Example:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I made a computational error... so I'm writing this here.
Let the total angle the minute hand rotates through w.r.t a line connecting the center of the clock to the 12 be θ . Let the angle the hour hand rotates through be β
It follows that:
β ( θ ) = 3 6 0 3 0 θ Eq1
A right angle can be formed of two types, θ leads β by 9 0 ∘ or 2 7 0 ∘ as shown in the image.
We are looking for the number of solutions to:
θ − β = ( 2 n − 1 ) 9 0 Eq2
where n ∈ N
Subbing Eq1 → Eq2 for β we find:
θ = 1 − 3 6 0 3 0 ( 2 n − 1 ) 9 0 Eq3
after 12 hrs:
θ = 1 2 ⋅ 3 6 0 ∘ = 4 3 2 0 ∘ Eq4
Sub Eq4 → Eq3 and solve for n
n = ⌊ 2 2 . 5 ⌋ = 2 2
Thanks for the problem!
Problem Loading...
Note Loading...
Set Loading...
Observation:
In every hour 90 degree is formed twice except for between 2 to 3 o'clock and 8 to 9 o'clock where it is formed only once. So the answer is 12 * 2 - 2 = 22.
Mathematical approach:
At 3:00 we see a 90 degree. Lets assume after x minutes we will see another 90 degree with same orientation (from the same side). In 1 minute the minute hand moves x * 360/60 = 6x degree. In 1 minute the hour hand moves x * 360/(12*60) = x/2 degree. The minute hand will rotate 360 degree more than the hour hand. So we get,
6x = x/2 + 360
=> x = 2 * 360/11
so in 12 hours, we see it [12 * 60 / (2 * 360/11)] times = 11 times.
Similarly, at 9:00 we see a 90 degree but in different orientation. Doing the same calculation, we get another 11.
So total number of times 90 degree is formed is 11 + 11 = 22 times.