<?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>Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain &#187; visual</title>
	<atom:link href="http://www.amusingmathpuzzles.com/tag/visual/feed" rel="self" type="application/rss+xml" />
	<link>http://www.amusingmathpuzzles.com</link>
	<description>Math Puzzles Keeps Your Mind Agile, Making Math Fun</description>
	<lastBuildDate>Tue, 23 Feb 2010 01:41:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fun Colors With Math and Python</title>
		<link>http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python</link>
		<comments>http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Math is Fun]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[colours]]></category>
		<category><![CDATA[psychedelic]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trippy]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python</guid>
		<description><![CDATA[I wrote a Python script to generate a series of pretty cool images, and thought it was enjoyable enough to watch that I would put it on YouTube. Basically, this is the function sin(x)+cos(y) where x and y both range from -5 to 5. The hue of a pixel&#8217;s location is the value of that [...]<p><a href="http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python">Fun Colors With Math and Python</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>



Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/mind-puzzles/mind-bending-puzzles2answers-required-possibly-with-explanation' rel='bookmark' title='Permanent Link: Mind Bending Puzzles(2)!Answers Required Possibly With Explanation!?'>Mind Bending Puzzles(2)!Answers Required Possibly With Explanation!?</a></li>
<li><a href='http://www.amusingmathpuzzles.com/logic-puzzles/logic-puzzlesorg-how-the-grid-works' rel='bookmark' title='Permanent Link: Logic-Puzzles.org &#8211; How the Grid Works'>Logic-Puzzles.org &#8211; How the Grid Works</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-for-kids/how-to-teach-kids-kindergarten-math-how-to-teach-kids-color-shapes' rel='bookmark' title='Permanent Link: How to Teach Kids Kindergarten Math : How to Teach Kids Color &amp; Shapes'>How to Teach Kids Kindergarten Math : How to Teach Kids Color &amp; Shapes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a href="http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python&title=Fun Colors With Math and Python&srcURL=http://www.amusingmathpuzzles.com" title="Share with Google Buzz" onclick="return wpbuzzer_popup('http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python&title=Fun Colors With Math and Python&srcURL=http://www.amusingmathpuzzles.com')" style="height: 58px; width:50px; background-image: url(http://www.amusingmathpuzzles.com/wp-content/plugins/wpbuzzer/wpbuzzer-google-buzz-big.png);" class="wpbuzzer_button wpbuzzer_big"></a></div><div class="bblitz_prefix"></div><p><img src="http://i.ytimg.com/vi/10JGRe_QlVU/2.jpg" align="left">I wrote a Python script to generate a series of pretty cool images, and thought it was enjoyable enough to watch that I would put it on YouTube.</p>
<p>Basically, this is the function sin(x)+cos(y) where x and y both range from -5 to 5. The hue of a pixel&#8217;s location is the value of that function plus a small number times the amount of frames that have passed, all modded by 1.0 to get a number I can convert to a hue.</p>
<p>This was done using the pygame module from http://www.pygame.org/.</p>
<p>Duration : <b>0:5:0</b></p>
<p><span id="more-358"></span><br /><object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/v/10JGRe_QlVU&amp;hl=en_US&amp;fs=1&amp;rel=0"><param name="movie"  value="http://www.youtube.com/v/10JGRe_QlVU&amp;hl=en_US&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.amusingmathpuzzles.com%2Fmath-is-fun%2Ffun-colors-with-math-and-python';
  addthis_title  = 'Fun+Colors+With+Math+and+Python';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<p><a href="http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python">Fun Colors With Math and Python</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/colors' rel='tag' target='_self'>colors</a>, <a class='technorati-link' href='http://technorati.com/tag/colours' rel='tag' target='_self'>colours</a>, <a class='technorati-link' href='http://technorati.com/tag/psychedelic' rel='tag' target='_self'>psychedelic</a>, <a class='technorati-link' href='http://technorati.com/tag/pygame' rel='tag' target='_self'>pygame</a>, <a class='technorati-link' href='http://technorati.com/tag/python' rel='tag' target='_self'>python</a>, <a class='technorati-link' href='http://technorati.com/tag/trippy' rel='tag' target='_self'>trippy</a>, <a class='technorati-link' href='http://technorati.com/tag/visual' rel='tag' target='_self'>visual</a></p>

<!-- end wp-tags-to-technorati -->
<div class="bblitz_prefix"></div>

<p>Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/mind-puzzles/mind-bending-puzzles2answers-required-possibly-with-explanation' rel='bookmark' title='Permanent Link: Mind Bending Puzzles(2)!Answers Required Possibly With Explanation!?'>Mind Bending Puzzles(2)!Answers Required Possibly With Explanation!?</a></li>
<li><a href='http://www.amusingmathpuzzles.com/logic-puzzles/logic-puzzlesorg-how-the-grid-works' rel='bookmark' title='Permanent Link: Logic-Puzzles.org &#8211; How the Grid Works'>Logic-Puzzles.org &#8211; How the Grid Works</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-for-kids/how-to-teach-kids-kindergarten-math-how-to-teach-kids-color-shapes' rel='bookmark' title='Permanent Link: How to Teach Kids Kindergarten Math : How to Teach Kids Color &amp; Shapes'>How to Teach Kids Kindergarten Math : How to Teach Kids Color &amp; Shapes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.amusingmathpuzzles.com/math-is-fun/fun-colors-with-math-and-python/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Real Programming 4 Kids &#8211; Video Game Programming Classes</title>
		<link>http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes</link>
		<comments>http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes#comments</comments>
		<pubDate>Sun, 08 Feb 2009 00:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Math Games for Kids]]></category>
		<category><![CDATA[Algebra]]></category>
		<category><![CDATA[asteroids]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[donkey]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[frogger]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[kenny]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[kong]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[mario]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[pac]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[trigonometry]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes</guid>
		<description><![CDATA[www.realprogramming.com Learn to program your own video games! Check out some of our fun video game development classes. Kids from beginner to elite learn real computer science and math while making real video games! &#8211; Try us out with a FREE sample class! Call RP4K toll free: 1-877-307-3456 Locations throughout Canada with franchising opportunities. &#8230;and [...]<p><a href="http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes">Real Programming 4 Kids &#8211; Video Game Programming Classes</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>



Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-playing-the-sorting-game' rel='bookmark' title='Permanent Link: Math Games for Kids : Playing the Sorting Game'>Math Games for Kids : Playing the Sorting Game</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-playing-the-pattern-game' rel='bookmark' title='Permanent Link: Math Games for Kids : Playing the Pattern Game'>Math Games for Kids : Playing the Pattern Game</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-the-greater-than-less-than-game' rel='bookmark' title='Permanent Link: Math Games for Kids : The Greater Than, Less Than Game'>Math Games for Kids : The Greater Than, Less Than Game</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a href="http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes&title=Real Programming 4 Kids &#8211; Video Game Programming Classes&srcURL=http://www.amusingmathpuzzles.com" title="Share with Google Buzz" onclick="return wpbuzzer_popup('http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes&title=Real Programming 4 Kids &#8211; Video Game Programming Classes&srcURL=http://www.amusingmathpuzzles.com')" style="height: 58px; width:50px; background-image: url(http://www.amusingmathpuzzles.com/wp-content/plugins/wpbuzzer/wpbuzzer-google-buzz-big.png);" class="wpbuzzer_button wpbuzzer_big"></a></div><div class="bblitz_prefix"></div><p><img src="http://i.ytimg.com/vi/CBxQPPMAinQ/2.jpg" align="left">www.realprogramming.com</p>
<p>Learn to program your own video games!</p>
<p>Check out some of our fun video game development classes.  Kids from beginner to elite learn real computer science and math while making real video games!</p>
<p>&#8211;<br />
Try us out with a FREE sample class!  </p>
<p>Call RP4K toll free: 1-877-307-3456</p>
<p>Locations throughout Canada with franchising opportunities.</p>
<p>&#8230;and we&#8217;re growing!</p>
<p>Duration : <b>0:1:43</b></p>
<p><span id="more-275"></span><br /><object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/v/CBxQPPMAinQ&amp;hl=en_US&amp;fs=1&amp;rel=0"><param name="movie"  value="http://www.youtube.com/v/CBxQPPMAinQ&amp;hl=en_US&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.amusingmathpuzzles.com%2Fmath-games-for-kids%2Freal-programming-4-kids-video-game-programming-classes';
  addthis_title  = 'Real+Programming+4+Kids+%26%238211%3B+Video+Game+Programming+Classes';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<p><a href="http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes">Real Programming 4 Kids &#8211; Video Game Programming Classes</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Algebra' rel='tag' target='_self'>Algebra</a>, <a class='technorati-link' href='http://technorati.com/tag/asteroids' rel='tag' target='_self'>asteroids</a>, <a class='technorati-link' href='http://technorati.com/tag/basic' rel='tag' target='_self'>basic</a>, <a class='technorati-link' href='http://technorati.com/tag/C%23' rel='tag' target='_self'>C#</a>, <a class='technorati-link' href='http://technorati.com/tag/classes' rel='tag' target='_self'>classes</a>, <a class='technorati-link' href='http://technorati.com/tag/Computer' rel='tag' target='_self'>Computer</a>, <a class='technorati-link' href='http://technorati.com/tag/donkey' rel='tag' target='_self'>donkey</a>, <a class='technorati-link' href='http://technorati.com/tag/education' rel='tag' target='_self'>education</a>, <a class='technorati-link' href='http://technorati.com/tag/frogger' rel='tag' target='_self'>frogger</a>, <a class='technorati-link' href='http://technorati.com/tag/fun' rel='tag' target='_self'>fun</a>, <a class='technorati-link' href='http://technorati.com/tag/games' rel='tag' target='_self'>games</a>, <a class='technorati-link' href='http://technorati.com/tag/help' rel='tag' target='_self'>help</a>, <a class='technorati-link' href='http://technorati.com/tag/Java' rel='tag' target='_self'>Java</a>, <a class='technorati-link' href='http://technorati.com/tag/kenny' rel='tag' target='_self'>kenny</a>, <a class='technorati-link' href='http://technorati.com/tag/kids' rel='tag' target='_self'>kids</a>, <a class='technorati-link' href='http://technorati.com/tag/kong' rel='tag' target='_self'>kong</a>, <a class='technorati-link' href='http://technorati.com/tag/man' rel='tag' target='_self'>man</a>, <a class='technorati-link' href='http://technorati.com/tag/mario' rel='tag' target='_self'>mario</a>, <a class='technorati-link' href='http://technorati.com/tag/math' rel='tag' target='_self'>math</a>, <a class='technorati-link' href='http://technorati.com/tag/opengl' rel='tag' target='_self'>opengl</a>, <a class='technorati-link' href='http://technorati.com/tag/pac' rel='tag' target='_self'>pac</a>, <a class='technorati-link' href='http://technorati.com/tag/pacman' rel='tag' target='_self'>pacman</a>, <a class='technorati-link' href='http://technorati.com/tag/Programming' rel='tag' target='_self'>Programming</a>, <a class='technorati-link' href='http://technorati.com/tag/trigonometry' rel='tag' target='_self'>trigonometry</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/Video' rel='tag' target='_self'>Video</a>, <a class='technorati-link' href='http://technorati.com/tag/visual' rel='tag' target='_self'>visual</a>, <a class='technorati-link' href='http://technorati.com/tag/XNA' rel='tag' target='_self'>XNA</a></p>

<!-- end wp-tags-to-technorati -->
<div class="bblitz_prefix"></div>

<p>Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-playing-the-sorting-game' rel='bookmark' title='Permanent Link: Math Games for Kids : Playing the Sorting Game'>Math Games for Kids : Playing the Sorting Game</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-playing-the-pattern-game' rel='bookmark' title='Permanent Link: Math Games for Kids : Playing the Pattern Game'>Math Games for Kids : Playing the Pattern Game</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games-for-kids/math-games-for-kids-the-greater-than-less-than-game' rel='bookmark' title='Permanent Link: Math Games for Kids : The Greater Than, Less Than Game'>Math Games for Kids : The Greater Than, Less Than Game</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.amusingmathpuzzles.com/math-games-for-kids/real-programming-4-kids-video-game-programming-classes/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Right Brain Math: Fun Visual Patterns &amp; Overviews in the Times Table</title>
		<link>http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table</link>
		<comments>http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:27:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Math is Fun]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[classroom]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[educational]]></category>
		<category><![CDATA[elementary]]></category>
		<category><![CDATA[EZ]]></category>
		<category><![CDATA[factor]]></category>
		<category><![CDATA[factors]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[grandparents]]></category>
		<category><![CDATA[homeschool]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[memorization]]></category>
		<category><![CDATA[Multiplication]]></category>
		<category><![CDATA[multiply]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[parents]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[rhythm]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[right-brain]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[Sevens]]></category>
		<category><![CDATA[strategies]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[teach]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[Threes]]></category>
		<category><![CDATA[times]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table</guid>
		<description><![CDATA[http://RightBrainMath.com Great visual patterns and overviews of how numbers work from a right brain perspective. Tom Biesanz (Mister Numbers) shows how the patterns look and how they relate to families of factor numbers. Duration : 0:5:43 addthis_url = 'http%3A%2F%2Fwww.amusingmathpuzzles.com%2Fmath-is-fun%2Fright-brain-math-fun-visual-patterns-overviews-in-the-times-table'; addthis_title = 'Right+Brain+Math%3A+Fun+Visual+Patterns+%26amp%3B+Overviews+in+the+Times+Table'; addthis_pub = ''; Right Brain Math: Fun Visual Patterns &#38; Overviews in the [...]<p><a href="http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table">Right Brain Math: Fun Visual Patterns &amp; Overviews in the Times Table</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>



Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/math-is-fun/five-ways-to-make-teaching-and-learning-math-fun' rel='bookmark' title='Permanent Link: Five Ways to Make Teaching and Learning Math Fun'>Five Ways to Make Teaching and Learning Math Fun</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games/math-games-lessons-teaching-elementary-math' rel='bookmark' title='Permanent Link: Math Games &amp; Lessons : Teaching Elementary Math'>Math Games &amp; Lessons : Teaching Elementary Math</a></li>
<li><a href='http://www.amusingmathpuzzles.com/mind-puzzles/fun-mind-reading-game' rel='bookmark' title='Permanent Link: Fun Mind Reading Game'>Fun Mind Reading Game</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a href="http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table&title=Right Brain Math: Fun Visual Patterns &amp; Overviews in the Times Table&srcURL=http://www.amusingmathpuzzles.com" title="Share with Google Buzz" onclick="return wpbuzzer_popup('http://www.google.com/reader/link?url=http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table&title=Right Brain Math: Fun Visual Patterns &amp; Overviews in the Times Table&srcURL=http://www.amusingmathpuzzles.com')" style="height: 58px; width:50px; background-image: url(http://www.amusingmathpuzzles.com/wp-content/plugins/wpbuzzer/wpbuzzer-google-buzz-big.png);" class="wpbuzzer_button wpbuzzer_big"></a></div><div class="bblitz_prefix"></div><p><img src="http://i.ytimg.com/vi/yoac4xzIhSw/2.jpg" align="left">http://RightBrainMath.com Great visual patterns and overviews of how numbers work from a right brain perspective. Tom Biesanz (Mister Numbers) shows how the patterns look and how they relate to families of factor numbers.</p>
<p>Duration : <b>0:5:43</b></p>
<p><span id="more-133"></span><br /><object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/v/yoac4xzIhSw&amp;hl=en_US&amp;fs=1&amp;rel=0"><param name="movie"  value="http://www.youtube.com/v/yoac4xzIhSw&amp;hl=en_US&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.amusingmathpuzzles.com%2Fmath-is-fun%2Fright-brain-math-fun-visual-patterns-overviews-in-the-times-table';
  addthis_title  = 'Right+Brain+Math%3A+Fun+Visual+Patterns+%26amp%3B+Overviews+in+the+Times+Table';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<p><a href="http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table">Right Brain Math: Fun Visual Patterns &amp; Overviews in the Times Table</a> is a post from: <a href="http://www.amusingmathpuzzles.com">Amusing Math Puzzles - Get 430 Brain Teasers to Exercise Your Brain</a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/brain' rel='tag' target='_self'>brain</a>, <a class='technorati-link' href='http://technorati.com/tag/class' rel='tag' target='_self'>class</a>, <a class='technorati-link' href='http://technorati.com/tag/classroom' rel='tag' target='_self'>classroom</a>, <a class='technorati-link' href='http://technorati.com/tag/easy' rel='tag' target='_self'>easy</a>, <a class='technorati-link' href='http://technorati.com/tag/educational' rel='tag' target='_self'>educational</a>, <a class='technorati-link' href='http://technorati.com/tag/elementary' rel='tag' target='_self'>elementary</a>, <a class='technorati-link' href='http://technorati.com/tag/EZ' rel='tag' target='_self'>EZ</a>, <a class='technorati-link' href='http://technorati.com/tag/factor' rel='tag' target='_self'>factor</a>, <a class='technorati-link' href='http://technorati.com/tag/factors' rel='tag' target='_self'>factors</a>, <a class='technorati-link' href='http://technorati.com/tag/fun' rel='tag' target='_self'>fun</a>, <a class='technorati-link' href='http://technorati.com/tag/grandparents' rel='tag' target='_self'>grandparents</a>, <a class='technorati-link' href='http://technorati.com/tag/homeschool' rel='tag' target='_self'>homeschool</a>, <a class='technorati-link' href='http://technorati.com/tag/learn' rel='tag' target='_self'>learn</a>, <a class='technorati-link' href='http://technorati.com/tag/learning' rel='tag' target='_self'>learning</a>, <a class='technorati-link' href='http://technorati.com/tag/lesson' rel='tag' target='_self'>lesson</a>, <a class='technorati-link' href='http://technorati.com/tag/math' rel='tag' target='_self'>math</a>, <a class='technorati-link' href='http://technorati.com/tag/mathematics' rel='tag' target='_self'>mathematics</a>, <a class='technorati-link' href='http://technorati.com/tag/memorization' rel='tag' target='_self'>memorization</a>, <a class='technorati-link' href='http://technorati.com/tag/Multiplication' rel='tag' target='_self'>Multiplication</a>, <a class='technorati-link' href='http://technorati.com/tag/multiply' rel='tag' target='_self'>multiply</a>, <a class='technorati-link' href='http://technorati.com/tag/numbers' rel='tag' target='_self'>numbers</a>, <a class='technorati-link' href='http://technorati.com/tag/parents' rel='tag' target='_self'>parents</a>, <a class='technorati-link' href='http://technorati.com/tag/pattern' rel='tag' target='_self'>pattern</a>, <a class='technorati-link' href='http://technorati.com/tag/patterns' rel='tag' target='_self'>patterns</a>, <a class='technorati-link' href='http://technorati.com/tag/prime' rel='tag' target='_self'>prime</a>, <a class='technorati-link' href='http://technorati.com/tag/rhythm' rel='tag' target='_self'>rhythm</a>, <a class='technorati-link' href='http://technorati.com/tag/right' rel='tag' target='_self'>right</a>, <a class='technorati-link' href='http://technorati.com/tag/right-brain' rel='tag' target='_self'>right-brain</a>, <a class='technorati-link' href='http://technorati.com/tag/school' rel='tag' target='_self'>school</a>, <a class='technorati-link' href='http://technorati.com/tag/schools' rel='tag' target='_self'>schools</a>, <a class='technorati-link' href='http://technorati.com/tag/Sevens' rel='tag' target='_self'>Sevens</a>, <a class='technorati-link' href='http://technorati.com/tag/strategies' rel='tag' target='_self'>strategies</a>, <a class='technorati-link' href='http://technorati.com/tag/table' rel='tag' target='_self'>table</a>, <a class='technorati-link' href='http://technorati.com/tag/tables' rel='tag' target='_self'>tables</a>, <a class='technorati-link' href='http://technorati.com/tag/teach' rel='tag' target='_self'>teach</a>, <a class='technorati-link' href='http://technorati.com/tag/teaching' rel='tag' target='_self'>teaching</a>, <a class='technorati-link' href='http://technorati.com/tag/Threes' rel='tag' target='_self'>Threes</a>, <a class='technorati-link' href='http://technorati.com/tag/times' rel='tag' target='_self'>times</a>, <a class='technorati-link' href='http://technorati.com/tag/visual' rel='tag' target='_self'>visual</a>, <a class='technorati-link' href='http://technorati.com/tag/worksheet' rel='tag' target='_self'>worksheet</a></p>

<!-- end wp-tags-to-technorati -->
<div class="bblitz_prefix"></div>

<p>Related posts:<ol><li><a href='http://www.amusingmathpuzzles.com/math-is-fun/five-ways-to-make-teaching-and-learning-math-fun' rel='bookmark' title='Permanent Link: Five Ways to Make Teaching and Learning Math Fun'>Five Ways to Make Teaching and Learning Math Fun</a></li>
<li><a href='http://www.amusingmathpuzzles.com/math-games/math-games-lessons-teaching-elementary-math' rel='bookmark' title='Permanent Link: Math Games &amp; Lessons : Teaching Elementary Math'>Math Games &amp; Lessons : Teaching Elementary Math</a></li>
<li><a href='http://www.amusingmathpuzzles.com/mind-puzzles/fun-mind-reading-game' rel='bookmark' title='Permanent Link: Fun Mind Reading Game'>Fun Mind Reading Game</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.amusingmathpuzzles.com/math-is-fun/right-brain-math-fun-visual-patterns-overviews-in-the-times-table/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

