<?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>Mon, 07 Sep 2026 17:35:49 +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>Successive Wins Interview Question</title>
		<link>https://mindyourdecisions.com/blog/2026/09/07/successive-wins-interview-question/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 17:35:49 +0000</pubDate>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Puzzle]]></category>
		<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://mindyourdecisions.com/blog/?p=38898</guid>

					<description><![CDATA[I came across an interesting problem called &#8220;successive wins&#8221; in Frederick Mosteller&#8217;s Fifty Challenging Probability Problems with Solutions. Variants of this puzzle have been used as interview questions at quant trading firms like Jane Street Capital. Here is the setup: Bob is an aspiring tennis player. He can earn a prize by winning (at least) &#8230; <a href="https://mindyourdecisions.com/blog/2026/09/07/successive-wins-interview-question/" class="more-link">Continue reading <span class="screen-reader-text">Successive Wins Interview Question</span></a>]]></description>
										<content:encoded><![CDATA[<p>I came across an interesting problem called &#8220;successive wins&#8221; in Frederick Mosteller&#8217;s <em>Fifty Challenging Probability Problems with Solutions</em>. Variants of this puzzle have been used as interview questions at quant trading firms like Jane Street Capital.</p>
<p>Here is the setup:</p>
<p>Bob is an aspiring tennis player. He can earn a prize by winning (at least) 2 tennis sets in a row out of a three-set series. He has to play his teacher and the club champion alternately: either teacher-champion-teacher or champion-teacher-champion according to Bob&#8217;s choice. Everyone knows the club champion is a better player than the teacher. Which series should Bob choose?</p>
<p>As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/gF9p0pF3Rh4">Successive Wins Interview Question</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/gF9p0pF3Rh4" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38898"></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 Successive Wins Interview Question</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><strong>A game theory approach&#8230;</strong></p>
<p>You can reach the answer even without doing any math. Just think like the problem maker and reason backwards.</p>
<p>Since the teacher is the worse player, it would make sense that Bob play him more than the champion. The choice of teacher-champion-teacher seems obvious&#8230; perhaps it&#8217;s a little bit too obvious.</p>
<p>This puzzle appears in a book of challenging probability problems, so the obvious answer should be held with suspicion. After ruling that choice, one can conclude the correct choice must be champion-teacher-champion.</p>
<p>(I know this sounds like that <a href="https://www.youtube.com/watch?v=rMz7JBRbmNo">Princess Bride scene</a>, but thankfully this reasoning has an ending. And in fact, champion-teacher-champion is the right answer.)</p>
<p>While we have reasoned to the correct answer, we have not solved a more interesting question: why should playing the <em>tougher opponent</em> more make Bob&#8217;s winning streak <em>more likely</em>?</p>
<p><strong>The explanation</strong></p>
<p>The reason has to do with the order of play. While champion-teacher-champion will have fewer expected wins, Bob doesn&#8217;t care about wins per se. He cares about creating a streak.</p>
<p>In this puzzle, Bob needs to win at least two sets in a row. How many ways is that possible? Begin by writing out the possible outcomes of the sets and identifying the win streaks. We&#8217;ll abbreviate for win (W) and loss (L):</p>
<p>WWW &#8211; prize<br />
WWL &#8211; prize<br />
WLW<br />
LWW &#8211; prize<br />
WLL<br />
LWL<br />
LLW<br />
LLL</p>
<p>Notice that Bob has precisely three ways to make a streak: by winning all the sets (WWW), winning the first two (WWL), and winning the last two (LWW).</p>
<p>The key feature here is that Bob <em>needs to win the second set</em> in order to make a streak.</p>
<p>As the second set is critical, Bob would be wise to play the worse player&#8211;his teacher&#8211;in that slot. And that is the reason why champion-teacher-champion is the correct answer.</p>
<p><strong>The size of the advantage</strong></p>
<p>If we make a few more assumptions we can also calculate the size of the advantage.</p>
<p>Suppose Bob&#8217;s odds of winning a set depend purely on whom he plays, and suppose each set can be considered an independent event. Let <em>t</em> and <em>c</em> denote the probability Bob can beat his teacher and the champion in any given set, respectively.</p>
<p>Assuming independence of sets, we can then add up the probabilities of the winning events and compare their size:</p>
<p>Teacher-champion-teacher<br />
WWW = <i>tct</i><br />
WWL = <i>tc</i>(1 &#8211; <i>t</i>)<br />
LWW = (1 &#8211; <i>t</i>)<i>ct</i><br />
Total = <i>ct</i>(2 &#8211; <i>t</i>)</p>
<p>champion-teacher-champion<br />
WWW = <i>ctc</i><br />
WWL = <i>ct</i>(1 &#8211; <i>c</i>)<br />
LWW = (1 &#8211; <i>c</i>)<i>tc</i><br />
Total = <i>ct</i>(2 &#8211; <i>c</i>)</p>
<p>Since the club champion is a better player, <i>c</i> is less than <i>t</i> and 2 &#8211; <i>c</i> is larger than 2 &#8211; <i>t</i>. Thus <i>ct</i>(2 &#8211; <i>c</i>) is the larger quantity and it is better to play the champion twice.</p>
<p>Taking the example of <em>t=0.8</em> and <em>c=0.4</em>, the chances are 51.2 percent for champion-teacher-champion and only 38.4 percent for teacher-champion-teacher. Choosing the right order increases the chances dramatically.</p>
<p><b>Special thanks this month to:</b></p>
<p>Kyle<br />
Daniel Lewis<br />
Lee Redden</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>Old post<br />
<a href="https://mindyourdecisions.com/blog/2008/12/09/a-math-problem-that-might-help-you-win-one-million-dollars/">https://mindyourdecisions.com/blog/2008/12/09/a-math-problem-that-might-help-you-win-one-million-dollars/</a><br />
Medium<br />
<a href="https://medium.com/@rishidarkdevil/the-successive-wins-problem-f4d4397853d5">https://medium.com/@rishidarkdevil/the-successive-wins-problem-f4d4397853d5</a><br />
Fifty Challenging Problems in Probability with Solutions, By Frederick Mosteller<br />
<a href="https://store.doverpublications.com/products/9780486134963?srsltid=AfmBOorI4gqlaBoO8CLEGhez4Wt5eqfmNi-CHlspPW6gZpEIauDA3YLN">https://store.doverpublications.com/products/9780486134963?srsltid=AfmBOorI4gqlaBoO8CLEGhez4Wt5eqfmNi-CHlspPW6gZpEIauDA3YLN</a><br />
Jane Street Capital interview question<br />
<a href="https://www.glassdoor.com/Interview/suppose-you-player-A-player-B-are-in-a-tennis-tournament-Player-A-has-a-better-chance-of-beating-you-than-player-B-does-QTN_124563.htm">https://www.glassdoor.com/Interview/suppose-you-player-A-player-B-are-in-a-tennis-tournament-Player-A-has-a-better-chance-of-beating-you-than-player-B-does-QTN_124563.htm</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Which Curve Is Longer Green Or Blue?</title>
		<link>https://mindyourdecisions.com/blog/2026/08/30/which-curve-is-longer-green-or-blue/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 22:07:20 +0000</pubDate>
				<category><![CDATA[Puzzle]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[math puzzle]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://mindyourdecisions.com/blog/?p=38892</guid>

					<description><![CDATA[This is adapted from questions asked in American undergraduate and graduate standardized admissions tests. Semi-circles are constructed on AB and BC and drawn in blue, and a semicircle is constructed on AC and drawn in green. Which curve is longer: blue or the green? I. Blue II. Green III. Equal IV. Cannot Be Determined Many &#8230; <a href="https://mindyourdecisions.com/blog/2026/08/30/which-curve-is-longer-green-or-blue/" class="more-link">Continue reading <span class="screen-reader-text">Which Curve Is Longer Green Or Blue?</span></a>]]></description>
										<content:encoded><![CDATA[<p>This is adapted from questions asked in American undergraduate and graduate standardized admissions tests.</p>
<p>Semi-circles are constructed on <i>AB</i> and <i>BC</i> and drawn in blue, and a semicircle is constructed on <i>AC</i> and drawn in green.</p>
<p><img fetchpriority="high" decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog.png" alt="" width="600" height="447" class="alignnone size-full wp-image-38893" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog-300x224.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Which curve is longer: blue or the green?</p>
<p>I. Blue<br />
II. Green<br />
III. Equal<br />
IV. Cannot Be Determined</p>
<p>Many American students found this question to be difficult. Can you figure it out?</p>
<p>As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/i7kXzawXDjQ">Which Curve Is Longer Green Or Blue?</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/i7kXzawXDjQ" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38892"></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 Which Curve Is Longer Green Or Blue?</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><img fetchpriority="high" decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog.png" alt="" width="600" height="447" class="alignnone size-full wp-image-38893" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog.png 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/blue-or-green-curve-blog-300x224.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>A circle&#8217;s with diameter <i>d</i> has a circumference &pi;<i>d</i>, so a semi-circle has half that length, or 0.5&pi;<i>d</i>.</p>
<p>The blue curve has a total length of:</p>
<p>0.5&pi;|<i>AB</i>| + 0.5&pi;|<i>BC</i>|<br />
= 0.5&pi;(|<i>AB</i>| + |<i>BC</i>|)<br />
= 0.5&pi;(|<i>AC</i>|)</p>
<p>The green curve&#8217;s length is directly calculated as:</p>
<p>0.5&pi;(|<i>AC</i>|)</p>
<p>Thus the two lengths are equal! This is true even if the point <i>B</i> is placed anywhere else along <i>AC</i>, even at the extreme points of <i>A</i> or <i>C</i>.</p>
<p>It is interesting the lengths of the two curves are always in balance no matter where the point <i>B</i> is placed, as the diagram bears a resemblance to the yin and yang symbol that signifies balance.</p>
<p><b>References</b></p>
<p>Previous video<br />
<a href="https://www.youtube.com/watch?v=JNId5NmvvHg">https://www.youtube.com/watch?v=JNId5NmvvHg</a></p>
<p>SAT (undergraduate admissions test)<br />
<a href="https://www.businessinsider.com/hard-sat-math-questions-test-practice-2018-3">https://www.businessinsider.com/hard-sat-math-questions-test-practice-2018-3</a></p>
<p>GRE (graduate admissions test)<br />
<a href="https://www.prepscholar.com/gre/blog/gre-geometry-review-practice/">https://www.prepscholar.com/gre/blog/gre-geometry-review-practice/</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Did 93% Get This Wrong? Book Costs 1 Dollar Plus Half Its Price</title>
		<link>https://mindyourdecisions.com/blog/2026/08/26/how-did-93-get-this-wrong-book-costs-1-dollar-plus-half-its-price/</link>
		
		<dc:creator><![CDATA[Presh Talwalkar]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 22:08:20 +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=38926</guid>

					<description><![CDATA[About 2 years ago I posted this puzzle. The problem is going viral again, so I have posted another video. The calculations are the same but I have expanded on the history of the problem, and also included the viral poll from January 2022 showing 93% of people gave the wrong answer. The puzzle is &#8230; <a href="https://mindyourdecisions.com/blog/2026/08/26/how-did-93-get-this-wrong-book-costs-1-dollar-plus-half-its-price/" class="more-link">Continue reading <span class="screen-reader-text">How Did 93% Get This Wrong? Book Costs 1 Dollar Plus Half Its Price</span></a>]]></description>
										<content:encoded><![CDATA[<p>About 2 years ago I <a href="">posted</a> this puzzle. The problem is going viral again, so I have posted another video. The calculations are the same but I have expanded on the history of the problem, and also included the viral poll from January 2022 showing 93% of people gave the wrong answer.</p>
<p><img decoding="async" src="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/book-costs-1-dollar-again-93-pct-preview-600.jpg" alt="" width="600" height="338" class="alignnone size-full wp-image-38927" srcset="https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/book-costs-1-dollar-again-93-pct-preview-600.jpg 600w, https://mindyourdecisions.com/blog/wp-content/uploads/2026/08/book-costs-1-dollar-again-93-pct-preview-600-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>The puzzle is actually problem 37 from the famous 1956 book <i>The Moscow Puzzles</i>.</p>
<p>&#8220;A book costs $1 plus half its price. How much does it cost?&#8221;</p>
<p>It is a simple puzzle, but it has confused many people on the internet. As usual, watch the video for a solution.</p>
<p><b><a href="https://youtu.be/vO8lILJM3Fo">A Classic Puzzle Baffling The Internet</a></b></p>
<p><iframe src="https://www.youtube-nocookie.com/embed/vO8lILJM3Fo" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Or keep reading.<br />
<span id="more-38926"></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 Price Of A Book 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>Suppose the book costs <i>b</i> dollars. Then 1 dollar plus half the price is 1 + <i>b</i>/2. Thus we have:</p>
<p><i>b</i> = 1 + <i>b</i>/2<br />
<i>b</i>/2 = 1<br />
<i>b</i> = 2</p>
<p>The book costs $2.</p>
<p>I did a <a href="https://www.youtube.com/post/Ugzv_XryKGRUCCNDluN4AaABCQ">poll on the MindYourDecisions YouTube channel</a> with the options $1, $1.50, $2, and &#8220;the value cannot be determined&#8221;. The poll received over 40,000 votes. About 50% agreed with the answer of $2. About 34% said there was not enough information since cost and price can be different. The remaining responses were either $1 or $1.50.</p>
<p>I do think a valid criticism of the phrasing is that cost and price are two different things. Cost is the expense to produce an item while price is the amount a customer pays.</p>
<p>But in this sentence, it should be clear that  &#8220;cost&#8221; and &#8220;price&#8221; are used synonymously as is often the case in daily life. We say &#8220;a movie ticket costs $20&#8221; to refer to the price of $20 we have to pay.</p>
<p><b>Sources</b></p>
<p>Reddit today<br />
<a href="https://www.reddit.com/r/theydidthemath/comments/1vsgrk8/request_i_need_a_second_opinion_on_this_math/">https://www.reddit.com/r/theydidthemath/comments/1vsgrk8/request_i_need_a_second_opinion_on_this_math/</a><br />
Reddit 5 years ago<br />
<a href="https://www.reddit.com/r/theydidthemath/comments/s9k2eb/request_can_someone_do_the_math_i_swear_its_150/">https://www.reddit.com/r/theydidthemath/comments/s9k2eb/request_can_someone_do_the_math_i_swear_its_150/</a></p>
<p>The Moscow Puzzles (problem 37) by Boris A. Kordemsky, edited by Martin Gardner<br />
<a href="http://www.math.cmu.edu/~bkell/21110-2010s/algebra-puzzles.pdf">http://www.math.cmu.edu/~bkell/21110-2010s/algebra-puzzles.pdf</a><br />
<a href="https://store.doverpublications.com/products/9780486270784">https://store.doverpublications.com/products/9780486270784</a></p>
<p>On Fyrock&#8217;s poll, only 7% gave the answer of $2.<br />
<a href="https://www.youtube.com/post/UgkxztB7AMWYjz7rup7eD3-22mVDyYECuVhk">https://www.youtube.com/post/UgkxztB7AMWYjz7rup7eD3-22mVDyYECuVhk</a></p>
<p>On my community page, about 60% of people give the answer of $2.<br />
MindYourDecisions poll 5 years ago<br />
<a href="https://www.youtube.com/post/Ugzv_XryKGRUCCNDluN4AaABCQ">https://www.youtube.com/post/Ugzv_XryKGRUCCNDluN4AaABCQ</a><br />
MindYourDecisions poll 2 years ago<br />
<a href="https://www.youtube.com/channel/UCHnj59g7jezwTy5GeL8EA_g/community?lb=Ugkx_heZWpPNenkmphzc4IqjSnyU59PCGAeE">https://www.youtube.com/channel/UCHnj59g7jezwTy5GeL8EA_g/community?lb=Ugkx_heZWpPNenkmphzc4IqjSnyU59PCGAeE</a><br />
MindYourDecisions poll current<br />
<a href="https://www.youtube.com/post/UgkxhM0HA5my2PYE7RCDX_1owQIdaoo7oUFZ">https://www.youtube.com/post/UgkxhM0HA5my2PYE7RCDX_1owQIdaoo7oUFZ</a></p>
<p>My post from 2 years ago<br />
<a href="https://mindyourdecisions.com/blog/2024/04/10/price-of-a-book-puzzle-again/">https://mindyourdecisions.com/blog/2024/04/10/price-of-a-book-puzzle-again/</a><br />
<a href="https://youtu.be/0d01sKl0wtY">https://youtu.be/0d01sKl0wtY</a></p>
<p>Singapore model<br />
<a href="https://journals.sagepub.com/doi/10.1177/27527263221107526">https://journals.sagepub.com/doi/10.1177/27527263221107526</a></p>
<p>Cost<br />
<a href="https://www.merriam-webster.com/simple/cost">https://www.merriam-webster.com/simple/cost</a></p>
<p>Related memes<br />
<a href="https://www.physicsforums.com/threads/math-puzzle.477209/">https://www.physicsforums.com/threads/math-puzzle.477209/</a><br />
<a href="https://knowyourmeme.com/forums/just-for-fun/topics/14038-you-really-should-be-able-to-solve-this">https://knowyourmeme.com/forums/just-for-fun/topics/14038-you-really-should-be-able-to-solve-this</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
