<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Monday Math Madness 6 Solutions</title>
	<atom:link href="http://samjshah.com/2008/05/22/monday-math-madness-6-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://samjshah.com/2008/05/22/monday-math-madness-6-solutions/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 15:46:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Answer to my generalized MMM6 question &#171; Continuous Everywhere but Differentiable Nowhere</title>
		<link>http://samjshah.com/2008/05/22/monday-math-madness-6-solutions/#comment-141</link>
		<dc:creator>Answer to my generalized MMM6 question &#171; Continuous Everywhere but Differentiable Nowhere</dc:creator>
		<pubDate>Thu, 22 May 2008 23:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://samjshah.wordpress.com/?p=175#comment-141</guid>
		<description>[...] About        &#8592; Monday Math Madness 6&#160;Solutions [...]</description>
		<content:encoded><![CDATA[<p>[...] About        &larr; Monday Math Madness 6&nbsp;Solutions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samjshah</title>
		<link>http://samjshah.com/2008/05/22/monday-math-madness-6-solutions/#comment-139</link>
		<dc:creator>samjshah</dc:creator>
		<pubDate>Thu, 22 May 2008 20:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://samjshah.wordpress.com/?p=175#comment-139</guid>
		<description>Oh my gosh, that&#039;s awesome. I too love different solutions to the same problem. 

Like this one! Three different solutions, essentially the same, but different ways of approaching it.

http://samjshah.com/2008/05/15/algebraic-manipulation-is-overrated/</description>
		<content:encoded><![CDATA[<p>Oh my gosh, that&#8217;s awesome. I too love different solutions to the same problem. </p>
<p>Like this one! Three different solutions, essentially the same, but different ways of approaching it.</p>
<p><a href="http://samjshah.com/2008/05/15/algebraic-manipulation-is-overrated/" rel="nofollow">http://samjshah.com/2008/05/15/algebraic-manipulation-is-overrated/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ξ</title>
		<link>http://samjshah.com/2008/05/22/monday-math-madness-6-solutions/#comment-138</link>
		<dc:creator>Ξ</dc:creator>
		<pubDate>Thu, 22 May 2008 19:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://samjshah.wordpress.com/?p=175#comment-138</guid>
		<description>This is neat -- I solved the first problem essentially the way you described (the second way) but did the second problem completely differently.  What I noticed with the hamburgers was that the numbers formed a Fibonacci Sequence:  there was 1 way to eat 1 lb of meat, 2 ways to eat 2 lbs, 3 ways to eat 3 lbs, 5 ways to eat 4 lbs, 8 ways to eat 5 lbs, etc.  In general, the number of ways to eat n pounds of meat is the sum of the number of ways to eat (n-1) lbs and the number of ways to eat (n-2) lbs [because you could start by eating a 1lb burger and then eat the remaining  (n-1)  lbs in however many ways, or you could start by eating a 2-lb burger and then eat the remaining (n-2) lbs in however many ways.].

What I think is really neat is that Pascal&#039;s Triangle ties together our two different solutions to this problem.

The jth entry in the ith row (starting with 0 rather than 1) is i choose j -- you can see the beginning in &lt;a href=&quot;http://commons.wikimedia.org/wiki/Image:TrianguloPascalC.svg&quot; rel=&quot;nofollow&quot;&gt;this picture on wikipedia&lt;/a&gt;.  But if you add diagonals in Pascal&#039;s Triangle, you get Fibonacci numbers, like in &lt;a href=&quot;http://goldennumber.net/pascal.htm&quot; rel=&quot;nofollow&quot;&gt;this picture&lt;/a&gt;.   So your formula is just adding those entries of Pascal&#039;s triangle, and my method gave the sum in terms of Fibonacci&#039;s number.  I found that referred to as the Fibonacci Binomial Representation on &lt;a href=&quot;http://binomial.csuhayward.edu/IdentitiesNamed.htm&quot; rel=&quot;nofollow&quot;&gt;this site&lt;/a&gt; (but I&#039;m not sure I can typeset it in the comment -- hence the hyperlink).

Thanks for sharing your method -- I love it when there are really different ways to look at the same thing.</description>
		<content:encoded><![CDATA[<p>This is neat &#8212; I solved the first problem essentially the way you described (the second way) but did the second problem completely differently.  What I noticed with the hamburgers was that the numbers formed a Fibonacci Sequence:  there was 1 way to eat 1 lb of meat, 2 ways to eat 2 lbs, 3 ways to eat 3 lbs, 5 ways to eat 4 lbs, 8 ways to eat 5 lbs, etc.  In general, the number of ways to eat n pounds of meat is the sum of the number of ways to eat (n-1) lbs and the number of ways to eat (n-2) lbs [because you could start by eating a 1lb burger and then eat the remaining  (n-1)  lbs in however many ways, or you could start by eating a 2-lb burger and then eat the remaining (n-2) lbs in however many ways.].</p>
<p>What I think is really neat is that Pascal&#8217;s Triangle ties together our two different solutions to this problem.</p>
<p>The jth entry in the ith row (starting with 0 rather than 1) is i choose j &#8212; you can see the beginning in <a href="http://commons.wikimedia.org/wiki/Image:TrianguloPascalC.svg" rel="nofollow">this picture on wikipedia</a>.  But if you add diagonals in Pascal&#8217;s Triangle, you get Fibonacci numbers, like in <a href="http://goldennumber.net/pascal.htm" rel="nofollow">this picture</a>.   So your formula is just adding those entries of Pascal&#8217;s triangle, and my method gave the sum in terms of Fibonacci&#8217;s number.  I found that referred to as the Fibonacci Binomial Representation on <a href="http://binomial.csuhayward.edu/IdentitiesNamed.htm" rel="nofollow">this site</a> (but I&#8217;m not sure I can typeset it in the comment &#8212; hence the hyperlink).</p>
<p>Thanks for sharing your method &#8212; I love it when there are really different ways to look at the same thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
