<?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>Mind Your Decisions</title>
	<atom:link href="https://mindyourdecisions.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://mindyourdecisions.com/blog</link>
	<description>Math Videos, Math Puzzles, Game Theory. By Presh Talwalkar</description>
	<lastBuildDate>Fri, 10 Apr 2026 17:45:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://mindyourdecisions.com/blog/wp-content/uploads/2015/10/cropped-blog-logo-icon-32x32.gif</url>
	<title>Mind Your Decisions</title>
	<link>https://mindyourdecisions.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tolstoy&#8217;s Math Puzzle</title>
		<link>https://mindyourdecisions.com/blog/2026/04/10/tolstoys-math-puzzle/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 17:45:30 +0000</pubDate>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Puzzle]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[math puzzle]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://mindyourdecisions.com/blog/?p=38695</guid>

					<description><![CDATA[Thanks Kaustubh for this suggestion! Tolstoy is considered one of the greatest novelists of all time. But Tolstoy was also fond of one math puzzle, according to Perelmen&#8217;s Algebra Can Be Fun, which I have slightly re-phrased. As punishment, a team had to mow the grass on two fields. One field was twice the size &#8230; <a href="https://mindyourdecisions.com/blog/2026/04/10/tolstoys-math-puzzle/" class="more-link">Continue reading <span class="screen-reader-text">Tolstoy&#8217;s Math Puzzle</span></a>]]></description>
										<content:encoded><![CDATA[<p>Thanks Kaustubh for this suggestion!</p>
<p>Tolstoy is considered one of the greatest novelists of all time. But Tolstoy was also fond of one math puzzle, according to Perelmen&#8217;s <i>Algebra Can Be Fun</i>, which I have slightly re-phrased.</p>
<p>As punishment, a team had to mow the grass on two fields. One field was twice the size of the other. The team worked for 1/2 a day on the larger field. Then the team split into 2 equal groups. The first group stayed in the larger field and finished mowing by evening.  The second group mowed the smaller field, but by evening there remained a portion to do. This remaining portion was completed the next day by 1 person in a single day&#8217;s work.</p>
<p>How many people were there in the team?</p>
<p>As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/2S-qDCgyn3A">Tolstoy&#8217;s Math Puzzle</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/2S-qDCgyn3A" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38695"></span><br />
.<br />
.<br />
.<br />
.<br />
M<br />
I<br />
N<br />
D<br />
.<br />
Y<br />
O<br />
U<br />
R<br />
.<br />
D<br />
E<br />
C<br />
I<br />
S<br />
I<br />
O<br />
N<br />
S<br />
.<br />
P<br />
U<br />
Z<br />
Z<br />
L<br />
E<br />
.<br />
.<br />
.<br />
.<br />
<b>Answer To </b></p>
<p>(Pretty much all posts are transcribed quickly after I make the videos for them&#8211;please <a href="mailto:presh@mindyourdecisions.com">let me know</a> if there are any typos/errors and I will correct them, thanks).</p>
<p>In such puzzles, the rate each person works is assumed to be constant.</p>
<p>As punishment, a team had to mow the grass on two fields. One field was twice the size of the other. The team worked for 1/2 a day on the larger field. Then the team split into 2 equal groups. The first group stayed in the larger field and finished mowing by evening.  The second group mowed the smaller field, but by evening there remained a portion to do. This remaining portion was completed the next day by 1 person in a single day&#8217;s work.</p>
<p><b>Method 1</b>: Algebra</p>
<p>Define variables:</p>
<p><i>n</i> = number of people in the team<br />
<i>r</i> = rate 1 person works in 1 day<br />
<i>t</i> = time in days</p>
<p>Then we have:</p>
<p>(number people)(rate)(time) = work done</p>
<p>The team worked for 1/2 a day on the larger field translates to:</p>
<p><i>nr</i>/2 = work</p>
<p>Then 1/2 team worked for 1/2 a day on the larger field, which is:</p>
<p>(<i>n</i>/2)<i>r</i>/2 = work<br />
(<i>nr</i>)/4 = work</p>
<p>This work is sufficient to complete the large field.</p>
<p><i>nr</i>/2 + <i>nr</i>/4 = work for large field</p>
<p>Also 1/2 team worked for 1/2 a day on the smaller field, which is:</p>
<p>(<i>n</i>/2)<i>r</i>/2 = work<br />
(<i>nr</i>)/4 = work</p>
<p>Finally 1 person worked 1 day to finish the smaller field:</p>
<p>1(<i>r</i>)1 = <i>r</i></p>
<p>This is the work for the smaller field.</p>
<p><i>nr</i>/4 + <i>r</i> = work for smaller field</p>
<p>The larger field is 2 times the size, so 2 times the work of the large field, so we have:</p>
<p><i>nr</i>/2 + <i>nr</i>/4 = 2(<i>nr</i>/4 + <i>r</i>)<br />
3<i>nr</i>/4 = 2<i>r</i>(<i>n</i>/4 + 1)<br />
3<i>n</i>/4 = 2(<i>n</i>/4 + 1)<br />
3<i>n</i>/4 = 2<i>n</i>/4 + 2<br />
<i>n</i>/4 = 2<br />
<i>n</i> = 8</p>
<p><b>Method 2</b>: Area Model</p>
<p>Let the larger field have an area of 1. Then the smaller field has an area of 1/2.</p>
<p>The entire team works 1/2 day on the large field, then 1/2 of the team works 1/2 day. The entire team working 1/2 day is equivalent to two 1/2 teams working 1/2 day. So this work is equivalent to three 1/2 teams working 1/2 day, meaning 1/2 team 1/2 day is 1/3 of the large field.</p>
<p>So in the small field, 1/2 team working 1/2 day completes an area of 1/3. This means the remaining portion is 1/2 &#8211; 1/3 = 1/6. A single person working 1 day can complete this.</p>
<p><img fetchpriority="high" decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/tolstoy-problem-area-method.png" alt="" width="600" height="354" class="alignnone size-full wp-image-38699" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/tolstoy-problem-area-method.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/tolstoy-problem-area-method-300x177.png 300w" sizes="(max-width: 600px) 100vw, 600px" /><br />
How much work can a team do in 1 day? That is equal to four times the amount that 1/2 team does in 1/2 day, which is 4 times 1/3, or 4/3 = 8/6. Thus the team does 8 times as much work as a single person, and there must be 8 people in the team.</p>
<p><b>Reference</b></p>
<p>Algebra Can Be Fun by Yakov Perelman<br />
<a href="https://archive.org/details/perelman-algebra-can-be-fun-mir-1979/page/46/mode/2up?q=tolstoy">https://archive.org/details/perelman-algebra-can-be-fun-mir-1979/page/46/mode/2up?q=tolstoy</a></p>
<p>Lev Tolstoy<br />
<a href="https://en.wikipedia.org/wiki/Leo_Tolstoy">https://en.wikipedia.org/wiki/Leo_Tolstoy</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Angle In Arch Puzzle</title>
		<link>https://mindyourdecisions.com/blog/2026/04/07/angle-in-arch-puzzle/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 18:54:15 +0000</pubDate>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Puzzle]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[math puzzle]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://mindyourdecisions.com/blog/?p=38673</guid>

					<description><![CDATA[Here&#8217;s a fun problem that is making the rounds. These puzzles are fun, but in order to be solvable you have to make assumptions about angles and lengths from the diagram. This is problematic because in real life many diagrams are not drawn to scale, so you do not want to be in the habit &#8230; <a href="https://mindyourdecisions.com/blog/2026/04/07/angle-in-arch-puzzle/" class="more-link">Continue reading <span class="screen-reader-text">Angle In Arch Puzzle</span></a>]]></description>
										<content:encoded><![CDATA[<p>Here&#8217;s a fun problem that is making the rounds.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-problem-a.png" alt="" width="600" height="436" class="alignnone size-full wp-image-38681" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-problem-a.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-problem-a-300x218.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>These puzzles are fun, but in order to be solvable you have to make assumptions about angles and lengths from the diagram. This is problematic because in real life many diagrams are not drawn to scale, so you do not want to be in the habit of making such assumptions.</p>
<p>It is an interesting mental challenge to convert a puzzle into a more precise mathematical statement. I did some research and found this work was already done, as the problem appeared in the 2009 AMC 10B (one of the qualifying tests for the U.S. mathematical Olympiad team).</p>
<p>The AMC problem is stated like this:</p>
<p>A keystone arch, shown below, is composed of 9 congruent isosceles trapezoids fitted together along the non-parallel sides. The bottom sides of the two end trapezoids are horizontal. Let <i>x</i> be the angle measure in degrees of the larger interior angle of the trapezoid. What is <i>x</i> ?</p>
<p>The mathematical statement is more precise, however, it is also more verbose. So it is a challenge of puzzle makers to present problems precisely, but without too much jargon which would alienate the casual puzzle solver.</p>
<p>I thought it was interesting to juxtapose the two presentations of this problem. With that said, let&#8217;s work out the answer!</p>
<p>As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/nI8TQWzzVco">Angle In Arch Puzzle</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/nI8TQWzzVco" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38673"></span><br />
.<br />
.<br />
.<br />
.<br />
M<br />
I<br />
N<br />
D<br />
.<br />
Y<br />
O<br />
U<br />
R<br />
.<br />
D<br />
E<br />
C<br />
I<br />
S<br />
I<br />
O<br />
N<br />
S<br />
.<br />
P<br />
U<br />
Z<br />
Z<br />
L<br />
E<br />
.<br />
.<br />
.<br />
.<br />
<b>Answer To Angle In Arch Puzzle</b></p>
<p>(Pretty much all posts are transcribed quickly after I make the videos for them&#8211;please <a href="mailto:presh@mindyourdecisions.com">let me know</a> if there are any typos/errors and I will correct them, thanks).</p>
<p>There are many ways to solve this problem. I will present 4 methods that I found interesting.</p>
<p><b>Method 1</b>: triangles</p>
<p>Extend the non-parallel sides of each trapezoid.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-1a.png" alt="" width="600" height="394" class="alignnone size-full wp-image-38682" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-1a.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-1a-300x197.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Most people just assume all the line segments meet at a common point, but one should justify this is the case.</p>
<p>Consider two adjacent trapezoids, say the leftmost and the next one. The trapezoids are congruent, so the angles and lengths of the triangle formed by the extended line segments are congruent, so the adjacent diagram is a mirror image about the common line segment. Thus the line segments meet at the same point. Continue this reasoning to each adjacent trapezoid, so all trapezoids meet at the same common point. By symmetry this point will be the center of the horizontal line segment.</p>
<p>We have now formed 9 congruent angles <i>y</i> that form a straight line, so 9<i>y</i> = 180&deg; and <i>y</i> = 20&deg;.</p>
<p>We have also formed 9 congruent isosceles triangles with a vertex angle of <i>y</i> and non-vertex angles of <i>z</i>. So we have 2<i>z</i> + <i>y</i> = 180&deg; and <i>z</i> = 80&deg;.</p>
<p>Finally <i>x</i> + <i>z</i> = 180&deg;, so <i>x</i> = 100&deg;.</p>
<p><b>Method 2</b>: decagon</p>
<p>Form a decagon with the horizontal line and the 9 periphery sides of the trapezoids.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-2a.png" alt="" width="600" height="398" class="alignnone size-full wp-image-38683" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-2a.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-2a-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>The sum of the interior angles can be computed by the well known formula with <i>n</i> = 10 to get:</p>
<p>180&deg;(<i>n</i> &#8211; 2)<br />
= 180&deg;(10 &#8211; 2)<br />
= 1440&deg;</p>
<p>The larger interior angle in each trapezoid is <i>x</i>. Let <i>y</i> be the smaller interior angle in each trapezoid. In a quadrilateral the sum of interior angles is 306&deg;, so 2<i>x</i> + 2<i>y</i> = 360&deg; and <i>y</i> = 180&deg; &#8211; <i>x</i>.</p>
<p>The 10 sided polygon has 2 interior angles of <i>y</i>, and the remaining 8 are formed by 2<i>y</i>, so we have a total sum of 2<i>y</i> + 8(2<i>y</i>) = 18<i>y</i>. (We could equivalently see there are 9 trapezoids and each contributes 2<i>y</i> to the interior angle sum, to make 9(2<i>y</i>) = 18<i>y</i>.) Thus we have:</p>
<p>18<i>y</i> = 1440&deg;<br />
<i>y</i> = 80&deg;</p>
<p>Finally we have:</p>
<p><i>y</i> = 180&deg; &#8211; <i>x</i><br />
100 = 180&deg; &#8211; <i>x</i><br />
<i>x</i> = 100&deg;</p>
<p><b>Method 3</b>: octadecagon</p>
<p>We can similarly reflect the arch to form a regular 18-sided polygon.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-3a.png" alt="" width="600" height="455" class="alignnone size-full wp-image-38684" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-3a.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-3a-300x228.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Using the interior angle sum formula we get:</p>
<p>180&deg;(<i>n</i> &#8211; 2)<br />
= 180&deg;(18 &#8211; 2)<br />
= 2880&deg;</p>
<p>We can also sum the interior angles of the 18-sided polygon in terms of the angles <i>y</i> of the trapezoid:</p>
<p>18(2<i>y</i> = 2880&deg;<br />
<i>y</i> = 80&deg;</p>
<p>Finally we have:</p>
<p><i>y</i> = 180&deg; &#8211; <i>x</i><br />
100 = 180&deg; &#8211; <i>x</i><br />
<i>x</i> = 100&deg;</p>
<p><b>Method 4</b>: turning angle</p>
<p>We can also employ exterior angles to solve this puzzle.</p>
<p>Consider the angle <i>z</i> a trapezoid has to be turned to be in the orientation of the adjacent trapezoid. A pen that is turned 9 such times will be rotated upside down 180&deg;.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-4a.png" alt="" width="600" height="349" class="alignnone size-full wp-image-38685" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-4a.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/angle-in-arch-use-brain-blog-solution-4a-300x175.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Thus we have:</p>
<p>9<i>z</i> = 180&deg;<br />
<i>z</i> = 80&deg;</p>
<p>We form a straight line between two angles of <i>z</i> and one of <i>y</i>, so we have:</p>
<p>2<i>z</i> + <i>y</i> = 180&deg;<br />
2(20&deg;) + <i>y</i> = 180&deg;<br />
<i>y</i> = 80&deg;</p>
<p>Finally as before we have:</p>
<p><i>y</i> = 180&deg; &#8211; <i>x</i><br />
100 = 180&deg; &#8211; <i>x</i><br />
<i>x</i> = 100&deg;</p>
<p>What a fun puzzle!</p>
<p><b>Special thanks this month to:</b></p>
<p>Daniel Lewis<br />
Lee Redden<br />
Kyle</p>
<p>Thanks to all supporters on <a href="http://www.patreon.com/mindyourdecisions">Patreon</a> and <a href="https://www.youtube.com/@MindYourDecisions/join">YouTube</a>!</p>
<p><b>References</b></p>
<p>Puzzle on X<br />
<a href="https://x.com/sonukg4india/status/2038832197256585556">https://x.com/sonukg4india/status/2038832197256585556</a></p>
<p>2009 AMC 10B Problems/Problem 24 via AoPS<br />
<a href="https://artofproblemsolving.com/wiki/index.php?title=2009_AMC_10B_Problems/Problem_24">https://artofproblemsolving.com/wiki/index.php?title=2009_AMC_10B_Problems/Problem_24</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Proof that 2 does not exist. Where is the mistake?</title>
		<link>https://mindyourdecisions.com/blog/2026/04/03/proof-that-2-does-not-exist-where-is-the-mistake/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Sat, 04 Apr 2026 04:49:46 +0000</pubDate>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[paradox]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://mindyourdecisions.com/blog/?p=38687</guid>

					<description><![CDATA[This year&#8217;s April Fools featured a fun mathematical joke. So where is the mistake? As usual, watch the video for a solution. Proof that 2 does not exist. Where is the mistake? Or keep reading. . . . . M I N D . Y O U R . D E C I S I &#8230; <a href="https://mindyourdecisions.com/blog/2026/04/03/proof-that-2-does-not-exist-where-is-the-mistake/" class="more-link">Continue reading <span class="screen-reader-text">Proof that 2 does not exist. Where is the mistake?</span></a>]]></description>
										<content:encoded><![CDATA[<p>This year&#8217;s April Fools featured a fun mathematical joke.</p>
<p><a href="https://x.com/Math_files/status/2039328376247484763"><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/2-does-not-exist-uniform-600.png" alt="" width="600" height="338" class="alignnone size-full wp-image-38689" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/2-does-not-exist-uniform-600.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/04/2-does-not-exist-uniform-600-300x169.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>So where is the mistake?</p>
<p>As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/vakCMe81sjI">Proof that 2 does not exist. Where is the mistake?</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/vakCMe81sjI" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38687"></span><br />
.<br />
.<br />
.<br />
.<br />
M<br />
I<br />
N<br />
D<br />
.<br />
Y<br />
O<br />
U<br />
R<br />
.<br />
D<br />
E<br />
C<br />
I<br />
S<br />
I<br />
O<br />
N<br />
S<br />
.<br />
P<br />
U<br />
Z<br />
Z<br />
L<br />
E<br />
.<br />
.<br />
.<br />
.<br />
<b>Answer To Proof that 2 does not exist. Where is the mistake?</b></p>
<p>(Pretty much all posts are transcribed quickly after I make the videos for them&#8211;please <a href="mailto:presh@mindyourdecisions.com">let me know</a> if there are any typos/errors and I will correct them, thanks).</p>
<p>The mistake in reasoning happens when saying the probability of a given prime is even is zero.</p>
<p>It is not possible to assign a uniform distribution to a countably infinite set. The reason is if you set the probability to be 0 for each event, then the total probability is 0 (less than 1). If you set the probability to be greater than 0, then summing over the infinite set will become unbounded (greater than 1). So it&#8217;s impossible to set a uniform distribution to a countably infinite set.</p>
<p>So yes, the number 2 does exist after all.</p>
<p><b>Reference</b></p>
<p>X<br />
<a href="https://x.com/Math_files/status/2039328376247484763">https://x.com/Math_files/status/2039328376247484763</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
