<?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 + Math Games = Math Fun!</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:26:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An Introduction to Vedic Mathematics</title>
		<link>http://mathtricks.org/math-tricks/an-introduction-to-vedic-mathematics/</link>
		<comments>http://mathtricks.org/math-tricks/an-introduction-to-vedic-mathematics/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 03:26:10 +0000</pubDate>
		<dc:creator>Math Tricks</dc:creator>
				<category><![CDATA[Math Tricks]]></category>
		<category><![CDATA[Vedic math]]></category>
		<category><![CDATA[mental math]]></category>
		<category><![CDATA[multiply 2 digit numbers]]></category>
		<category><![CDATA[Tirthaji]]></category>
		<category><![CDATA[two digit numbers]]></category>
		<category><![CDATA[vedic math]]></category>
		<category><![CDATA[vedic mathematics]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=722</guid>
		<description><![CDATA[Quickly Calculating the Product of Two 2-Digit Numbers A resource about math tricks would not be complete without mention of the techniques of Vedic mathematics.  Vedic math was introduced by Bharati Krishna Tirthaji Maharaja in the first half of the 1900s, and are a collection of sutras which allow the user to quickly solve mathematical [...]]]></description>
			<content:encoded><![CDATA[<p><code><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2176115693811858";
/* An Introduction to Vedic Mathematics */
google_ad_slot = "5028123841";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</code></p>
<h3>Quickly Calculating the Product of Two 2-Digit Numbers</h3>
<p>A resource about math tricks would not be complete without mention of the techniques of Vedic mathematics.  Vedic math was introduced by Bharati Krishna Tirthaji Maharaja in the first half of the 1900s, and are a collection of sutras which allow the user to quickly solve mathematical problems very efficiently.  Tirthaji claimed that these sutras were found while studying ancient Hindu writings, but confirmation of his explanation has never been made.</p>
<p>Vedic math can be used such that calculations can be performed mentally or very quickly using single-line notation.  This article will demonstrate the Vedic math technique of quickly calculating the product of two 2-digit numbers.</p>
<p>In this example, 32 will be multiplied by 43:</p>
<p>32<br />
x43</p>
<p>First take the product of the right-most digits and multiply them.  Then, write the result under and to the right of the multiplication set:</p>
<p>32<br />
&nbsp;&nbsp;|<br />
<span style="text-decoration: underline;">43</span><br />
6</p>
<p>Next, take the product of each diagonal digits and add them together.  Write the sum to the left of the first result.  I will show this step in two parts:</p>
<p>32<br />
&nbsp;X<br />
<span style="text-decoration: underline;">43</span><br />
(3&#215;3)+(4&#215;2)   6</p>
<p>Which is the same as:<br />
32<br />
&nbsp;X<br />
<span style="text-decoration: underline;">43</span><br />
17  6</p>
<p>Lastly, take the product of the left-most digits, and write the result to the left of the first two results:</p>
<p>32<br />
&nbsp;|<br />
<span style="text-decoration: underline;">43</span><br />
12  17  6</p>
<p>Almost done – now if you have any remainder in the tens columns, be sure to add it to the ones columns to the result to the left.  In our example, the “17” has a remainder of “1” in the tens columns, so add 1 to 12:</p>
<p>32<br />
<span style="text-decoration: underline;">43</span><br />
13  7  6</p>
<p>Now just “squeeze” the results together, and you will have your answer:</p>
<p>32<br />
<span style="text-decoration: underline;">43</span><br />
1376</p>
<p>And, indeed, if you use a calculator, you will find that 32 x 43 = 1376.</p>
<p>&nbsp;</p>
<p>And now for a few more examples:</p>
<p>12&#215;16:</p>
<p>12<br />
<span style="text-decoration: underline;">16</span><br />
1   2+6   12</p>
<p>12<br />
<span style="text-decoration: underline;">16</span><br />
1  8  12</p>
<p>192 answer</p>
<p>&nbsp;</p>
<p>16&#215;36:</p>
<p>16<br />
<span style="text-decoration: underline;">36</span><br />
3   24   36</p>
<p>16<br />
<span style="text-decoration: underline;">36</span><br />
3   24   36</p>
<p>16<br />
<span style="text-decoration: underline;">36</span><br />
3  27  6</p>
<p>16<br />
<span style="text-decoration: underline;">36</span><br />
5  7  6</p>
<p>576 answer</p>
<p>&nbsp;</p>
<p>25&#215;97:</p>
<p>25<br />
<span style="text-decoration: underline;">97</span><br />
18  45+14  35</p>
<p>25<br />
<span style="text-decoration: underline;">97</span><br />
18  59  35</p>
<p>25<br />
<span style="text-decoration: underline;">97</span><br />
18  62  5</p>
<p>25<br />
<span style="text-decoration: underline;">97</span><br />
24  2  5</p>
<p>2425 answer<br />
Practice some more of your own on paper to get the technique down, and then try to do some in your head.  With a little practice, you will be able to do two-digit calculations quickly in your head!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An%20Introduction%20to%20Vedic%20Mathematics" id="wpa2a_2"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d722').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d722" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;submitHeadline=An+Introduction+to+Vedic+Mathematics&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%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%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%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;bm_description=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;T=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%2F&amp;title=An+Introduction+to+Vedic+Mathematics" 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%2Fan-introduction-to-vedic-mathematics%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%2Fan-introduction-to-vedic-mathematics%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+An+Introduction+to+Vedic+Mathematics+@+http%3A%2F%2Fmathtricks.org%2Fmath-tricks%2Fan-introduction-to-vedic-mathematics%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%2Fan-introduction-to-vedic-mathematics%2F&amp;t=An+Introduction+to+Vedic+Mathematics" 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.d722').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.d722').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/math-tricks/an-introduction-to-vedic-mathematics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 Dodecahedron Calendar</title>
		<link>http://mathtricks.org/polyhedron-nets/2012-dodecahedron-calendar/</link>
		<comments>http://mathtricks.org/polyhedron-nets/2012-dodecahedron-calendar/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 03:52:49 +0000</pubDate>
		<dc:creator>Math Tricks</dc:creator>
				<category><![CDATA[Polyhedron Nets]]></category>
		<category><![CDATA[Regular Polyhedra]]></category>
		<category><![CDATA[2012 dodecahedron calendar]]></category>
		<category><![CDATA[dodecahedron calendar]]></category>
		<category><![CDATA[kalendar]]></category>
		<category><![CDATA[math calendar]]></category>
		<category><![CDATA[platonic solid]]></category>
		<category><![CDATA[platonic solid calendar]]></category>
		<category><![CDATA[Polyhedron nets]]></category>
		<category><![CDATA[printable dodecahedron]]></category>
		<category><![CDATA[printable dodecahedron net]]></category>
		<category><![CDATA[regular polyhedron]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=702</guid>
		<description><![CDATA[Dodecahedron Calendar Happy New Year!  And with the new year, I have for you a neat little project that you can complete in a short time.  It is a 12 month dodecahedron calendar!  It is a perfect project that can be performed by students as an introduction to Platonic Solids, or by anybody who just [...]]]></description>
			<content:encoded><![CDATA[<p><code><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-2176115693811858"; /* 2012 Dodecahedron Calendar */ google_ad_slot = "6099667084"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
</code></p>
<h3>Dodecahedron Calendar</h3>
<p>Happy New Year!  And with the new year, I have for you a neat little project that you can complete in a short time.  It is a 12 month dodecahedron calendar!  It is a perfect project that can be performed by students as an introduction to Platonic Solids, or by anybody who just wants a really cool calendar.  If you have very young children, I am sure they will find this a fascinating object &#8211; our two oldest boys (5 and 3) really enjoyed it, and now they can say &#8220;dodecahedron&#8221;!</p>
<p>Simply print the dodecahedron net below, cut it out on the black lines, fold the grey lines, and tape in the tabs such that the dodecahedron is formed.</p>
<p>To print the dodecahedron, click on the image to get the larger file in your browser.  You can then right-click the file to save it to your computer, or print it directly.</p>
<div id="attachment_704" class="wp-caption alignleft" style="width: 310px"><a href="http://mathtricks.org/wp-content/uploads/2012/01/2012-dodecahedron-calendar.png"><img class="size-medium wp-image-704" title="2012 dodecahedron calendar" src="http://mathtricks.org/wp-content/uploads/2012/01/2012-dodecahedron-calendar-300x231.png" alt="2012 dodecahedron calendar" width="300" height="231" /></a><p class="wp-caption-text">Click on the image to open the larger file.</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>A bit of patience is required when assembling the calendar, but I think you will be pleased with the results if you stick with it.  Below are some pictures I took while assembling one.  I used scissors to cut the dodecahedron, and they worked well enough.  If you have an x-acto knife, I would suggest using that instead.</p>
<p>Here is the dodecahedron net cut out and ready to be assembled:</p>
<p><img class="alignleft size-medium wp-image-708" title="dodecahedron calendar net" src="http://mathtricks.org/wp-content/uploads/2012/01/dodecahedron-calendar-net-300x225.jpg" alt="dodecahedron calendar net" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Taping the tabs in:</p>
<p><img class="alignleft size-medium wp-image-709" title="taping the dodecahedron 1" src="http://mathtricks.org/wp-content/uploads/2012/01/taping-the-dodecahedron-1-300x225.jpg" alt="taping the dodecahedron 1" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>More folding and taping:</p>
<p><img class="alignleft size-medium wp-image-710" title="taping the dodecahedron 2" src="http://mathtricks.org/wp-content/uploads/2012/01/taping-the-dodecahedron-2-300x225.jpg" alt="taping the dodecahedron 2" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>More folding and taping:</p>
<p><img class="alignleft size-medium wp-image-711" title="taping the dodecahedron 3" src="http://mathtricks.org/wp-content/uploads/2012/01/taping-the-dodecahedron-3-300x225.jpg" alt="taping the dodecahedron 3" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Slow and steady, carefully folding and taping.  Did I mention that patience is required? Almost done:</p>
<p><img class="alignleft size-medium wp-image-713" title="taping the dodecahedron 4" src="http://mathtricks.org/wp-content/uploads/2012/01/taping-the-dodecahedron-41-300x225.jpg" alt="taping the dodecahedron 4" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Smoothing out the faces with a chop stick:</p>
<p><img class="alignleft size-medium wp-image-716" title="smoothing the dodecahedron with a chop stick" src="http://mathtricks.org/wp-content/uploads/2012/01/smoothing-the-dodecahedron-with-a-chop-stick-300x225.jpg" alt="smoothing the dodecahedron with a chop stick" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The finished product:</p>
<p><img class="alignleft size-medium wp-image-714" title="the completed dodecahedron" src="http://mathtricks.org/wp-content/uploads/2012/01/the-completed-dodecahedron-300x225.jpg" alt="the completed dodecahedron" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Our two oldest kids, stunned with the awesomeness of the dodecahedron calendar:</p>
<p><img class="alignleft size-medium wp-image-715" title="kids with the dodecahedron" src="http://mathtricks.org/wp-content/uploads/2012/01/kids-with-the-dodecahedron-300x225.jpg" alt="kids with the dodecahedron" width="300" height="225" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Again, just a bit of patience, and you will have a great calendar in the form of my favorite Platonic Solid.  I got a good result on my first attempt.  With a little practice, I am sure I can get better results in a shorted time &#8211; and so can you!</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmathtricks.org%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012%20Dodecahedron%20Calendar" id="wpa2a_4"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d702').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d702" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;submitHeadline=2012+Dodecahedron+Calendar&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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;bm_description=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;T=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;title=2012+Dodecahedron+Calendar" 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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%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+2012+Dodecahedron+Calendar+@+http%3A%2F%2Fmathtricks.org%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%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%2Fpolyhedron-nets%2F2012-dodecahedron-calendar%2F&amp;t=2012+Dodecahedron+Calendar" 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.d702').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.d702').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/polyhedron-nets/2012-dodecahedron-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Four Fours Puzzle</title>
		<link>http://mathtricks.org/math-games/the-four-fours-puzzle/</link>
		<comments>http://mathtricks.org/math-games/the-four-fours-puzzle/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 22:20:32 +0000</pubDate>
		<dc:creator>Math Tricks</dc:creator>
				<category><![CDATA[Math Games]]></category>
		<category><![CDATA[Math Puzzles]]></category>
		<category><![CDATA[4 4s]]></category>
		<category><![CDATA[4 fours]]></category>
		<category><![CDATA[four 4s]]></category>
		<category><![CDATA[four fours]]></category>
		<category><![CDATA[four fours problem]]></category>
		<category><![CDATA[math problems]]></category>
		<category><![CDATA[math puzzles]]></category>
		<category><![CDATA[Rouse Ball]]></category>
		<category><![CDATA[W.W. Rouse Ball]]></category>
		<category><![CDATA[Walter William Rouse Ball]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=692</guid>
		<description><![CDATA[The Four Fours Here is an interesting math puzzle that you can play just about anywhere.  All you really need is paper and a writing instrument.  A calculator is not needed, but it is highly recommended!  The rules of this puzzle are simple enough, although there are some variants.  The rules given here are the [...]]]></description>
			<content:encoded><![CDATA[<p><code><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-2176115693811858"; /* The Four Fours Puzzle */ google_ad_slot = "2828584190"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
</code></p>
<h2>The Four Fours</h2>
<p>Here is an interesting math puzzle that you can play just about anywhere.  All you really need is paper and a writing instrument.  A calculator is not needed, but it is highly recommended!  The rules of this puzzle are simple enough, although there are some variants.  The rules given here are the ones I was given when I first learned of this math puzzle.</p>
<p>Using four fours, you are to find a mathematical expression for every whole number you can starting with zero.  You can use addition, subtraction, multiplication, division, factorials, decimal points, exponents, 0.4bar (i.e., the recurring decimal 0.44444. . .), and square roots.  Use of parentheses to emphasize the order of operations is not only allowed, but encouraged!</p>
<p>Some examples are:</p>
<p>0 = (4 + 4) – (4 + 4)</p>
<p>17 = (4 x 4) + (4 ÷ 4)</p>
<p>The Four Fours puzzle (a.k.a., The Four Fours Problem) has been known for years, and was described by Walter William Rouse Ball in his publication &#8220;Mathematical Recreations and Essays&#8221;:</p>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/12/four-fours.png"><img class="alignleft size-medium wp-image-693" title="four fours puzzle" src="http://mathtricks.org/wp-content/uploads/2011/12/four-fours-286x300.png" alt="four fours puzzle" width="286" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Often times, there are multiple possible solutions.  How many can you find?</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmathtricks.org%2Fmath-games%2Fthe-four-fours-puzzle%2F&amp;title=The%20Four%20Fours%20Puzzle" id="wpa2a_6"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d692').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d692" 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-games%2Fthe-four-fours-puzzle%2F&amp;submitHeadline=The+Four+Fours+Puzzle&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-games%2Fthe-four-fours-puzzle%2F&amp;title=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%2F&amp;title=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%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-games%2Fthe-four-fours-puzzle%2F&amp;title=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%2F&amp;bm_description=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%2F&amp;T=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%2F&amp;title=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%2F&amp;title=The+Four+Fours+Puzzle" 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-games%2Fthe-four-fours-puzzle%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-games%2Fthe-four-fours-puzzle%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+Four+Fours+Puzzle+@+http%3A%2F%2Fmathtricks.org%2Fmath-games%2Fthe-four-fours-puzzle%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-games%2Fthe-four-fours-puzzle%2F&amp;t=The+Four+Fours+Puzzle" 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.d692').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.d692').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/math-games/the-four-fours-puzzle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Regular Polyhedra Christmas Ornament Nets</title>
		<link>http://mathtricks.org/polyhedron-nets/regular-polyhedra-christmas-ornament-nets/</link>
		<comments>http://mathtricks.org/polyhedron-nets/regular-polyhedra-christmas-ornament-nets/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 01:01:56 +0000</pubDate>
		<dc:creator>Math Tricks</dc:creator>
				<category><![CDATA[Polyhedron Nets]]></category>
		<category><![CDATA[Regular Polyhedra]]></category>
		<category><![CDATA[Christmas activity sheets]]></category>
		<category><![CDATA[Christmas math]]></category>
		<category><![CDATA[Christmas math activities]]></category>
		<category><![CDATA[Christmas math games]]></category>
		<category><![CDATA[Christmas math ornaments]]></category>
		<category><![CDATA[Christmas math problems]]></category>
		<category><![CDATA[Christmas math sheets]]></category>
		<category><![CDATA[Christmas math worksheet]]></category>
		<category><![CDATA[Christmas polyhedral]]></category>
		<category><![CDATA[Holiday polyhedra]]></category>
		<category><![CDATA[Holiday polyhedrons]]></category>
		<category><![CDATA[Math Christmas]]></category>
		<category><![CDATA[Math Christmas ornament]]></category>
		<category><![CDATA[Math ornaments]]></category>
		<category><![CDATA[Nets for platonic solids]]></category>
		<category><![CDATA[Nets of shapes]]></category>
		<category><![CDATA[Origami Christmas]]></category>
		<category><![CDATA[Origami Christmas decorations]]></category>
		<category><![CDATA[Platonic Solid Christmas Ornaments]]></category>
		<category><![CDATA[Platonic Solid Nets]]></category>
		<category><![CDATA[Platonic Solids]]></category>
		<category><![CDATA[Polyhedra Christmas]]></category>
		<category><![CDATA[Polyhedra Nets]]></category>
		<category><![CDATA[Polyhedra ornaments]]></category>
		<category><![CDATA[Polyhedron nets]]></category>
		<category><![CDATA[Printable nets]]></category>
		<category><![CDATA[Regular polyhedral]]></category>
		<category><![CDATA[Regular polyhedrons]]></category>
		<category><![CDATA[Unique Christmas decorations]]></category>

		<guid isPermaLink="false">http://mathtricks.org/?p=588</guid>
		<description><![CDATA[Platonic Solid Christmas Ornaments It&#8217;s that time of the year again, and this Christmas season we have something special for you &#8211; Platonic Solid Christmas Ornaments!  These Platonic Solid nets are ready for you to print out and fold into the coolest math Christmas ornaments on the planet!  Simply cut out the pattern, and fold [...]]]></description>
			<content:encoded><![CDATA[<p><code><br />
<script type="text/javascript">// <![CDATA[
  google_ad_client = "ca-pub-2176115693811858"; /* Regular Polyhedra Christmas Ornament Nets */ google_ad_slot = "5944477281"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
</code></p>
<h2>Platonic Solid Christmas Ornaments</h2>
<p>It&#8217;s that time of the year again, and this Christmas season we have something special for you &#8211; Platonic Solid Christmas Ornaments!  These Platonic Solid nets are ready for you to print out and fold into the coolest math Christmas ornaments on the planet!  Simply cut out the pattern, and fold along the grey lines.  Fold the tabs into the solids and adhere with double-stick tape or glue.  Alternatively, you can simple tape the sides together with regular tape.  After you get the solid constructed, attach some string and add it to your tree.  Santa will be so impressed, he will surely leave extra presents for you!</p>
<p>These polyhedron nets make great Christmas math activities for kids!  If you are a teacher, this will be a good basis for introducing your students to polyhedra &#8211; in this case the five regular polyhedra (the Platonic Solids).  All five Platonic solids are here in their Christmas costumes: tetrahedron, hexadedron, octahedron, dodecahedron, and the icosahedron.  If you want some material for your lesson plan, here is the <a title="Platonic Solids" href="http://en.wikipedia.org/wiki/Platonic_solids" target="_blank">link to the Platonic Solids at Wikipedia</a>.</p>
<p>All files are in .PNG format (<span style="text-decoration: underline;">P</span>ortable <span style="text-decoration: underline;">N</span>etwork <span style="text-decoration: underline;">G</span>raphic).  Simply click on the image you desire to get the full size, and then right-click on it to get the &#8220;save as&#8221; option (or print it while viewing the full sized graphic).</p>
<p>These are the first in this series, but more will be added later.  Check back to see when more are added, or if you are on Facebook, you can get updates there &#8211; just visit <a title="MathTricks.Org Facebook Page" href="http://www.facebook.com/pages/mathtricksorg/123606280919" target="_blank">our Facebook page</a> and &#8220;Like&#8221; us!</p>
<p>&nbsp;</p>
<h4> Green Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-green.png"><img class="alignleft size-medium wp-image-591" title="green tetrahedron polyhedron net" src="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-green-300x136.png" alt="green tetrahedron polyhedron net" width="300" height="136" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Red Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-red.png"><img class="alignleft size-medium wp-image-596" title="Red Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-red-300x136.png" alt="Red Tetrahedron Polyhedron Net" width="300" height="136" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-santa.png"><img class="alignleft size-medium wp-image-597" title="Santa Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-santa-300x137.png" alt="Santa Tetrahedron Polyhedron Net" width="300" height="137" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Baby Jesus Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-jesus.png"><img class="alignleft size-medium wp-image-622" title="Baby Jesus Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/tetrahedron-jesus-300x231.png" alt="Baby Jesus Tetrahedron Polyhedron Net" width="300" height="231" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Poinsettias Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-tetrahedron2.png"><img class="alignleft size-medium wp-image-641" title="Poinsettias Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-tetrahedron2-300x231.png" alt="Poinsettias Tetrahedron Polyhedron Net" width="300" height="231" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Snowflakes Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-tetrahedron.png"><img class="alignleft size-medium wp-image-651" title="Snowflakes Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-tetrahedron-300x229.png" alt="Snowflakes Tetrahedron Polyhedron Net" width="300" height="229" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Candy Canes Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-tetrahedron.png"><img class="alignleft size-medium wp-image-660" title="Candy Canes Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-tetrahedron-231x300.png" alt="Candy Canes Tetrahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Motif Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-tetrahedron.png"><img class="alignleft size-medium wp-image-666" title="Christmas Motif Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-tetrahedron-300x231.png" alt="Christmas Motif Tetrahedron Polyhedron Net" width="300" height="231" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Shadow Tetrahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-tetrahedron.png"><img class="alignleft size-medium wp-image-686" title="Santa Shadow Tetrahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-tetrahedron-300x231.png" alt="Santa Shadow Tetrahedron Polyhedron Net" width="300" height="231" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4><strong> Green Hexahedron Polyhedron Net</strong></h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-green.png"><img class="alignleft size-medium wp-image-599" title="Green Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-green-240x300.png" alt="Green Hexahedron Polyhedron Net" width="240" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Red Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-red.png"><img class="alignleft size-medium wp-image-600" title="Red Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-red-240x300.png" alt="Red Hexahedron Polyhedron Net" width="240" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-Santa2.png"><img class="alignleft size-medium wp-image-620" title="Santa Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-Santa2-237x300.png" alt="Santa Hexahedron Polyhedron Net" width="237" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Baby Jesus Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-jesus.png"><img class="alignleft size-medium wp-image-623" title="Baby Jesus Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-jesus-231x300.png" alt="Baby Jesus Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Nativity Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-nativity-1.png"><img class="alignleft size-medium wp-image-624" title="Nativity Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-nativity-1-231x300.png" alt="Nativity Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Merry Christmas Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-merry-christmas.png"><img class="alignleft size-medium wp-image-632" title="Merry Christmas Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-merry-christmas-231x300.png" alt="Merry Christmas Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Bear Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-christmas-bear.png"><img class="alignleft size-medium wp-image-634" title="Christmas Bear Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/hexahedron-christmas-bear-231x300.png" alt="Christmas Bear Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Poinsettias Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-hexahedron.png"><img class="alignleft size-medium wp-image-643" title="Poinsettias Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-hexahedron-231x300.png" alt="Poinsettias Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Snowflakes Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-hexahedron.png"><img class="alignleft size-medium wp-image-652" title="Snowflakes Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-hexahedron-231x300.png" alt="Snowflakes Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Candy Canes Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-hexahedron.png"><img class="alignleft size-medium wp-image-661" title="Candy Canes Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-hexahedron-231x300.png" alt="Candy Canes Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Motif Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-hexahedron.png"><img class="alignleft size-medium wp-image-667" title="Christmas Motif Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-hexahedron-231x300.png" alt="Christmas Motif Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Shadow Hexahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-hexahedron.png"><img class="alignleft size-medium wp-image-687" title="Santa Shadow Hexahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-hexahedron-231x300.png" alt="Santa Shadow Hexahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Green Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-green.png"><img class="alignleft size-medium wp-image-603" title="Green Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-green-231x300.png" alt="Green Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Red Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-red.png"><img class="alignleft size-medium wp-image-604" title="Red Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-red-231x300.png" alt="Red Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-Santa.png"><img class="alignleft size-medium wp-image-605" title="Santa Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-Santa-231x300.png" alt="Santa Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Baby Jesus Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-jesus.png"><img class="alignleft size-medium wp-image-625" title="Baby Jesus Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/octahedron-jesus-231x300.png" alt="Baby Jesus Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Poinsettias Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-octahedron.png"><img class="alignleft size-medium wp-image-645" title="Poinsettias Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-octahedron-231x300.png" alt="Poinsettias Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4> Snowflakes Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-octahedron.png"><img class="alignleft size-medium wp-image-654" title="Snowflakes Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-octahedron-231x300.png" alt="Snowflakes Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Candy Canes Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-octahedron.png"><img class="alignleft size-medium wp-image-662" title="Candy Canes Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-octahedron-231x300.png" alt="Candy Canes Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Motif Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-octahedron.png"><img class="alignleft size-medium wp-image-668" title="Christmas Motif Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-octahedron-231x300.png" alt="Christmas Motif Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Shadow Octahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-octahedron.png"><img class="alignleft size-medium wp-image-688" title="Santa Shadow Octahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-octahedron-231x300.png" alt="Santa Shadow Octahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4> Green Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-green1.png"><img class="alignleft size-medium wp-image-618" title="Green Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-green1-231x300.png" alt="Green Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Red Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-red1.png"><img class="alignleft size-medium wp-image-619" title="Red Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-red1-231x300.png" alt="Red Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-santa.png"><img class="alignleft size-medium wp-image-608" title="Santa Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-santa-231x300.png" alt="Santa Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Baby Jesus Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-jesus.png"><img class="alignleft size-medium wp-image-626" title="Baby Jesus Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-jesus-231x300.png" alt="Baby Jesus Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Nativity Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-nativity-1.png"><img class="alignleft size-medium wp-image-627" title="Nativity Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-nativity-1-231x300.png" alt="Nativity Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Bear Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-christmas-bear1.png"><img class="alignleft size-medium wp-image-637" title="Christmas Bear Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/dodecahedron-christmas-bear1-231x300.png" alt="Christmas Bear Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Poinsettias Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-dodecahedron.png"><img class="alignleft size-medium wp-image-647" title="Poinsettias Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-dodecahedron-231x300.png" alt="Poinsettias Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Snowflakes Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-dodecahedron.png"><img class="alignleft size-medium wp-image-656" title="Snowflakes Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-dodecahedron-231x300.png" alt="Snowflakes Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Candy Canes Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-dodecahedron.png"><img class="alignleft size-medium wp-image-663" title="Candy Canes Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-dodecahedron-231x300.png" alt="Candy Canes Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Motif Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-dodecahedron.png"><img class="alignleft size-medium wp-image-669" title="Christmas Motif Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-dodecahedron-231x300.png" alt="Christmas Motif Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Shadow Dodecahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-dodecahedron.png"><img class="alignleft size-medium wp-image-689" title="Santa Shadow Dodecahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-dodecahedron-231x300.png" alt="Santa Shadow Dodecahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Green Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-green.png"><img class="alignleft size-medium wp-image-609" title="Green Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-green-231x300.png" alt="Green Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Red Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-red.png"><img class="alignleft size-medium wp-image-610" title="Red Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-red-231x300.png" alt="Red Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-santa.png"><img class="alignleft size-medium wp-image-611" title="Santa Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-santa-231x300.png" alt="Santa Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Baby Jesus Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-jesus.png"><img class="alignleft size-medium wp-image-628" title="Baby Jesus Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/icosahedron-jesus-231x300.png" alt="Baby Jesus Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Poinsettias Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-icosahedron.png"><img class="alignleft size-medium wp-image-649" title="Poinsettias Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/poinsettias-icosahedron-231x300.png" alt="Poinsettias Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Snowflakes Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-icosahedron.png"><img class="alignleft size-medium wp-image-658" title="Snowflakes Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/snowflakes-icosahedron-231x300.png" alt="Snowflakes Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Candy Canes Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-icosahedron.png"><img class="alignleft size-medium wp-image-664" title="Candy Canes Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/candy-canes-icosahedron-231x300.png" alt="Candy Canes Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Christmas Motif Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-icosahedron.png"><img class="alignleft size-medium wp-image-670" title="Christmas Motif Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/christmas-motif-icosahedron-231x300.png" alt="Christmas Motif Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Santa Shadow Icosahedron Polyhedron Net</h4>
<p><a href="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-icosahedron.png"><img class="alignleft size-medium wp-image-690" title="Santa Shadow Icosahedron Polyhedron Net" src="http://mathtricks.org/wp-content/uploads/2011/11/santa-shadow-icosahedron-231x300.png" alt="Santa Shadow Icosahedron Polyhedron Net" width="231" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3> Happy Holidays from Math Tricks!</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmathtricks.org%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular%20Polyhedra%20Christmas%20Ornament%20Nets" id="wpa2a_8"><img src="http://mathtricks.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d588').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d588" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;submitHeadline=Regular+Polyhedra+Christmas+Ornament+Nets&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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;bm_description=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;T=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;title=Regular+Polyhedra+Christmas+Ornament+Nets" 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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%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+Regular+Polyhedra+Christmas+Ornament+Nets+@+http%3A%2F%2Fmathtricks.org%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%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%2Fpolyhedron-nets%2Fregular-polyhedra-christmas-ornament-nets%2F&amp;t=Regular+Polyhedra+Christmas+Ornament+Nets" 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.d588').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.d588').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://mathtricks.org/polyhedron-nets/regular-polyhedra-christmas-ornament-nets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

