You have an infinite amount of timers, each is an hour long (they do not have dials on telling you how long they've been going - they just beep when the time is up). You can set it to double speed at any time, but you cannot set it back to normal speed (eg if you set it to double speed at the start it will last 30 minutes.
Using each timer only once, is it possible to time exactly 25 minutes?
If it is, what is the smallest number of timers you need to do this, and the quickest time you can acheive it?
As far as I can tell, the only "constructable" intervals of time are of the form 60*n/2^k (eg. 30min:n=1,k=1 26.25min:n=7,k=4). Unfortunately, 25 min is not in that form.