<?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: The Powers of Two</title>
	<atom:link href="http://www.exploringbinary.com/the-powers-of-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/the-powers-of-two/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Mon, 30 Jan 2012 01:37:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sami morsi</title>
		<link>http://www.exploringbinary.com/the-powers-of-two/comment-page-1/#comment-5387</link>
		<dc:creator>sami morsi</dc:creator>
		<pubDate>Thu, 22 Sep 2011 11:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=148#comment-5387</guid>
		<description>dear Messers
Your presentation is very fascinating, easily absorbed especially for those people who do feel with mathematic phobia. Thank you so much, and much greetings from the first cairo, egypt.</description>
		<content:encoded><![CDATA[<p>dear Messers<br />
Your presentation is very fascinating, easily absorbed especially for those people who do feel with mathematic phobia. Thank you so much, and much greetings from the first cairo, egypt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/the-powers-of-two/comment-page-1/#comment-70</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Thu, 20 Nov 2008 20:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=148#comment-70</guid>
		<description>&lt;a href=&quot;http://www.exploringbinary.com/about-the-math-notation/&quot; title=&quot;Read Article &#8220;About the Math Notation&#8221;&quot; rel=&quot;nofollow&quot;&gt;I haven&#039;t enabled math in comments&lt;/a&gt; so we&#039;ll have to do this without LaTeX....

Your answer IS better; his is circular. ln(1)=0 is the same as saying e^0=1, and e^0=1 is the same as saying ln(1)=0. But why is ln(1)=0, or equivalently, why is e^0=1? Because it&#039;s defined that way. I said parenthetically in the article ``so that exponent arithmetic works out.&#039;&#039; Let me elaborate (I&#039;ll put it in terms of base 2, but any base will do).

&lt;a href=&quot;http://www.exploringbinary.com/composing-powers-of-two-using-the-laws-of-exponents/&quot; title=&quot;Read Article &#8220;Composing Powers of Two Using The Laws of Exponents&#8221;&quot; rel=&quot;nofollow&quot;&gt;The laws of exponents&lt;/a&gt; say 2^a / 2^b = 2^(a-b). To make this rule work for a=b, you have to allow 2^0=1: 2^a/2^a = 1, so 2^(a-a) = 1, so 2^0 = 1.</description>
		<content:encoded><![CDATA[<p><a href="http://www.exploringbinary.com/about-the-math-notation/" title="Read Article &ldquo;About the Math Notation&rdquo;" rel="nofollow">I haven&#8217;t enabled math in comments</a> so we&#8217;ll have to do this without LaTeX&#8230;.</p>
<p>Your answer IS better; his is circular. ln(1)=0 is the same as saying e^0=1, and e^0=1 is the same as saying ln(1)=0. But why is ln(1)=0, or equivalently, why is e^0=1? Because it&#8217;s defined that way. I said parenthetically in the article &#8220;so that exponent arithmetic works out.&#8221; Let me elaborate (I&#8217;ll put it in terms of base 2, but any base will do).</p>
<p><a href="http://www.exploringbinary.com/composing-powers-of-two-using-the-laws-of-exponents/" title="Read Article &ldquo;Composing Powers of Two Using The Laws of Exponents&rdquo;" rel="nofollow">The laws of exponents</a> say 2^a / 2^b = 2^(a-b). To make this rule work for a=b, you have to allow 2^0=1: 2^a/2^a = 1, so 2^(a-a) = 1, so 2^0 = 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Pixton</title>
		<link>http://www.exploringbinary.com/the-powers-of-two/comment-page-1/#comment-68</link>
		<dc:creator>Steve Pixton</dc:creator>
		<pubDate>Thu, 20 Nov 2008 02:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=148#comment-68</guid>
		<description>I recall in one of my calculus classes, when we were studying logs, natural logs, and the number e, the professor asked &quot;why does e^0=1?&quot;. I was the only one to raise my hand. I said &quot;because any number raised to the zero = 1.&quot; He was a bit taken aback, and said &quot;true, but not what I was looking for.&quot; Then he waited, until someone else said &quot;because ln(1)= 0.&quot;  He said &quot;right&quot;. (You see, he had previously explained how if ln(x)=b, then e(ln(x))=e(b), then x=e(b). e to the ln of something &quot;cancels&quot;). I still like my answer better.  So in binary, another answer to why is 2^0=1 is because log(base 2)(1)=0.</description>
		<content:encoded><![CDATA[<p>I recall in one of my calculus classes, when we were studying logs, natural logs, and the number e, the professor asked &#8220;why does e^0=1?&#8221;. I was the only one to raise my hand. I said &#8220;because any number raised to the zero = 1.&#8221; He was a bit taken aback, and said &#8220;true, but not what I was looking for.&#8221; Then he waited, until someone else said &#8220;because ln(1)= 0.&#8221;  He said &#8220;right&#8221;. (You see, he had previously explained how if ln(x)=b, then e(ln(x))=e(b), then x=e(b). e to the ln of something &#8220;cancels&#8221;). I still like my answer better.  So in binary, another answer to why is 2^0=1 is because log(base 2)(1)=0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

