<p>A broken clock is set correctly at 12:00 noon. However it registers only 20 minutes for each hour. In how many hours will it again register the correct time?
a) 12
b) 18
c)24
d)30
e) 36</p>
<p>Does the correct time mean 12:00 again? And how to solve this problem?</p>
<p>This is definitely not a BB problem, hence it is flawed.</p>
<p>If the clock makes no distinction between AM and PM, then the answer is 18. The broken clock would display 6:00 [PM] and a properly functioning clock would display 6:00 <a href=“the%20brackets%20indicate%20that%20AM/PM%20would%20be%20irrelevant”>AM</a>. However, the fact that the problem says “12 noon” indicates that a distinction is should be made (then 36 would be the correct answer). Whether a distinction should be made is not made explicitly clear in the problem, which is a flaw of non BB problems.</p>
<p>Furthermore, when the problem says “In how many hours will it again register the correct time” is it referring to hours passed on the broken clock or on a working clock? Again, it’s not clear.</p>
<p>Bottom line: this problem is crap. Use college board materials ONLY.</p>
<p>EDIT: I see what the question is asking, but it’s not very good.</p>
<p>It’s saying when will the broken clock’s pointer be on the real time. (what I said is confusing, but I will explain). Since you already know the answer now, you could use 18 hours and add that to 12 noon, which would be 6 AM. For the broken clock in 18 hours it’s pointer will move 6 hours, which will be at 6.</p>
<p>If the algebra doesn’t come to mind, this problem can be solved by brute force. Make a table of “real time” and “Bad Clock time” and keep adding rows until the two times match. Then look to see how much real time has passed.</p>
<p>HGC = Hours Good Clock
HBC = Hours Bad Clock
HE = Hours Elapsed</p>
<p>HGC = HE [Mod[/url</a>] 12
HBC = (HE / 3) Mod 12 (where 1/3 = 20 minutes Bad Clock/60 minute Good Clock)</p>
<p>Solve for HGC = HBC:
HE Mod 12 = (HE / 3) Mod 12</p>
<p>Because of the nature of the Mod operator, you don’t need to concern yourself with values of HE less than 12 for the HGC = HBC equality. Then the question is, what value of HE will satisfy the equation such that HE divided by 3 (and then divided by 12) results in the same remainder when HE is divided by 12? </p>
<p>The time indicated by the bad clock should be equal to the actual time.
Let h be the number of hours passed.It cannot be less than 12 because then it would show a time of hX20/60 hrs =h/3 hours. </p>
<p>So if h> 12 then the correct hours shown by the clock should be h-12 and the actual hours that would be shown = (h X 20)/60 =h/3</p>
<p>Now clock will be correct when h-12 =h/3
3h - 36=h
h=18</p>
<p>I did it in a more logical than algebraic way, I found the number of minutes it would take to get back to 12 which is 12(60) = 720. Then I divided that by 40 (the number of minutes skipped per hour). This gave me B) 18.</p>