<?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: Project Euler Problem</title>
	<atom:link href="http://deadbeef.psychotomy.net/2008/10/project-euler-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadbeef.psychotomy.net/2008/10/project-euler-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=project-euler-problem</link>
	<description>Geek Chic?  Or just Geek!</description>
	<lastBuildDate>Wed, 27 Jan 2010 03:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: attriel</title>
		<link>http://deadbeef.psychotomy.net/2008/10/project-euler-problem/#comment-4</link>
		<dc:creator>attriel</dc:creator>
		<pubDate>Sat, 11 Oct 2008 01:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://deadbeef.psychotomy.net/?p=55#comment-4</guid>
		<description><![CDATA[Yeah, my final result is 5*7*9*11*13*16*17*19

I think you punched in a 5 instead of a 2 in your second calcs, because your answer is 2.5x mine, with the same math :)

(oh, and welcome)]]></description>
		<content:encoded><![CDATA[<p>Yeah, my final result is 5*7*9*11*13*16*17*19</p>
<p>I think you punched in a 5 instead of a 2 in your second calcs, because your answer is 2.5x mine, with the same math <img src='http://deadbeef.psychotomy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(oh, and welcome)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwatte</title>
		<link>http://deadbeef.psychotomy.net/2008/10/project-euler-problem/#comment-3</link>
		<dc:creator>jwatte</dc:creator>
		<pubDate>Fri, 10 Oct 2008 23:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://deadbeef.psychotomy.net/?p=55#comment-3</guid>
		<description><![CDATA[Umm... actually, you are right, you do need the squares, too, so multiply by an additional 2*2*2*3 and get 581,981,400.
You don&#039;t need a second 5, because it doesn&#039;t occur more than once in any number under 20. The killer is 16, which is 2*2*2*2 which requires four twos.]]></description>
		<content:encoded><![CDATA[<p>Umm&#8230; actually, you are right, you do need the squares, too, so multiply by an additional 2*2*2*3 and get 581,981,400.<br />
You don&#8217;t need a second 5, because it doesn&#8217;t occur more than once in any number under 20. The killer is 16, which is 2*2*2*2 which requires four twos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwatte</title>
		<link>http://deadbeef.psychotomy.net/2008/10/project-euler-problem/#comment-2</link>
		<dc:creator>jwatte</dc:creator>
		<pubDate>Fri, 10 Oct 2008 22:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://deadbeef.psychotomy.net/?p=55#comment-2</guid>
		<description><![CDATA[I don&#039;t think you have it right. All you need to do is to multiply all the prime numbers under 20, and you magically get all the other numbers. The primes under 20 are:
2, 3, 65, 7, 11, 13, 17, 19
Multiply them together and you get:
$ bc -l
2*3*5*7*11*13*17*19
9699690
$]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you have it right. All you need to do is to multiply all the prime numbers under 20, and you magically get all the other numbers. The primes under 20 are:<br />
2, 3, 65, 7, 11, 13, 17, 19<br />
Multiply them together and you get:<br />
$ bc -l<br />
2*3*5*7*11*13*17*19<br />
9699690<br />
$</p>
]]></content:encoded>
	</item>
</channel>
</rss>
