<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Pattern in Powers of Ten and Their Binary Equivalents</title>
	<atom:link href="http://www.exploringbinary.com/a-pattern-in-powers-of-ten-and-their-binary-equivalents/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/a-pattern-in-powers-of-ten-and-their-binary-equivalents/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Fri, 10 May 2013 09:09:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: James</title>
		<link>http://www.exploringbinary.com/a-pattern-in-powers-of-ten-and-their-binary-equivalents/comment-page-1/#comment-5648</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 25 Feb 2012 22:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=215#comment-5648</guid>
		<description><![CDATA[I know I&#039;m 3 years late, but it is cool!

So, this should work for all bases which have exactly one &quot;2&quot; in their prime factorisation. Indeed, I don&#039;t see why not, but I ought to do a demo, and the simplest choice is base 6 - senary, as it&#039;s called. It does actually live up to its punnable name in terms of fraction representation, but that&#039;s beyond the point.

(senary = binary)
1 = &lt;em&gt;1&lt;/em&gt;
10 = 1&lt;em&gt;10&lt;/em&gt;
100 = 100&lt;em&gt;100&lt;/em&gt;
1000 = 1101&lt;em&gt;1000&lt;/em&gt;

As expected, all good! Also, the power of 2 in the prime factorisation can be used to tell you how many trailing zeros to expect. In my familiar base 2^2 * 3, for example, you get:

(dozenal = binary (comment))
10 ^ 0 = 1 (2 * 0 trailing zeros)
10 ^ 1 = 1100 (2 * 1 trailing zeros)
10 ^ 2 = 10010000 (2 * 2 trailing zeros)
10 ^ n has 2n trailing zeros.

This of course holds for odd bases (where the power of 2 is 0, and all powers are odd). But it only looks interesting for the &quot;exactly one 2&quot; bases.]]></description>
		<content:encoded><![CDATA[<p>I know I&#8217;m 3 years late, but it is cool!</p>
<p>So, this should work for all bases which have exactly one &#8220;2&#8243; in their prime factorisation. Indeed, I don&#8217;t see why not, but I ought to do a demo, and the simplest choice is base 6 &#8211; senary, as it&#8217;s called. It does actually live up to its punnable name in terms of fraction representation, but that&#8217;s beyond the point.</p>
<p>(senary = binary)<br />
1 = <em>1</em><br />
10 = 1<em>10</em><br />
100 = 100<em>100</em><br />
1000 = 1101<em>1000</em></p>
<p>As expected, all good! Also, the power of 2 in the prime factorisation can be used to tell you how many trailing zeros to expect. In my familiar base 2^2 * 3, for example, you get:</p>
<p>(dozenal = binary (comment))<br />
10 ^ 0 = 1 (2 * 0 trailing zeros)<br />
10 ^ 1 = 1100 (2 * 1 trailing zeros)<br />
10 ^ 2 = 10010000 (2 * 2 trailing zeros)<br />
10 ^ n has 2n trailing zeros.</p>
<p>This of course holds for odd bases (where the power of 2 is 0, and all powers are odd). But it only looks interesting for the &#8220;exactly one 2&#8243; bases.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
