<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for The Math Mojo Chronicles</title>
	<atom:link href="http://www.mathmojo.com/chronicles/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathmojo.com/chronicles</link>
	<description>The Official Blog of MathMojo.com - helping public school, homeschooling, unschooling students, parents, teachers and adults learn math with easy and effective methods.</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:17:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Triangular Numbers and the Devil by Brian</title>
		<link>http://www.mathmojo.com/chronicles/2010/03/02/triangular-numbers-and-the-devil/comment-page-1/#comment-175708</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1129#comment-175708</guid>
		<description>Hey, Thanks for the excellent explanation. I appreciate it, and I&#039;m sure other readers will, too.</description>
		<content:encoded><![CDATA[<p>Hey, Thanks for the excellent explanation. I appreciate it, and I&#8217;m sure other readers will, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Triangular Numbers and the Devil by sc</title>
		<link>http://www.mathmojo.com/chronicles/2010/03/02/triangular-numbers-and-the-devil/comment-page-1/#comment-175702</link>
		<dc:creator>sc</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1129#comment-175702</guid>
		<description>for series 1,2,3, ..... ,n 

1) sum of series = (n*(n+1))/2
eg from 1 to 19,
sum = (19*20)/2 = 190

The &quot;diagram&quot; below shows the reasoning behind this for the series 1,2,3,4. The &#039;*&#039; represents the value of numbers 1,2,3 and 4. To find the number of *s, add an equal number of &#039;0&#039;s to form a rectangle. This will form a 4 x 5 rectangle. The number of *s is given by (4*5)/2

  12345
1 *0000
2 **000
3 ***00
4 ****0


2) sum = ((1+n)/2) * n
sum = ( (1+19)/2 ) * 19 = 190

This finds the average of the series (1+n)/2 and multiply the average by the number of terms in the series. Average of 1 to 19 is (1+19)/2 or 10. Multiply by 19 to get the sum of 190.

3) Multiply the median number of the series by the number of terms in the series. This is somewhat similar to (2) above.

If n is odd, the median number is (n+1)/2. The median number for 1 to 19 is (19+1)/2 or 10. Sum of 1 to 19 is 10 * 19 = 190.

If n is even (eg 1 to 20), there is no exact median number. Therefore to get the sum of 1 to 20, first get the sum of 1 to 19 (as above) then add the last number 20 to get the final sum. sum of 1 to 20 is 190 + 20 = 210</description>
		<content:encoded><![CDATA[<p>for series 1,2,3, &#8230;.. ,n </p>
<p>1) sum of series = (n*(n+1))/2<br />
eg from 1 to 19,<br />
sum = (19*20)/2 = 190</p>
<p>The &#8220;diagram&#8221; below shows the reasoning behind this for the series 1,2,3,4. The &#8216;*&#8217; represents the value of numbers 1,2,3 and 4. To find the number of *s, add an equal number of &#8216;0&#8217;s to form a rectangle. This will form a 4 x 5 rectangle. The number of *s is given by (4*5)/2</p>
<p>  12345<br />
1 *0000<br />
2 **000<br />
3 ***00<br />
4 ****0</p>
<p>2) sum = ((1+n)/2) * n<br />
sum = ( (1+19)/2 ) * 19 = 190</p>
<p>This finds the average of the series (1+n)/2 and multiply the average by the number of terms in the series. Average of 1 to 19 is (1+19)/2 or 10. Multiply by 19 to get the sum of 190.</p>
<p>3) Multiply the median number of the series by the number of terms in the series. This is somewhat similar to (2) above.</p>
<p>If n is odd, the median number is (n+1)/2. The median number for 1 to 19 is (19+1)/2 or 10. Sum of 1 to 19 is 10 * 19 = 190.</p>
<p>If n is even (eg 1 to 20), there is no exact median number. Therefore to get the sum of 1 to 20, first get the sum of 1 to 19 (as above) then add the last number 20 to get the final sum. sum of 1 to 20 is 190 + 20 = 210</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Triangular Numbers and the Devil by Brian</title>
		<link>http://www.mathmojo.com/chronicles/2010/03/02/triangular-numbers-and-the-devil/comment-page-1/#comment-175694</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1129#comment-175694</guid>
		<description>Peter, 

Right on the money. This is also the way that is described on this Mathmojo page about &lt;a href=&quot;http://www.mathmojo.com/interestinglessons/addingtriangularnumbers/addingtriangularnumbers.html&quot; rel=&quot;nofollow&quot;&gt;triangular numbers&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Peter, </p>
<p>Right on the money. This is also the way that is described on this Mathmojo page about <a href="http://www.mathmojo.com/interestinglessons/addingtriangularnumbers/addingtriangularnumbers.html" rel="nofollow">triangular numbers</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Triangular Numbers and the Devil by Peter Ash</title>
		<link>http://www.mathmojo.com/chronicles/2010/03/02/triangular-numbers-and-the-devil/comment-page-1/#comment-175646</link>
		<dc:creator>Peter Ash</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1129#comment-175646</guid>
		<description>The standard way to do this (seen in many high school math texts) is to write all the numbers in the sum in increasing order, and under that write down all the numbers in the sum in decreasing order. If n = 20, as in the problem given, each column adds to 21 and there are 20 columns, so the total is 420. Since we wrote the sum down twice, the sum of the of the numbers is 420/2 = 210.

I tell my students this is just like counting the number of people in a crowd by counting the total number of legs and dividing by two.</description>
		<content:encoded><![CDATA[<p>The standard way to do this (seen in many high school math texts) is to write all the numbers in the sum in increasing order, and under that write down all the numbers in the sum in decreasing order. If n = 20, as in the problem given, each column adds to 21 and there are 20 columns, so the total is 420. Since we wrote the sum down twice, the sum of the of the numbers is 420/2 = 210.</p>
<p>I tell my students this is just like counting the number of people in a crowd by counting the total number of legs and dividing by two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why You Suck At Math (Pt.I) by Brian</title>
		<link>http://www.mathmojo.com/chronicles/2007/02/18/why-you-suck-at-math_1/comment-page-1/#comment-175506</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://mathmojo.com/chronicles/2007/02/18/why-you-suck-at-math/#comment-175506</guid>
		<description>Armando, 

I couldn&#039;t agree more. Yes, it&#039;s not &quot;politically correct,&quot; but it&#039;s right. Although I wouldn&#039;t always knock community college grads. A lot of hard-working people have had to put themselves through school while keeping a job, and it could be a stepping-stone to greater heights. OK, yeah, it&#039;s often just a waste of time, too. 

Maybe the schools won&#039;t even exist much longer, seeing how they and the economy are going. Maybe that&#039;s not a bad thing. More people will have to take their own initiative. It could be a blessing in disguise. 

At any rate, it seems like you are on the right path if you have been googling around to improve your math skills. Thanks for your comments, and power to you!</description>
		<content:encoded><![CDATA[<p>Armando, </p>
<p>I couldn&#8217;t agree more. Yes, it&#8217;s not &#8220;politically correct,&#8221; but it&#8217;s right. Although I wouldn&#8217;t always knock community college grads. A lot of hard-working people have had to put themselves through school while keeping a job, and it could be a stepping-stone to greater heights. OK, yeah, it&#8217;s often just a waste of time, too. </p>
<p>Maybe the schools won&#8217;t even exist much longer, seeing how they and the economy are going. Maybe that&#8217;s not a bad thing. More people will have to take their own initiative. It could be a blessing in disguise. </p>
<p>At any rate, it seems like you are on the right path if you have been googling around to improve your math skills. Thanks for your comments, and power to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why You Suck At Math (Pt.I) by Armando</title>
		<link>http://www.mathmojo.com/chronicles/2007/02/18/why-you-suck-at-math_1/comment-page-1/#comment-175504</link>
		<dc:creator>Armando</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://mathmojo.com/chronicles/2007/02/18/why-you-suck-at-math/#comment-175504</guid>
		<description>I thank you so much for posting this. It makes too much sense... I am currently a freshman at the University of Texas at Austin and I basically have moved away from pursuing business as a major for the reason that I cannot handle Calculus I... considering Calc II, Statistics I and Stats II are required... I have always wanted to learn math and also master it. 

This never has happened because through grade school all my math teachers always complained about the school administration, bad wages, enforcing the pointless DRESS CODE, and would often say &quot;but you don&#039;t need to know that, so we will just skip it...&quot; For so long I have felt guilt, blaming my parents&#039; genes even, for my lack of skills in math.. 

If I could go back in time, I would...and I would choose a school district that did NOT have superintendents without Ph.Ds, weren&#039;t the gold-digging wives of doctors, board members weren&#039;t bankers/random business owners, and the principals weren&#039;t community college material.. Excuse my language, but grade school really did screw me over, and many of my peers. Had I been exposed to a good education that made me apt in math, i dont think i would be studying foreign affairs, i would likely be studying aerospace engineering... REFORM THE EDUCATION SYSTEM! IT&#039;S SCREWING OVER OUR GENERATION...</description>
		<content:encoded><![CDATA[<p>I thank you so much for posting this. It makes too much sense&#8230; I am currently a freshman at the University of Texas at Austin and I basically have moved away from pursuing business as a major for the reason that I cannot handle Calculus I&#8230; considering Calc II, Statistics I and Stats II are required&#8230; I have always wanted to learn math and also master it. </p>
<p>This never has happened because through grade school all my math teachers always complained about the school administration, bad wages, enforcing the pointless DRESS CODE, and would often say &#8220;but you don&#8217;t need to know that, so we will just skip it&#8230;&#8221; For so long I have felt guilt, blaming my parents&#8217; genes even, for my lack of skills in math.. </p>
<p>If I could go back in time, I would&#8230;and I would choose a school district that did NOT have superintendents without Ph.Ds, weren&#8217;t the gold-digging wives of doctors, board members weren&#8217;t bankers/random business owners, and the principals weren&#8217;t community college material.. Excuse my language, but grade school really did screw me over, and many of my peers. Had I been exposed to a good education that made me apt in math, i dont think i would be studying foreign affairs, i would likely be studying aerospace engineering&#8230; REFORM THE EDUCATION SYSTEM! IT&#8217;S SCREWING OVER OUR GENERATION&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math Mojo vrs. Anti-intellectualism by Brian</title>
		<link>http://www.mathmojo.com/chronicles/2010/02/24/math-mojo-vrs-anti-intellectualism/comment-page-1/#comment-174548</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1110#comment-174548</guid>
		<description>I hate to say it, but that kind of answer was why I wrote the post. I know it seems intuitive, but that is the problem - intuition is not a good tool for solving math problems (no matter what people like Malcolm Gladwell would have us believe about intuition). Trying to defend a &quot;gut&quot; feeling with logic is a losing proposition. First look at the reasoning, then, if that doesn&#039;t work, look for some more reasoning. We shouldn&#039;t start with the belief first and then defend it by trying to mold the facts to it. 

Start by looking at the facts, and a whole new world of understanding may open for you. You won&#039;t need to defend inadequate beliefs anymore. 

Please read the posts I linked to above. They give cogent reasons that why division by zero renders what it does and doesn&#039;t render.

If you need a more informed and very thorough article, when you check out the &quot;Why We Don’t Divide By Zero in Arithmetic&quot; link, go to the bottom and click on the link for &quot;The Zero Saga.&quot; It is an education in itself. 

To be very specific, on reason that your reason won&#039;t stand rationally, is that when you divide something by, say, seven, you don&#039;t expect it to end up having seven parts. It may have any number of parts. When you divide 28/7 you get 4 parts, not seven parts. So we wouldn&#039;t expect dividing something by zero to give you zero parts in the first place. We would expect a different answer for every dividend. 

You can start understanding the real reason we don&#039;t divide by zero in arithmetic by using that as a clue. 

Happy learning! 

&lt;em&gt;- Professor Homunculus&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I hate to say it, but that kind of answer was why I wrote the post. I know it seems intuitive, but that is the problem &#8211; intuition is not a good tool for solving math problems (no matter what people like Malcolm Gladwell would have us believe about intuition). Trying to defend a &#8220;gut&#8221; feeling with logic is a losing proposition. First look at the reasoning, then, if that doesn&#8217;t work, look for some more reasoning. We shouldn&#8217;t start with the belief first and then defend it by trying to mold the facts to it. </p>
<p>Start by looking at the facts, and a whole new world of understanding may open for you. You won&#8217;t need to defend inadequate beliefs anymore. </p>
<p>Please read the posts I linked to above. They give cogent reasons that why division by zero renders what it does and doesn&#8217;t render.</p>
<p>If you need a more informed and very thorough article, when you check out the &#8220;Why We Don’t Divide By Zero in Arithmetic&#8221; link, go to the bottom and click on the link for &#8220;The Zero Saga.&#8221; It is an education in itself. </p>
<p>To be very specific, on reason that your reason won&#8217;t stand rationally, is that when you divide something by, say, seven, you don&#8217;t expect it to end up having seven parts. It may have any number of parts. When you divide 28/7 you get 4 parts, not seven parts. So we wouldn&#8217;t expect dividing something by zero to give you zero parts in the first place. We would expect a different answer for every dividend. </p>
<p>You can start understanding the real reason we don&#8217;t divide by zero in arithmetic by using that as a clue. </p>
<p>Happy learning! </p>
<p><em>- Professor Homunculus</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math Mojo vrs. Anti-intellectualism by the Fish</title>
		<link>http://www.mathmojo.com/chronicles/2010/02/24/math-mojo-vrs-anti-intellectualism/comment-page-1/#comment-174544</link>
		<dc:creator>the Fish</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathmojo.com/chronicles/?p=1110#comment-174544</guid>
		<description>...because you can&#039;t divide something into zero &lt;i&gt;parts&lt;/i&gt;; you&#039;re always going to have at least the one part you stared out with.</description>
		<content:encoded><![CDATA[<p>&#8230;because you can&#8217;t divide something into zero <i>parts</i>; you&#8217;re always going to have at least the one part you stared out with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IQ Test answer by Brian</title>
		<link>http://www.mathmojo.com/chronicles/2009/02/08/iq-test-answer/comment-page-1/#comment-174380</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://mathmojo.com/chronicles/?p=496#comment-174380</guid>
		<description>Doc, 

Amen, brother! I was getting a little frustrated with the plethora of opinion and lack of input. 

To your question: I really don&#039;t know if it&#039;s about the letters or the context. That&#039;s a great point. There can be many, many ways to think about this. 

I always feel a little cheated by &quot;IQ&quot; questions like this. They present it as though there is some &quot;best&quot; answer, but nowhere do they provide it to check your own answer against, nor any reasoning they might have for it. 

On the other hand, I love open-ended questions that make you think. So I take this one as open-ended, and I seriously doubt that there is an authoritative solution. 

Actually, I think there cannot be one. The parameters have not been set. 

One thing I like about math is that, in general, the parameters have been very clearly establishes (to the best of our human abilities, so far, at any rate.). The axioms are clear, and everything follows from them (without getting into Goedel).

In base 10, 2+2=4, all other things being equal. 

But is @ + &amp; = 2, 5, or H?  Which answer is best? It&#039;s a nonsense question unless some criteria for an answer are given. We can contemplate it all day. It&#039;s like a Zen koan. 

&quot;What is the sound of one hand clapping? I want the best answer, now, or you fail!&quot; Nah, Zen doesn&#039;t work that way (does it?)

Your approach is refreshing. Who says it has to be about the letters? I was even thinking that &quot;dough&quot; has four letters that have the sound of one vowel, so maybe all four letters are considered vowels in this case. Maybe that could have something to do with it. The sky&#039;s the limit. 

The only thing that can stop us from thinking is when we think we have the final answer. Then we have come to the end of thought. How sad. 

Thanks so much for your comment, Dock.</description>
		<content:encoded><![CDATA[<p>Doc, </p>
<p>Amen, brother! I was getting a little frustrated with the plethora of opinion and lack of input. </p>
<p>To your question: I really don&#8217;t know if it&#8217;s about the letters or the context. That&#8217;s a great point. There can be many, many ways to think about this. </p>
<p>I always feel a little cheated by &#8220;IQ&#8221; questions like this. They present it as though there is some &#8220;best&#8221; answer, but nowhere do they provide it to check your own answer against, nor any reasoning they might have for it. </p>
<p>On the other hand, I love open-ended questions that make you think. So I take this one as open-ended, and I seriously doubt that there is an authoritative solution. </p>
<p>Actually, I think there cannot be one. The parameters have not been set. </p>
<p>One thing I like about math is that, in general, the parameters have been very clearly establishes (to the best of our human abilities, so far, at any rate.). The axioms are clear, and everything follows from them (without getting into Goedel).</p>
<p>In base 10, 2+2=4, all other things being equal. </p>
<p>But is @ + &#038; = 2, 5, or H?  Which answer is best? It&#8217;s a nonsense question unless some criteria for an answer are given. We can contemplate it all day. It&#8217;s like a Zen koan. </p>
<p>&#8220;What is the sound of one hand clapping? I want the best answer, now, or you fail!&#8221; Nah, Zen doesn&#8217;t work that way (does it?)</p>
<p>Your approach is refreshing. Who says it has to be about the letters? I was even thinking that &#8220;dough&#8221; has four letters that have the sound of one vowel, so maybe all four letters are considered vowels in this case. Maybe that could have something to do with it. The sky&#8217;s the limit. </p>
<p>The only thing that can stop us from thinking is when we think we have the final answer. Then we have come to the end of thought. How sad. </p>
<p>Thanks so much for your comment, Dock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IQ Test answer by Doc</title>
		<link>http://www.mathmojo.com/chronicles/2009/02/08/iq-test-answer/comment-page-1/#comment-174370</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://mathmojo.com/chronicles/?p=496#comment-174370</guid>
		<description>What a crazy dialogue! Folks are not reading through the responses and there is a great deal of repetition.
It isn&#039;t helpful to simply state a point of view is more valid than another or more &quot;right&quot; or &quot;wrong.&quot;
I appreciate the mulitple viewpoints.  My question is this:  does it always have to do with the number of letters or the pattern of the letters?  What about implications of word meanings? To me, dough made better sense because it is part of the Eucharist, and therefore related to this. Beach and ball have a natural relationship, too.  I just wasn&#039;t entirely sure how &quot;circle&quot; fit into the pattern ~ other than it was in the middle.</description>
		<content:encoded><![CDATA[<p>What a crazy dialogue! Folks are not reading through the responses and there is a great deal of repetition.<br />
It isn&#8217;t helpful to simply state a point of view is more valid than another or more &#8220;right&#8221; or &#8220;wrong.&#8221;<br />
I appreciate the mulitple viewpoints.  My question is this:  does it always have to do with the number of letters or the pattern of the letters?  What about implications of word meanings? To me, dough made better sense because it is part of the Eucharist, and therefore related to this. Beach and ball have a natural relationship, too.  I just wasn&#8217;t entirely sure how &#8220;circle&#8221; fit into the pattern ~ other than it was in the middle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
