<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Farr</title>
	<atom:link href="http://aaronfarr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronfarr.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 02 Oct 2011 15:51:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Clock Power</title>
		<link>http://aaronfarr.com/puzzles/clock-power/</link>
		<comments>http://aaronfarr.com/puzzles/clock-power/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 21:20:57 +0000</pubDate>
		<dc:creator>aaronfarr</dc:creator>
				<category><![CDATA[Puzzles]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[puzzle]]></category>

		<guid isPermaLink="false">http://aaronfarr.com/?p=19</guid>
		<description><![CDATA[Question You own a 12-hour LED clock. There are two digits available for the hour, a colon (which is always illuminated) and two digits for the minute. Each LED digit is composed of seven separate segments. Assuming that it takes the same amount to energy to illuminate each LED segment, at what time will the ...]]></description>
			<content:encoded><![CDATA[<p><strong>Question</strong></p>
<blockquote><p>You own a 12-hour LED clock. There are two digits available for the hour, a colon (which is always illuminated) and two digits for the minute. Each LED digit is composed of seven separate segments. Assuming that it takes the same amount to energy to illuminate each LED segment, at what time will the clock consume the most power, and the least power?</p>
<p><span id="more-19"></span></p>
<p>* Although two digits are available for the hour, the clock does not display leading zeroes. For example, four o&#8217;clock is displayed as 4:00, not 04:00.<br />
* Six LED segments are used to display the numerals &#8220;9&#8243; and &#8220;6&#8243;.</p></blockquote>
<p><strong>Solution</strong></p>
<p>While its intuitive to know that 8 uses the most power, and 1 the least; it is still useful to jot down the power consumption of each digit.</p>
<p>1 = 2 segments<br />
7 = 3 segments<br />
4 = 4 segments<br />
2,3,5,6,9 = 5 segments<br />
0 = 6 segments<br />
8 = 7 segments</p>
<p>It is important to realize that the set of valid digits for hours differs from that of minutes.</p>
<p>HH = {1,2,3,4,5,6,7,8,9,10,11,12}</p>
<p>MM = {01,02,03,&#8230;,10,11,12,&#8230;,57,58,59}</p>
<p>You could do the work and go through each combination&#8230; or use some intuition!</p>
<p><span style="text-decoration: underline;">The most power</span></p>
<p>We know 8&#8242;s use the most power so we should try to use as many of them as possible.</p>
<p>88:88 would be the easy answer but there is no such time!</p>
<p>So we know it is likely something like: _8:_8</p>
<p>Inserting the next highest valid digit from our table above we get 8:08.</p>
<p>Instinctively, we know we should be using both digits of the hour component.</p>
<p>Sure enough 10 uses more electricity than 8!</p>
<p><strong>Answer:</strong> 10:08</p>
<p><span style="text-decoration: underline;">The least power</span></p>
<p>Using a similar strategy we want to use as many 1&#8242;s as possible: 11:11</p>
<p>Although this is a valid time, we know instinctively that we can drop the first digit.</p>
<p><strong>Answer:</strong> 1:11</p>
<p>&nbsp;</p>
<p>I think 10:08 must be an inside engineering joke or something. You will often see that as the time in print ads and what not. Keep you eye out!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronfarr.com/puzzles/clock-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

