<?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: Another Look at Prime Numbers</title>
	<atom:link href="http://betterexplained.com/articles/another-look-at-prime-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterexplained.com/articles/another-look-at-prime-numbers/</link>
	<description>Learn Right, Not Rote.</description>
	<lastBuildDate>Wed, 16 May 2012 12:30:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Kalid</title>
		<link>http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3439</link>
		<dc:creator>Kalid</dc:creator>
		<pubDate>Wed, 10 Aug 2011 06:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3439</guid>
		<description>@Ryan: Really interesting question, I don&#039;t know much about the distribution unfortunately

@brittany: Here&#039;s another analogy that might help: Each number is a &quot;word&quot; and primes are the &quot;letters&quot; that make it up, assuming we can only multiply. So 100 is made of 10 * 10 = 2 * 5 * 2 * 5.

Interestingly, there is an infinite number of primes (&quot;letters&quot;), like an alphabet with an infinite number of letters (imagine chinese... there is no limit to how many symbols they can make :)). It&#039;s not a perfect analogy but it&#039;s another way to see the primes as &quot;building blocks&quot; for other numbers.</description>
		<content:encoded><![CDATA[<p>@Ryan: Really interesting question, I don&#8217;t know much about the distribution unfortunately</p>
<p>@brittany: Here&#8217;s another analogy that might help: Each number is a &#8220;word&#8221; and primes are the &#8220;letters&#8221; that make it up, assuming we can only multiply. So 100 is made of 10 * 10 = 2 * 5 * 2 * 5.</p>
<p>Interestingly, there is an infinite number of primes (&#8220;letters&#8221;), like an alphabet with an infinite number of letters (imagine chinese&#8230; there is no limit to how many symbols they can make <img src='http://betterexplained.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). It&#8217;s not a perfect analogy but it&#8217;s another way to see the primes as &#8220;building blocks&#8221; for other numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brittany</title>
		<link>http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3438</link>
		<dc:creator>brittany</dc:creator>
		<pubDate>Wed, 10 Aug 2011 02:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3438</guid>
		<description>ok these are all great comments..but i think i am over thinking primes...well i am still not understanding them..... ughh...i just wont give up untill i have mastered these or at least come to an understanding of how they work...someone help me please!!! 21 yr old ...lost in her textbooks!!!</description>
		<content:encoded><![CDATA[<p>ok these are all great comments..but i think i am over thinking primes&#8230;well i am still not understanding them&#8230;.. ughh&#8230;i just wont give up untill i have mastered these or at least come to an understanding of how they work&#8230;someone help me please!!! 21 yr old &#8230;lost in her textbooks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3437</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 25 Mar 2011 22:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3437</guid>
		<description>Very nice article and some great comments.

I was wondering if anyone knew of any research or insight regarding the square roots of primes. eg do they exhibit certain properties for different primes ie large primes, messerne primes, their distribution, etc. (of course they are all irrational...)

It&#039;s strange but I had a dream about the squares of smaller primes displaying more &quot;chaotic&quot; behavior in their decimal expansion (what ever that means, it was a dream!)</description>
		<content:encoded><![CDATA[<p>Very nice article and some great comments.</p>
<p>I was wondering if anyone knew of any research or insight regarding the square roots of primes. eg do they exhibit certain properties for different primes ie large primes, messerne primes, their distribution, etc. (of course they are all irrational&#8230;)</p>
<p>It&#8217;s strange but I had a dream about the squares of smaller primes displaying more &#8220;chaotic&#8221; behavior in their decimal expansion (what ever that means, it was a dream!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TE</title>
		<link>http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3436</link>
		<dc:creator>TE</dc:creator>
		<pubDate>Fri, 18 Mar 2011 18:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/another-look-at-prime-numbers/#comment-3436</guid>
		<description>A bit of a late reply to Arun, but it&#039;s used for cryptography because you can&#039;t get the prime numbers used to encode something. Look at RSA system for the most popular cyptographic system in the world now.

A formula takes two different prime numbers and uses them to generate some other numbers. Those other numbers are used to get keys to encrypt and decrypt. If you don&#039;t know those prime numbers, you won&#039;t be able to figure out the keys. Hacking it means that you&#039;ll be trying to &quot;brute force&quot; by testing out every prime number and see if you can get one that generates a key used to decrypt a file.</description>
		<content:encoded><![CDATA[<p>A bit of a late reply to Arun, but it&#8217;s used for cryptography because you can&#8217;t get the prime numbers used to encode something. Look at RSA system for the most popular cyptographic system in the world now.</p>
<p>A formula takes two different prime numbers and uses them to generate some other numbers. Those other numbers are used to get keys to encrypt and decrypt. If you don&#8217;t know those prime numbers, you won&#8217;t be able to figure out the keys. Hacking it means that you&#8217;ll be trying to &#8220;brute force&#8221; by testing out every prime number and see if you can get one that generates a key used to decrypt a file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

