<?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: Quickly Convert Binary to Decimal in Your Head</title>
	<atom:link href="http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/</link>
	<description>High Weirdness in Low Places</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:58:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mohamed Saeed</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-33891</link>
		<dc:creator>Mohamed Saeed</dc:creator>
		<pubDate>Mon, 07 Mar 2011 21:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-33891</guid>
		<description>WOW this is really awesome i have tried the method and its reverse
thanks  Herr Ziffer 
thanks Pual</description>
		<content:encoded><![CDATA[<p>WOW this is really awesome i have tried the method and its reverse<br />
thanks  Herr Ziffer<br />
thanks Pual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anotherorion</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-18640</link>
		<dc:creator>anotherorion</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-18640</guid>
		<description>wow its very interesting and amazing this is very useful inspiring me for my education research...thanks Zanoli</description>
		<content:encoded><![CDATA[<p>wow its very interesting and amazing this is very useful inspiring me for my education research&#8230;thanks Zanoli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-15470</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 20 Sep 2009 16:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-15470</guid>
		<description>Hi, AIbY,

This trick can be used in reverse for converting decimal to binary, but it&#039;s harder to do mentally as the binary numbers tend to overflow your mental registers.  If you try it, it&#039;s best to use a piece of paper and write the binary number down as you go.  You&#039;ll be writing down the digits from right (least significant) to left (most significant).

So, the procedure looks something like:

1. Start with the decimal number in your head
2. Is the current decimal number divisible by 2?
a. If so, then write down &lt;b&gt;0&lt;/b&gt; 
b. If not, then write down &lt;b&gt;1&lt;/b&gt; and subtract 1 from the mental number.
3. Divide your mental number by 2 and go back to step 2.  Repeat until your mental number is &lt;b&gt;0&lt;/b&gt;.

It&#039;s easy to lose track of where you are in the conversion process, so jotting notes is helpful.

Directly applying this process to hexadecimal is even harder, as it relies on the ease of dividing by two.  One possible approach would be to first convert your decimal number to binary as described above and then converting each set of four binary digits to hex, starting from the right...easy enough, just memorize your single-hex-digit-to-binary conversion table.</description>
		<content:encoded><![CDATA[<p>Hi, AIbY,</p>
<p>This trick can be used in reverse for converting decimal to binary, but it&#8217;s harder to do mentally as the binary numbers tend to overflow your mental registers.  If you try it, it&#8217;s best to use a piece of paper and write the binary number down as you go.  You&#8217;ll be writing down the digits from right (least significant) to left (most significant).</p>
<p>So, the procedure looks something like:</p>
<p>1. Start with the decimal number in your head<br />
2. Is the current decimal number divisible by 2?<br />
a. If so, then write down <b>0</b><br />
b. If not, then write down <b>1</b> and subtract 1 from the mental number.<br />
3. Divide your mental number by 2 and go back to step 2.  Repeat until your mental number is <b>0</b>.</p>
<p>It&#8217;s easy to lose track of where you are in the conversion process, so jotting notes is helpful.</p>
<p>Directly applying this process to hexadecimal is even harder, as it relies on the ease of dividing by two.  One possible approach would be to first convert your decimal number to binary as described above and then converting each set of four binary digits to hex, starting from the right&#8230;easy enough, just memorize your single-hex-digit-to-binary conversion table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbsolutelyIMPRESSEDByYourmethod</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-15457</link>
		<dc:creator>AbsolutelyIMPRESSEDByYourmethod</dc:creator>
		<pubDate>Sun, 20 Sep 2009 05:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-15457</guid>
		<description>Do you have any tips on converting Decimal to Hex or binary in head?

(please notify me via email, if you happen to have a solution)</description>
		<content:encoded><![CDATA[<p>Do you have any tips on converting Decimal to Hex or binary in head?</p>
<p>(please notify me via email, if you happen to have a solution)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-14722</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-14722</guid>
		<description>Hi, Sumitra.  Regular expressions and discrete finite automata are equivalent; that is, they both are able to recognize the same class of &quot;languages&quot;.  A theory of computation textbook should explain this equivalence in detail (Michael Sipser&#039;s &lt;i&gt;Introduction to the Theory of Computation&lt;/i&gt;, for example).  There are a lot of lecture slides online that explain the process of converting one to another....&lt;a href=&quot;http://www.math-cs.gordon.edu/courses/cps220/Notes/regular_expressions.pdf&quot; rel=&quot;nofollow&quot;&gt;http://www.math-cs.gordon.edu/courses/cps220/Notes/regular_expressions.pdf&lt;/a&gt; gives a decent overview.</description>
		<content:encoded><![CDATA[<p>Hi, Sumitra.  Regular expressions and discrete finite automata are equivalent; that is, they both are able to recognize the same class of &#8220;languages&#8221;.  A theory of computation textbook should explain this equivalence in detail (Michael Sipser&#8217;s <i>Introduction to the Theory of Computation</i>, for example).  There are a lot of lecture slides online that explain the process of converting one to another&#8230;.<a href="http://www.math-cs.gordon.edu/courses/cps220/Notes/regular_expressions.pdf" rel="nofollow">http://www.math-cs.gordon.edu/courses/cps220/Notes/regular_expressions.pdf</a> gives a decent overview.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumitra</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-14721</link>
		<dc:creator>sumitra</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-14721</guid>
		<description>hey buddy u  are simply great. please tell me the trick that how did u calculate the regu;ar expression is there any trick????</description>
		<content:encoded><![CDATA[<p>hey buddy u  are simply great. please tell me the trick that how did u calculate the regu;ar expression is there any trick????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-6888</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 17 Jun 2008 13:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-6888</guid>
		<description>thank you so much!! Will be very much helpful in my exam which is in 1 day time lol...</description>
		<content:encoded><![CDATA[<p>thank you so much!! Will be very much helpful in my exam which is in 1 day time lol&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-1800</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 27 May 2007 16:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-1800</guid>
		<description>Wow. Thanks. I am studying for CCNA and this just made life a whole lot easier.</description>
		<content:encoded><![CDATA[<p>Wow. Thanks. I am studying for CCNA and this just made life a whole lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-1075</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 13 Apr 2007 15:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-1075</guid>
		<description>Aargh!  I thought I&#039;d triple-checked everything!

This is a good warning, though: misapplied, you can also use this trick to embarrass yourself publicly.  Thanks, Herr Z.</description>
		<content:encoded><![CDATA[<p>Aargh!  I thought I&#8217;d triple-checked everything!</p>
<p>This is a good warning, though: misapplied, you can also use this trick to embarrass yourself publicly.  Thanks, Herr Z.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herr Ziffer</title>
		<link>http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/comment-page-1/#comment-1073</link>
		<dc:creator>Herr Ziffer</dc:creator>
		<pubDate>Fri, 13 Apr 2007 15:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenoli.net/2007/03/quickly-convert-binary-to-decimal-in-your-head/#comment-1073</guid>
		<description>Paul,

You had me scratching my head for ten minutes wondering why I couldn&#039;t do the conversion.  It appears you have a typo: &quot;We’ll use the binary number 1101010&quot; should be &quot;We’ll use the binary number 1011010&quot;.  

With this, I intend to startle my friends and seduce my enemies at the next cocktail party.

Thanks.  :)</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>You had me scratching my head for ten minutes wondering why I couldn&#8217;t do the conversion.  It appears you have a typo: &#8220;We’ll use the binary number 1101010&#8243; should be &#8220;We’ll use the binary number 1011010&#8243;.  </p>
<p>With this, I intend to startle my friends and seduce my enemies at the next cocktail party.</p>
<p>Thanks.  <img src='http://www.zenoli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

