<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Math Tricks</title>
	<atom:link href="http://mathtricks.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathtricks.org</link>
	<description>Math Tricks - Making Math Fun!</description>
	<lastBuildDate>Sun, 07 Mar 2010 21:28:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Binomial Theorem and Pascal’s Triangle</title>
		<link>http://mathtricks.org/math-tricks/the-binomial-theorem-and-pascal%e2%80%99s-triangle/</link>
		<comments>http://mathtricks.org/math-tricks/the-binomial-theorem-and-pascal%e2%80%99s-triangle/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Math Patterns]]></category>
		<category><![CDATA[Math Tricks]]></category>
		<category><![CDATA[Pascal's Triangle]]></category>
		<category><![CDATA[binomial expansion]]></category>
		<category><![CDATA[binomial theorem]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=226</guid>
		<description><![CDATA[Back in grade school, I was first introduced to the Binomial Theorem.  The title alone was quite enough to intimidate me, let alone the seemingly impossible to understand equations involved with it.
I’ll not go into the mathematics of the binomial theorem here.  Instead, I’ll introduce you to math tricks which can be used instead.  First, [...]]]></description>
			<content:encoded><![CDATA[<p>Back in grade school, I was first introduced to the Binomial Theorem.  The title alone was quite enough to intimidate me, let alone the seemingly impossible to understand equations involved with it.</p>
<p>I’ll not go into the mathematics of the binomial theorem here.  Instead, I’ll introduce you to math tricks which can be used instead.  First, let me refresh your mind on why we were taught the binomial theorem.  Remember when you were asked to expand the equation:</p>
<p>(x + y)<sup>2</sup></p>
<p>If you recall, this equation can be expanded to the equivalent equation:</p>
<p>x<sup>2</sup> + 2xy + y<sup>2</sup></p>
<p>The binomial theorem will allow you to solve a higher order problem of the example above.  For instance, what is the expansion of the equation:</p>
<p>(x + y)<sup>5</sup></p>
<p>Generally, an equation of this type can be expanded as:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/02/eq1.jpg"><img class="size-full wp-image-227 aligncenter" title="binomial expansion" src="http://mathtricks.org/wp-content/uploads/2010/02/eq1.jpg" alt="binomial expansion" width="638" height="76" /></a></p>
<p>where c<sub>1</sub>, c<sub>2</sub>, … are the binomial coefficients in the expansion.   So given any n, you can determine the expansion without the coefficients.  Expanding our example above:</p>
<p>(x + y)<sup>5</sup> = c<sub>1</sub>x<sup>5</sup>y<sup>0</sup> + c<sub>2</sub>x<sup>4</sup>y<sup>1</sup> + c<sub>3</sub>x<sup>3</sup>y<sup>2</sup> + c<sub>4</sub>x<sup>2</sup>y<sup>3</sup> + c<sub>5</sub>x<sup>1</sup>y<sup>4</sup> + c<sub>6</sub>x<sup>0</sup>y<sup>5</sup></p>
<p>So how do you determine the binomial coefficients?  You can determine the binomial coefficients individually using the equation:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/02/eq-2.jpg"><img class="size-full wp-image-228 aligncenter" title="binomial coefficients" src="http://mathtricks.org/wp-content/uploads/2010/02/eq-2.jpg" alt="binomial coefficients" width="164" height="97" /></a></p>
<p>for k=0 to k=n.  This works fine, but is a little bit cumbersome – especially for large values of n!  So what is the math trick to solve this quickly?</p>
<p>Before I can answer this, I have to introduce to you Pascal’s Triangle.  Pascal’s triangle is a mathematical progression which is determined by constructing a triangle with numbers using a very simple algorithm.  First, take a look at this example of Pascal’s triangle:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/02/hexagonal-pascal-triangle.jpg"><img class="size-full wp-image-230 aligncenter" title="hexagonal pascal triangle" src="http://mathtricks.org/wp-content/uploads/2010/02/hexagonal-pascal-triangle.jpg" alt="hexagonal pascal triangle" width="500" height="488" /></a></p>
<p>At the very top is row 0, which is simply a 1.  In row 1, there are two numbers, both 1s.  In row 2, there are three numbers: 1, 2, and 1.  Notice that the 2 in row two is the sum of the two numbers above it; this is how you determine the numbers in the triangle – simply add two side-by-side numbers to get the result below and between the numbers:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/02/PascalTriangleAnimated2.gif"><img class="size-full wp-image-231 aligncenter" title="Animated Pascal Triangle" src="http://mathtricks.org/wp-content/uploads/2010/02/PascalTriangleAnimated2.gif" alt="Animated Pascal Triangle" width="260" height="240" /></a>Construction of Pascal’s Triangle<sup>1</sup></p>
<p>So how can you use Pascal’s triangle to find the binomial coefficients when you expand the equation (x + y)<sup>5</sup>?  First, notice that the equation is raised to the 5<sup>th</sup> power.  So now simply go to the 5<sup>th</sup> row of Pascal’s triangle (remember, the top row is row 0), and those numbers <em>are</em> the required coefficients:</p>
<p>1 5 10 10 5 1</p>
<p>And so,</p>
<p>(x + y)<sup>5</sup> = x<sup>5</sup>y<sup>0</sup> + 5x<sup>4</sup>y<sup>1</sup> + 10x<sup>3</sup>y<sup>2</sup> + 10x<sup>2</sup>y<sup>3</sup> + 5x<sup>1</sup>y<sup>4</sup> + x<sup>0</sup>y<sup>5</sup></p>
<p>Quite a time saver!</p>
<p><sup>1</sup>File by Hersfold, en.wikipedia.org/wiki/User:Hersfold</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;linkname=The%20Binomial%20Theorem%20and%20Pascal%E2%80%99s%20Triangle"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d226').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d226" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;submitHeadline=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;title=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;title=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;title=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;bm_description=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;T=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;title=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;title=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle+@+http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fthe-binomial-theorem-and-pascal%25e2%2580%2599s-triangle%2F&amp;t=The+Binomial+Theorem+and+Pascal%E2%80%99s+Triangle" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d226').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d226').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/math-tricks/the-binomial-theorem-and-pascal%e2%80%99s-triangle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Days, The Koch Snowflake, and God</title>
		<link>http://mathtricks.org/fractals/snow-days-the-koch-snowflake-and-god/</link>
		<comments>http://mathtricks.org/fractals/snow-days-the-koch-snowflake-and-god/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 00:08:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fractals]]></category>
		<category><![CDATA[Koch Snowflake]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[infinite fractal]]></category>
		<category><![CDATA[proof god exists]]></category>
		<category><![CDATA[proof of god]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=214</guid>
		<description><![CDATA[
As a child, there was nothing like the first snowfall of the year.  It was a sign that the joyous upcoming holiday season was upon us.  Looking around at the growing accumulation, one would begin to anticipate snowball fights and sledding down white, glistening hills.  If you caught a snowflake on your tongue, the cold, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-215 aligncenter" title="koch snowflake girl" src="http://mathtricks.org/wp-content/uploads/2010/01/snowing-girl.jpg" alt="" width="418" height="287" /></p>
<p>As a child, there was nothing like the first snowfall of the year.  It was a sign that the joyous upcoming holiday season was upon us.  Looking around at the growing accumulation, one would begin to anticipate snowball fights and sledding down white, glistening hills.  If you caught a snowflake on your tongue, the cold, crisp beauty of the event would precipitate within your soul.</p>
<p><img class="alignnone size-full wp-image-216" title="not fractal snowflakes" src="http://mathtricks.org/wp-content/uploads/2010/01/snowflakes.jpg" alt="" width="298" height="403" /></p>
<p>Now consider the snowflakes themselves.  Their beautiful geometric patterns have fascinated us.  Taken individually, they seem to us lovely enough, but considering the innumerable variety of complex patterns, one is almost overwhelmed with this marvel of nature.</p>
<p>Snowflake patterns do form as a consequence of the physical properties of water, but this does not take away from our appreciation of the astonishing symmetry within them.  Indeed, one can come away with a feeling of the tight bond between mathematics and nature.  To many, a picture of a snowflake represents order within nature.   Simply by looking at a snowflake, you may be convinced that there is an underlying order in our universe.</p>
<p>Natural snowflakes can be imitated mathematically with fractal patterns.  Helge von Koch was a pioneer in fractal mathematics, and in 1904, he came up with a fractal pattern (the Koch snowflake) that resembled a snowflake:</p>
<p style="text-align: center;"><img class="size-full wp-image-217 aligncenter" title="koch snowflake fractal" src="http://mathtricks.org/wp-content/uploads/2010/01/koch-snowflake.png" alt="" width="368" height="330" /></p>
<p style="text-align: center;">The Koch Snowflake<sup>1</sup></p>
<p>Constructing this fractal is an easy process.  You begin with an equilateral triangle.  For each side of the triangle, divide the side into thirds.  For the middle third, draw an equilateral triangle.  When complete, repeat this process for each triangle of your new construct.  This process is illustrated in the figure below:</p>
<p><img class="alignnone size-full wp-image-218" title="500px-KochFlake.svg" src="http://mathtricks.org/wp-content/uploads/2010/01/500px-KochFlake.svg_.png" alt="" width="500" height="500" /></p>
<p style="text-align: center;">Construction of the Koch Snowflake<sup>2</sup></p>
<p>When properly considered, there is more to the intrinsic beauty within a natural snowflake or one constructed using fractal mathematics.  If you consider the Koch snowflake carefully, you will realize that there is much more to it than what you can see.  Indeed, if you analyze the Koch snowflake mathematically, you will even be able to glimpse of the handiwork of God!</p>
<p>Let me show you two mathematical properties of the Koch snowflake that, taken together, are really very remarkable philosophically.  First, what is the area of the Koch snowflake?  I will not derive the formula for you – I will just give it to you here for iteration k to n:</p>
<p style="text-align: center;"><img class="size-full wp-image-219 aligncenter" title="area of a koch snowflake" src="http://mathtricks.org/wp-content/uploads/2010/01/area-1.bmp" alt="" width="384" height="104" /></p>
<p>where s is the length of each side of the original equilateral triangle.</p>
<p>Now, as n approaches infinity, the area of the Koch snowflake becomes a finite value, and is equal to:</p>
<p style="text-align: center;"><img class="size-full wp-image-220 aligncenter" title="area limit of koch snowflake" src="http://mathtricks.org/wp-content/uploads/2010/01/area-2.bmp" alt="" width="230" height="98" /></p>
<p>So what about the length of the perimeter of the Koch snowflake?  The length of the perimeter at iteration n is given by:</p>
<p style="text-align: center;"><img class="size-full wp-image-221 aligncenter" title="length of koch snowflake perimeter" src="http://mathtricks.org/wp-content/uploads/2010/01/length.bmp" alt="" width="268" height="99" /></p>
<p>Now, as n approaches infinity, can you see what happens to the length?  Amazingly, the length of the perimeter of the Koch snowflake becomes infinite!  So the Koch snowflake is a mathematical object with finite area bounded by an infinite boundary – how awesome is that?!</p>
<p>There are many things I like to think about when I philosophize about the nature of the universe, and the mathematical properties of the Koch snowflake is one of them.  I like to think of the Koch snowflake as a metaphor for existence outside of our realm of perception.  We are all bounded by the limits of our lives, but is there something beyond our existence that we sometimes fail to see?  Look at the Koch snowflake, and you may see, evidence of intelligence, and what may be.</p>
<p><sup>1</sup>Illustration by Wrtlprnft: commons.wikimedia.org/wiki/User:Wrtlprnft</p>
<p><sup>2</sup>Illustration by Wxs: commons.wikimedia.org/wiki/User:Wxs</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;linkname=Snow%20Days%2C%20The%20Koch%20Snowflake%2C%20and%20God"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d214').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d214" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;submitHeadline=Snow+Days%2C+The+Koch+Snowflake%2C+and+God&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;title=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;title=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;title=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;bm_description=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;T=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;title=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;title=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Snow+Days%2C+The+Koch+Snowflake%2C+and+God+@+http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fmathtricks.org%2Ffractals%2Fsnow-days-the-koch-snowflake-and-god%2F&amp;t=Snow+Days%2C+The+Koch+Snowflake%2C+and+God" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d214').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d214').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/fractals/snow-days-the-koch-snowflake-and-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of the Oldest Math Tricks</title>
		<link>http://mathtricks.org/math-tricks/one-of-the-oldest-math-tricks/</link>
		<comments>http://mathtricks.org/math-tricks/one-of-the-oldest-math-tricks/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 02:29:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Math Tricks]]></category>
		<category><![CDATA[2=1]]></category>
		<category><![CDATA[math proof]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=208</guid>
		<description><![CDATA[Many of you may have seen this one before &#8211; it is very old (I first saw this in grade school, which makes this example of math tricks ancient!).
Yes, it is the infamous 2=1 &#8220;proof&#8221;.  Here I present it to you as a graphic an also as a video set to Beethoven&#8217;s 5th (yea &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may have seen this one before &#8211; it is very old (I first saw this in grade school, which makes this example of <strong>math tricks</strong> ancient!).</p>
<p>Yes, it is the infamous 2=1 &#8220;proof&#8221;.  Here I present it to you as a graphic an also as a video set to Beethoven&#8217;s 5th (yea &#8211; it was raining yesterday so I had a lot of time on my hands!).</p>
<p>First, here is the graphic of the proof:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/01/1-2-proof.jpg"><img class="size-full wp-image-211  aligncenter" title="1 = 2 proof" src="http://mathtricks.org/wp-content/uploads/2010/01/1-2-proof.jpg" alt="" width="336" height="336" /></a></p>
<p>And now for the video proof:</p>
<p style="text-align: center;"><object width="425" height="350"><param name="movie" value="FdrnCXyk56Y"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/FdrnCXyk56Y" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>So that is the proof.  Can you spot where the error is?</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;linkname=One%20of%20the%20Oldest%20Math%20Tricks"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d208').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d208" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;submitHeadline=One+of+the+Oldest+Math+Tricks&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;title=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;title=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;title=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;bm_description=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;T=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;title=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;title=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+One+of+the+Oldest+Math+Tricks+@+http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fone-of-the-oldest-math-tricks%2F&amp;t=One+of+the+Oldest+Math+Tricks" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d208').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d208').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/math-tricks/one-of-the-oldest-math-tricks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Math Brain Teaser &#8211; Extra Space</title>
		<link>http://mathtricks.org/math-tricks/math-brain-teaser-extra-space/</link>
		<comments>http://mathtricks.org/math-tricks/math-brain-teaser-extra-space/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Brain Teasers]]></category>
		<category><![CDATA[Math Tricks]]></category>
		<category><![CDATA[brain teaser]]></category>
		<category><![CDATA[math brain teaser]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=203</guid>
		<description><![CDATA[I came across a very interesting problem &#8211; one that seems to involve math tricks of some sort.  Or is it magic?  Whatever it is, it is certainly a math brain teaser!  Anyway, here is the graphic that had me scratching my head:

So what&#8217;s the deal here??  Where did the hole come from?  Please post [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a very interesting problem &#8211; one that seems to involve <strong>math tricks</strong> of some sort.  Or is it magic?  Whatever it is, it is certainly a math brain teaser!  Anyway, here is the graphic that had me scratching my head:</p>
<p style="text-align: center;"><a href="http://mathtricks.org/wp-content/uploads/2010/01/math-tricks-extra-space.gif"><img class="size-full wp-image-204 aligncenter" title="math tricks extra space" src="http://mathtricks.org/wp-content/uploads/2010/01/math-tricks-extra-space.gif" alt="" width="480" height="428" /></a></p>
<p style="text-align: left;">So what&#8217;s the deal here??  Where did the hole come from?  Please post your answers  :)</p>
<p style="text-align: left;">
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;linkname=Math%20Brain%20Teaser%20%26%238211%3B%20Extra%20Space"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d203').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d203" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;submitHeadline=Math+Brain+Teaser+%26%238211%3B+Extra+Space&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;title=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;title=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;title=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;bm_description=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;T=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;title=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;title=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Math+Brain+Teaser+%26%238211%3B+Extra+Space+@+http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fmath-brain-teaser-extra-space%2F&amp;t=Math+Brain+Teaser+%26%238211%3B+Extra+Space" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://mathtricks.org/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d203').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d203').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/math-tricks/math-brain-teaser-extra-space/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
