<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/M"/>
		<updated>2026-04-28T17:01:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=381:_Mobius_Battle&amp;diff=171483</id>
		<title>381: Mobius Battle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=381:_Mobius_Battle&amp;diff=171483"/>
				<updated>2019-03-21T22:47:01Z</updated>
		
		<summary type="html">&lt;p&gt;M: added (or on one &amp;quot;side&amp;quot; of a strip of clear plastic or film)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 381&lt;br /&gt;
| date      = February 8, 2008&lt;br /&gt;
| title     = Mobius Battle&lt;br /&gt;
| image     = mobius battle.png&lt;br /&gt;
| titletext = Films need to do this more, if only to piss off the people who have to feed it into the projector.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[File:mobius battle.gif|right|frame|The Möbius comic strip as an animated GIF.]]&lt;br /&gt;
A {{w|Möbius strip}} is an object with only one surface and one edge. It can be created by taking a strip of paper and twisting it 180 degrees before taping both ends together.&lt;br /&gt;
&lt;br /&gt;
The idea of the Möbius strip has been used here to create a comic strip that could potentially loop forever. In it, [[Cueball]] is standing in front of a ball. Then another Cueball runs in and kicks the first Cueball out of the panel. The second Cueball then turns away, retaining the first Cueball's original position, only flipped horizontally. Because of the nature of the Möbius strip, if the comic strip were to be printed out in such a way that the comic could be seen on both sides of the paper, like on tracing paper or on one &amp;quot;side&amp;quot; of a strip of clear plastic or film, the comic would repeat, so that the second Cueball would become the first Cueball, and someone else, potentially the original first person, would push them out of the comic becoming himself the first Cueball.&lt;br /&gt;
&lt;br /&gt;
The comic's viability as a Möbius strip is preserved the use of symmetrical letters in a palindromic word to denote laughing (&amp;quot;HAHAHAH&amp;quot;) as well as using symmetrical punctuation for the other character's [http://en.wiktionary.org/wiki/grawlix#English grawlixes.]  A similar use of a Möbius strip in story-telling can be seen in [https://www.youtube.com/watch?v=4mdEsouIXGM Wind and Mr. Ug] by Vi Hart.&lt;br /&gt;
&lt;br /&gt;
Finally, at the title text, [[Randall]] jokes that he would like to see actual films do this solely as a joke on projectionists, who would have a difficult time feeding a Mobius strip film reel properly into a normal projector due to the twist.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is standing next to a ball, a flash appears on the left side of the panel.]&lt;br /&gt;
:[Another Cueball comes in from the left, preparing to kick the ball.]&lt;br /&gt;
:[The other Cueball kicks the ball into the first Cueball's head.]&lt;br /&gt;
:[The first Cueball is lying outside of the frame, second Cueball points and laughs.]&lt;br /&gt;
:Second Cueball: HAHAHAH&lt;br /&gt;
:First Cueball: &amp;lt;nowiki&amp;gt;!#^*!*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:[Second Cueball is now standing next to the ball.]&lt;br /&gt;
:[To the right, the strip above is looped around like a film strip, but a one-half-turn is put into the loop to make it a Mobius strip.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=376:_Bug&amp;diff=171482</id>
		<title>376: Bug</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=376:_Bug&amp;diff=171482"/>
				<updated>2019-03-21T22:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;M: added example of problem with the Deep Impact (spacecraft) story&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 376&lt;br /&gt;
| date      = January 28, 2008&lt;br /&gt;
| title     = Bug&lt;br /&gt;
| image     = bug.png&lt;br /&gt;
| titletext = The universe started in 1970. Anyone claiming to be over 38 is lying about their age.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In computer systems, time is measured starting from some arbitrarily chosen point. That particular time is known as the &amp;quot;{{w|Unix time|epoch}}&amp;quot; for that system. The {{w|UNIX}} operating system internally uses an epoch of January 1, 1970, and measures the time as a number of seconds from then. Since this was intended only for things internal to the OS (File last modified times and the like), using 1-Jan-1970 was safe as no UNIX systems existed before that date.&lt;br /&gt;
&lt;br /&gt;
However, since UNIX included a number of system functions to manipulate these dates, some developers mistook them for a general purpose date object, and misused them in applications requiring dates before the epoch, by using negative values.  Such usage would inevitably fail; for example, since the value isn't specified to be signed or unsigned, the date might be considered to be far in the future, instead of in the past.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] has clearly misused the system date in some way (probably by using an unsigned data type to store the timestamp, which cannot store negative values (in this case dates before 1970) or doing some other operation that doesn’t support negative values), his friend makes a pun by combining &amp;quot;Epoch&amp;quot; with &amp;quot;Epic Fail&amp;quot; - a colloquial term meaning &amp;quot;a very big mistake was made&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Another problem using the UNIX system date as a general purpose date object is commonly known as the {{w|year 2038 problem}}. At 03:14:08 on 19 January 2038, the 32-bit versions of the Unix time stamp will cease to work, as it will overflow the largest value that can be held in a signed 32-bit number. The 64-bit version &amp;quot;will&amp;quot; expire at 15:30:08 on 4 December 292,277,026,596.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The title text takes the joke to the next level, claiming that the entire universe began when Unix did, and therefore no one could have been older than 38 at the time when the comic was released in 2008. The formula is 'x - 1970', where x is the current year, which would explain the bug since no earlier dates are possible. This is also similar to {{w|Last Thursdayism}}.&lt;br /&gt;
&lt;br /&gt;
Example of this 2 to the 32nd power time overflow problem include the Deep Impact spacecraft which on August 11, 2013, 00:38:49(more then five years after the comic), was 2 to the 32nd power tenths of a second from January 1, 2000. There is speculation that a system on the craft tracked time in one-tenth second increments since January 1, 2000, and stored it in a signed 32-bit integer, which then overflowed at piont, similar to the Year 2038 problem.[https://en.wikipedia.org/wiki/Deep_Impact_(spacecraft)#Contact_lost_and_end_of_mission Deep Impact (spacecraft)]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball sits at a computer, staring at the screen and rubbing his chin in thought. A friend stands behind him.]&lt;br /&gt;
:Cueball: Weird — My code's crashing when given pre-1970 dates.&lt;br /&gt;
:Friend [pointing at Cueball and his computer]: Epoch fail!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Puns]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2125:_Luna_2&amp;diff=171296</id>
		<title>2125: Luna 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2125:_Luna_2&amp;diff=171296"/>
				<updated>2019-03-18T17:37:54Z</updated>
		
		<summary type="html">&lt;p&gt;M: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2125&lt;br /&gt;
| date      = March 18, 2019&lt;br /&gt;
| title     = Luna 2&lt;br /&gt;
| image     = luna_2.png&lt;br /&gt;
| titletext = The flags were probably vaporized on impact, because we launched it before we had finished figuring out how to land. That makes sense from an engineering standpoint, but also feels like a metaphor.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FLAGMENTATION GRENADE. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is referring to {{w|Luna 2}}, the first man-made object to make contact with the surface of the moon, and consequently, as stated in the comic, the first man-made object to touch another world.&lt;br /&gt;
&lt;br /&gt;
On September 13, 1959, it hit the Moon's surface east of {{w|Mare Imbrium}} near the craters Aristides, {{w|Archimedes}}, and {{w|Autolycus}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Cueball is standing behind while Megan sits at a laptop.]&lt;br /&gt;
:Megan: Huh. ''Luna 2'', the first artificial object to touch another world, carried a sphere made of steel Soviet flag emblems.&lt;br /&gt;
&lt;br /&gt;
:[A patterned sphere is shown blowing up to pieces.]&lt;br /&gt;
:It was designed to blow apart on impact, scattering tiny metal flags and ribbons across the surface of the moon.&lt;br /&gt;
&lt;br /&gt;
:[Close-up of Cueball and Megan's faces.]&lt;br /&gt;
:Cueball: So the first physical contact humans had with a heavenly body...&lt;br /&gt;
:Megan: ...was throwing a sharpnel grenade full of flags at it.&lt;br /&gt;
:Cueball: Well, it's on-brand for us, at least.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Space]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=291:_Dignified&amp;diff=171272</id>
		<title>291: Dignified</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=291:_Dignified&amp;diff=171272"/>
				<updated>2019-03-18T15:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;M: attached 262 link for staple refrence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 291&lt;br /&gt;
| date      = July 18, 2007&lt;br /&gt;
| title     = Dignified&lt;br /&gt;
| image     = dignified.png&lt;br /&gt;
| titletext = 'I don't know, why is your beret staying on your head?' 'Staples.'&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Beret Guy]] is hanging upside down in a tree, usually something you might have done in your a childhood. As an adult, it is not considered very dignified. Most likely, [[White Hat]] made a comment on this and the fact that Beret Guy has his head down. But then, Beret Guy gives him an answer, regarding where White Hat's head once came through and asks him why he is still acting so {{w|dignified}}.&lt;br /&gt;
&lt;br /&gt;
Here, Beret Guy is referring to the process of {{w|childbirth}}. Put in the way he mentions said process, the fact that White Hat came into this world in such a fashion would be very humiliating.&lt;br /&gt;
&lt;br /&gt;
In the title text, White Hat replies that he does not know, but then continues to ask why Beret Guy's beret stays on his head, even when upside down (in which gravity would tend to make a beret fall off{{Citation needed}}). Beret Guy explains that he has stapled the beret onto his head. &lt;br /&gt;
&lt;br /&gt;
Such a process is similar to that of closing a wound after major head surgery, using {{w|surgical staples}}. Normally, the stapling of the head would be conducted with anesthetic and removed after the incision has healed, and only an insane person would do this to himself. Doing this the way Beret Guy did it would be very, very, painful.&lt;br /&gt;
&lt;br /&gt;
Beret Guy is never seen without his hat (although it has been hidden under a green helmet once in [[769: War]]). And later in [[478: The Staple Madness]], it turns out that he likes to staple anything to everything, so maybe also his hat to his head. The staple madness comic may very well be a sequel to this comic [[262: IN UR REALITY]], where Black Hat implied he had stapled stuff to cats in the title text. &lt;br /&gt;
&lt;br /&gt;
In the teaser trailer of Indiana Jones And The Last Crusade, Indy [http://youtu.be/DZNlwJV5RRo?t=32s staples a hat to his head] (or at least pretends to) to prevent it from blowing off, a similar situation to the one Beret Guy is in here.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Beret Guy swinging upside-down from a tree branch talking to White Hat walking by.]&lt;br /&gt;
:Beret Guy: You were once shoved headfirst through someone's vagina. Why are you acting so dignified?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=96:_Mail&amp;diff=171033</id>
		<title>96: Mail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=96:_Mail&amp;diff=171033"/>
				<updated>2019-03-12T14:53:36Z</updated>
		
		<summary type="html">&lt;p&gt;M: added ... with pi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 96&lt;br /&gt;
| date      = May 1, 2006&lt;br /&gt;
| title     = Mail&lt;br /&gt;
| image     = mail.png&lt;br /&gt;
| titletext = I'm on the USPS no fly list&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]]'s interlocutor is working their way through a list of increasingly impractical or impossible suggestions for things to send through postal mail. The pay-off is that they have already somehow sent a package of time through the mail, and this is taking a while to arrive, presumably because the amount of time it will take to reach the recipient is equal to the amount of time being sent. By the time it reaches Cueball, the time will have passed, and therefore not be of much use to him.&lt;br /&gt;
&lt;br /&gt;
The reference to a 'package of time' could refer to {{w|Chronon|quantizing time}} (&amp;quot;discrete packets of time&amp;quot;) - a theory that time is not continuous as particles in the {{w|quantum mechanics}}. It could be one of the big mistakes in modern science, but feels as if there's more to it, in the world of romance, sarcasm, math, and language.&lt;br /&gt;
&lt;br /&gt;
A no fly list is a list of people who are not allowed to use commercial airlines for travel. In the United States it is maintained by the {{w|Terrorist Screening Center}}. According to the title text, the person sending strange objects through mail is on a no-fly-list for the {{w|United States Postal Service}} (USPS). While the USPS has a list of items banned from being shipped in the mail, which includes most consumer electronics with lithium batteries, it does not have such a list for people. This could suggest that this person has attempted to send so many strange items that USPS will no longer accept mail from him, or it could imply that they attempted, at one point, to send themselves via air mail, and have been banned from doing so again.&lt;br /&gt;
&lt;br /&gt;
This comic might be related to {{w|W. Reginald Bray}}, an Englishman from the turn of the 20th century, who was famous for [https://books.google.com/books?id=a0lxQwAACAAJ&amp;amp;dq=%22The+Englishman+Who+Posted+Himself+And+Other+Curious+Objects%22&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0ahUKEwiT7aCB5eTMAhUlzoMKHQJPBkYQ6AEIHTAA mailing unusual objects] (including himself) to experiment with the postal system.&lt;br /&gt;
&lt;br /&gt;
A list of the things:&lt;br /&gt;
&lt;br /&gt;
''A running chainsaw:'' While a chainsaw may be mailed with appropriate precautions, a running chainsaw would be very dangerous to mail, assuming there was a constant power source.&lt;br /&gt;
&lt;br /&gt;
''A baby's first word:'' This is a sound, and thus cannot be mailed. It could be recorded, and the recording mailed.&lt;br /&gt;
&lt;br /&gt;
''A blank stare:'' This is abstract, and the closest to mailing it would be a picture.&lt;br /&gt;
&lt;br /&gt;
''A dizzying height:'' Like the above, this is abstract. However, someone could conceivably package and mail a telescoping ladder, such that would allow the recipient to reach a dizzying height.&lt;br /&gt;
&lt;br /&gt;
''Pi:'' This is a mathematical term close to 3.141592653589793238462643383..., but it is infinitely precise and thus cannot be mailed to the full extent of its precision. However, with a compass and ruler, someone could draw a graph which would represent a line of length pi.&lt;br /&gt;
&lt;br /&gt;
''Time:'' This is completely abstract and cannot be mailed.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Phone: Do you think I could mail a running chainsaw to someone?&lt;br /&gt;
:Cueball: I doubt it.&lt;br /&gt;
:Phone: What about a baby's first word?&lt;br /&gt;
:Cueball: Look, your obsession with sending strange things through the mail is getting out of hand.&lt;br /&gt;
:Phone: Can you mail a blank stare?&lt;br /&gt;
:Phone: A dizzying height?&lt;br /&gt;
:Phone: Pi?&lt;br /&gt;
:Cueball: ...&lt;br /&gt;
:Phone: Well, did you at least get that package of time I sent you?&lt;br /&gt;
:Cueball: I... you... no, I didn't.&lt;br /&gt;
:Phone: Well, there was a lot of it, so it will probably take a while.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2122:_Size_Venn_Diagram&amp;diff=170889</id>
		<title>Talk:2122: Size Venn Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2122:_Size_Venn_Diagram&amp;diff=170889"/>
				<updated>2019-03-11T16:15:10Z</updated>
		
		<summary type="html">&lt;p&gt;M: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I think Randall kind of missed an opportunity with the title text: he should have used the new terms as a way to fill the blank areas in the diagram, for instance 'Great Emerald' for the currently empty set Great+Small+Little+Large.[[Special:Contributions/141.101.99.221|141.101.99.221]] 14:31, 11 March 2019 (UTC)&lt;br /&gt;
:No, I think the diagram itself is meant to be completely correct. But I didn't check all 100+ combinations. [[User:Fabian42|Fabian42]] ([[User talk:Fabian42|talk]]) 14:57, 11 March 2019 (UTC)&lt;br /&gt;
::Yes, I believe the diagram is correct now, but as per the title text Randall will start using new combinations of terms, probably to get their usage mainstream and move the location of the words in the diagram. I'm saying he should have created terms that would fill some blank areas. For instance, his Large Dipper would make Dipper appear in the Big+Little+Large area where we already have League.[[Special:Contributions/141.101.99.95|141.101.99.95]] 15:16, 11 March 2019 (UTC)&lt;br /&gt;
:He could also have placed “man” between “little” and “big” just to reference the movie ☺&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Any such diagram will inevitably have small lacunae. But &amp;quot;Friendly Giant&amp;quot; is a particularly large one. [[Special:Contributions/162.158.63.172|162.158.63.172]] 15:21, 11 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Endian? Scott? Tits?[[Special:Contributions/108.162.219.112|108.162.219.112]] 15:23, 11 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Besides the transcript of what's in each category, what about a table to explain ''why'' the items categorized as they are, like:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Item&lt;br /&gt;
!Big&lt;br /&gt;
!Great&lt;br /&gt;
!Large&lt;br /&gt;
!Little&lt;br /&gt;
!Small&lt;br /&gt;
|-&lt;br /&gt;
|Island&lt;br /&gt;
|Hawaii&lt;br /&gt;
|Cork Harbor, Ireland&lt;br /&gt;
|Antilles&lt;br /&gt;
|movie&lt;br /&gt;
|novel, movie&lt;br /&gt;
|-&lt;br /&gt;
|Pox&lt;br /&gt;
|n/a&lt;br /&gt;
|syphilis&lt;br /&gt;
|n/a&lt;br /&gt;
|n/a&lt;br /&gt;
|disease&lt;br /&gt;
|-&lt;br /&gt;
|White&lt;br /&gt;
|BC ski resort&lt;br /&gt;
|shark&lt;br /&gt;
|pig&lt;br /&gt;
|n/a&lt;br /&gt;
|butterfly&lt;br /&gt;
|}&lt;br /&gt;
{Unsigned|172.69.62.160}&lt;br /&gt;
:Yeah, it seems reasonable, I like it. Add it [[User:Netherin5|Netherin5]] ([[User talk:Netherin5|talk]]) 15:57, 11 March 2019 (UTC)&lt;br /&gt;
::Second but leave the unused cells blank dont put N/A in the cell. [[User:M|M]] ([[User talk:M|talk]]) 16:15, 11 March 2019 (UTC)&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2122:_Size_Venn_Diagram&amp;diff=170879</id>
		<title>2122: Size Venn Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2122:_Size_Venn_Diagram&amp;diff=170879"/>
				<updated>2019-03-11T15:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;M: contuine of transcipt work,  please review and fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2122&lt;br /&gt;
| date      = March 11, 2019&lt;br /&gt;
| title     = Size Venn Diagram&lt;br /&gt;
| image     = size_venn_diagram.png&lt;br /&gt;
| titletext = Terms I'm going to start using: The Large Dipper, great potatoes, the Big Hadron Collider, and Large Orphan Annie.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Large Terror. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic uses a Venn Diagram to show which words work with different &amp;quot;size&amp;quot; words (big, small, large, great, little)&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
the comic is a five varibale venn diagram with and some words that fit with those discripters.&lt;br /&gt;
&lt;br /&gt;
:Little: &lt;br /&gt;
:Big:&lt;br /&gt;
:Large:&lt;br /&gt;
:Great:&lt;br /&gt;
:Small:&lt;br /&gt;
&lt;br /&gt;
:Little,Big:&lt;br /&gt;
:Little,Large:&lt;br /&gt;
:Little,Great:&lt;br /&gt;
:Little,Small:&lt;br /&gt;
&lt;br /&gt;
:Big,large:&lt;br /&gt;
:Big,Great:&lt;br /&gt;
:Big,Small:&lt;br /&gt;
&lt;br /&gt;
:Large,Great:&lt;br /&gt;
:Large,Small:&lt;br /&gt;
&lt;br /&gt;
:Great,Small:&lt;br /&gt;
&lt;br /&gt;
:Little,Big,large:&lt;br /&gt;
:Little,Big,Great:&lt;br /&gt;
:Little,Big,Small:&lt;br /&gt;
&lt;br /&gt;
:Little,Large,Great:&lt;br /&gt;
:Little,Large,Small:&lt;br /&gt;
&lt;br /&gt;
:Little,Great,Small:&lt;br /&gt;
&lt;br /&gt;
:Little,Big,Large,Great:&lt;br /&gt;
:Little,Big,Large,Small:&lt;br /&gt;
:Little,Big,Great,Small:&lt;br /&gt;
:Little,Large,Great,Small:&lt;br /&gt;
&lt;br /&gt;
:Big,Large,Great,Small:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Little,Big,Large,Great,Small: island&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2122:_Size_Venn_Diagram&amp;diff=170872</id>
		<title>2122: Size Venn Diagram</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2122:_Size_Venn_Diagram&amp;diff=170872"/>
				<updated>2019-03-11T15:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;M: start of transcpit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2122&lt;br /&gt;
| date      = March 11, 2019&lt;br /&gt;
| title     = Size Venn Diagram&lt;br /&gt;
| image     = size_venn_diagram.png&lt;br /&gt;
| titletext = Terms I'm going to start using: The Large Dipper, great potatoes, the Big Hadron Collider, and Large Orphan Annie.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Large Terror. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic uses a Venn Diagram to show which words work with different &amp;quot;size&amp;quot; words (big, small, large, great, little)&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:Little &lt;br /&gt;
:Big&lt;br /&gt;
:Large&lt;br /&gt;
:Great&lt;br /&gt;
:Small&lt;br /&gt;
&lt;br /&gt;
:Little,Big&lt;br /&gt;
:Little,Large&lt;br /&gt;
:Little,Great&lt;br /&gt;
:Little,Small&lt;br /&gt;
&lt;br /&gt;
:Big,large&lt;br /&gt;
:Big,Great&lt;br /&gt;
:Big,Small&lt;br /&gt;
&lt;br /&gt;
:Large,Great&lt;br /&gt;
:Large,Small&lt;br /&gt;
&lt;br /&gt;
:Great,Small&lt;br /&gt;
&lt;br /&gt;
:Little,Big,large&lt;br /&gt;
:Little,Big,Great&lt;br /&gt;
:Little,Big,Small&lt;br /&gt;
&lt;br /&gt;
:Little,Large,&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:M&amp;diff=170305</id>
		<title>User:M</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:M&amp;diff=170305"/>
				<updated>2019-02-28T22:43:51Z</updated>
		
		<summary type="html">&lt;p&gt;M: Created page with &amp;quot;M&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;M&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:M&amp;diff=170304</id>
		<title>User talk:M</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:M&amp;diff=170304"/>
				<updated>2019-02-28T22:42:57Z</updated>
		
		<summary type="html">&lt;p&gt;M: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=95:_The_Sierpinski_Penis_Game&amp;diff=170303</id>
		<title>95: The Sierpinski Penis Game</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=95:_The_Sierpinski_Penis_Game&amp;diff=170303"/>
				<updated>2019-02-28T22:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;M: transcrpite update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 95&lt;br /&gt;
| date      = April 28, 2006&lt;br /&gt;
| title     = The Sierpinski Penis Game&lt;br /&gt;
| image     = the_sierpinski_penis_game.jpg&lt;br /&gt;
| titletext = Inappropriate places for the Penis Game include baby showers and terrorist attacks.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{w|Chaos game|The Chaos Game}} is a method of generating a fractal by repeatedly applying randomly-chosen transformation functions to a point and plotting the position of the new point each time. The transformation functions are randomly chosen from a small, predefined list. The surprising result of this is that, even though the functions are picked randomly, a distinctly non-random fractal image emerges. The exact nature of this image depends on the list of transformation functions used.&lt;br /&gt;
&lt;br /&gt;
One such fractal that can be produced by the Chaos Game is the {{w|Sierpinski Triangle}}, which is the fractal pictured in this comic.&lt;br /&gt;
&lt;br /&gt;
The Penis Game, on the other hand, is a childish activity where people (usually schoolchildren) compete to shout &amp;quot;Penis!&amp;quot; increasingly loudly in the presence of an authority figure (usually a teacher) without getting in trouble.&lt;br /&gt;
&lt;br /&gt;
The two games could be said to be similar in that they both involve iterations of transformations; in the Chaos Game, a point's position is transformed (moving it closer and closer to the attractor set of the transformations); in the Penis game, the volume of the phrase &amp;quot;Penis!&amp;quot; is transformed (becoming louder and louder). The difference is that the Chaos Game works by {{w|negative feedback}} (eventually settling down into a well-defined image) whereas the Penis Game involves {{w|positive feedback}} (at some point, the cry of &amp;quot;Penis!&amp;quot; will become loud enough that the culprit will get in trouble and the game will end). Nonetheless, they could be vaguely considered inverses of each other, and Randall appears to be conflating the two in this comic.&lt;br /&gt;
&lt;br /&gt;
The title text may be calling attention to the fact that a mathematical object such as a fractal is also an inappropriate place in which to be playing the Penis Game.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A large triangle is shown, with many smaller triangles inside.]&lt;br /&gt;
:[Words are in the triangles.]&lt;br /&gt;
:PENIS! &lt;br /&gt;
:[is in the largest tringle]&lt;br /&gt;
: &lt;br /&gt;
:Haha, penis.&lt;br /&gt;
:[is in the next largest tringle below the last one]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Penis]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2:_Petit_Trees_(sketch)&amp;diff=170293</id>
		<title>2: Petit Trees (sketch)</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2:_Petit_Trees_(sketch)&amp;diff=170293"/>
				<updated>2019-02-28T17:21:27Z</updated>
		
		<summary type="html">&lt;p&gt;M: link to what if 26&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2&lt;br /&gt;
| date      = September 30, 2005&lt;br /&gt;
| title     = Petit Trees (sketch)&lt;br /&gt;
| image     = tree_cropped_(1).jpg&lt;br /&gt;
| titletext = &amp;quot;Petit&amp;quot; being a reference to Le Petit Prince, which I only thought about halfway through the sketch&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The early comics sometimes do not present a particular point, but are just pictures drawn by Randall.&lt;br /&gt;
&lt;br /&gt;
''{{w|The Little Prince}}'' (in French ''Le Petit Prince)'' is a novella written by {{w|Antoine de Saint-Exupéry}} in 1943, about the titular Little Prince, who lives on an asteroid and visits other inhabited asteroids and eventually the Earth. The book is filled with drawings of the asteroid, the prince, and the travels they make. It is noted how, on occasion, {{w|Adansonia|baobab trees}} can begin to grow on these asteroids, and should they not be immediately uprooted, the growth of their roots would tear the asteroid apart. In this drawing, the roots are encircling the sphere, rather than piercing it, as Le Petit Prince describes.&lt;br /&gt;
&lt;br /&gt;
''The Little Prince'' has later been referenced both in [[618: Asteroid]] and in [[1350: Lorenz]] at [http://imgs.xkcd.com/comics/a1-2014/VgSdMz8OAHQ8w5Ee432f5Q.png the end] of the space trip branch. It was also referenced to in the What If article [https://what-if.xkcd.com/26/ Leap Seconds].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Two trees are growing on opposite sides of a sphere.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This was the 4th comic originally posted to [[LiveJournal]]. &lt;br /&gt;
**The previous was [[3: Island (sketch)]]. &lt;br /&gt;
**The next was [[1: Barrel - Part 1]].&lt;br /&gt;
*Original title: &amp;quot;Le Petit&amp;quot;&lt;br /&gt;
*Original [[Randall]] quote: &amp;quot;Another fairly old drawing that I scanned.&amp;quot;&lt;br /&gt;
*This was one of the [[:Category:First day on LiveJournal|thirteen first comics]] posted to LiveJournal within 12 minutes on Friday September 30, 2005.&lt;br /&gt;
*This comic was posted on [[xkcd]] when the web site opened on Sunday the 1st of January 2006.&lt;br /&gt;
**It was posted along [[:Category:First day on xkcd|with all 41 comics]] posted before that on LiveJournal as well as a few others.&lt;br /&gt;
**The latter explaining why the numbers of these 41 LiveJournal comics ranges from 1-44.&lt;br /&gt;
*One of the original drawings drawn on [[:Category:Checkered paper|checkered paper]].&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics posted on livejournal| 04]]&lt;br /&gt;
[[Category:First day on LiveJournal| 04]]&lt;br /&gt;
[[Category:First day on xkcd]]&lt;br /&gt;
[[Category:Checkered paper]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170260</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170260"/>
				<updated>2019-02-28T00:11:07Z</updated>
		
		<summary type="html">&lt;p&gt;M: format edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BESSEL FUNCTION? Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic provides a {{w|flowchart}} purporting to show the process of differentiation, and another for integration.&lt;br /&gt;
&lt;br /&gt;
{{w|Derivative|Differentiation}} and {{w|Antiderivative|Integration}} are two major components of {{w|calculus}}. As many Calculus 2 students are painfully aware, integration is much more complicated than the differentiation it undoes.&lt;br /&gt;
&lt;br /&gt;
However, Randall dramatically overstates this point here.  After the first step of integration, Randall assumes that any integration can not be solved so simply, and then dives into a step named &amp;quot;????&amp;quot;, suggesting that it is unknowable how to proceed.  The rest of the flowchart is (we can assume deliberately) even harder to follow, and does not reach a conclusion.  This is in contrast to the simple, straightforward flowchart for differentiation. The fact that the arrows in the bottom of the integration part leads to nowhere indicates that &amp;quot;Phone calls to mathematicians&amp;quot;, &amp;quot;Oh no&amp;quot; and &amp;quot;Burn the evidence&amp;quot; are not final steps in the difficult journey. The flowchart could be extended by Randall to God-know-where extents.&lt;br /&gt;
&lt;br /&gt;
It should be noted that Randall slightly undermines his point by providing four different methods, and an &amp;quot;etc&amp;quot;, for attempting differentiation with no guidelines for selecting between them.&lt;br /&gt;
&lt;br /&gt;
===Differentiation===&lt;br /&gt;
'''{{w|Chain rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(g(x)))=f'(g(x))*g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Power Rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; f(x)=x^a &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=a*x^{a-1} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Quotient rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx} \frac{f(x)}{g(x)}=\frac{f'(x)g(x)-f(x)g'(x)}{(g(x))^2}&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;g(x)\ne 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Product rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(x)*g(x))=f'(x)*g(x)+f(x)*g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Integration===&lt;br /&gt;
'''{{w|Integration by parts}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;product rule&amp;quot; run backwards. Since &amp;lt;math&amp;gt;(uv)' = uv' + u'v&amp;lt;/math&amp;gt;, it follows that by integrating both sides you get &amp;lt;math&amp;gt; uv =  \int u dv + \int v du&amp;lt;/math&amp;gt;, which is more commonly written as &amp;lt;math&amp;gt;\int u dv = uv - \int v du&amp;lt;/math&amp;gt;. By finding appropriate values for functions &amp;lt;math&amp;gt;u, v&amp;lt;/math&amp;gt; such that your problem is in the form &amp;lt;math&amp;gt;\int u dv&amp;lt;/math&amp;gt;, your problem ''may'' be simplified.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Integration by substitution|Substitution}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;chain rule&amp;quot; run backwards. Since &amp;lt;math&amp;gt; d(f(u)) = (df(u))du&amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt;f(u) = \int df(u) du&amp;lt;/math&amp;gt;. By finding appropriate values for functions &amp;lt;math&amp;gt;f, u&amp;lt;/math&amp;gt; such that your problem is in the form &amp;lt;math&amp;gt;\int df(u) du&amp;lt;/math&amp;gt; your problem ''may'' be simplified.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Cauchy's integral formula|Cauchy's Formula}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Partial_fraction_decomposition#Application_to_symbolic_integration|Partial Fractions}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Install Mathematica}}'''&lt;br /&gt;
&lt;br /&gt;
{{w|Mathematica}} is a modern technical computing system spanning most areas. One of its features is to compute mathematical functions. This step in the flowchart is install and use Mathematica to compute to do the integration for you.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Riemann integral|Riemann Integration}}'''&lt;br /&gt;
The Riemann integral is a definition of definite integration. Elementary textbooks on calculus sometimes present finding a definite integral as a process of approximating an area by strips of equal width and then taking the limit as the strips become narrower. Riemann integration removes the requirement that the strips have equal width, and so is a more flexible definition. However there are still many functions for which the Riemann integral doesn't converge, and consideration of these functions leads to the Lesbegue Integral. Riemann integration is not a method of calculus appropriate for finding the anti-derivative of an elementary function.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Stokes' Theorem}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Risch Algorithm}}'''&lt;br /&gt;
The Risch Algorithm is a complex procedure that reduces the process of symbolic integration to purely algebraic steps. It is implemented in Computer Algebra software, such as Mathematica.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Bessel function}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Symbolic integration}}'''&lt;br /&gt;
Mentioned in the title text. ???&lt;br /&gt;
&lt;br /&gt;
''' Burn the evidence '''&lt;br /&gt;
In a parody of detective novels, this may refer to the burning of your work to avoid the shame of being unable to solve the integration problem. &lt;br /&gt;
Alternatively, this could be an ironic hint to the fact that in order to find the integral, it may even be necessary to break the law or upset higher powers, so that the negative consequences of a persecution can only be avoided by destroying the evidence.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::Yes&lt;br /&gt;
::No&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
&amp;lt;!--::More arrows pointing out of the image to suggest more steps--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170258</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170258"/>
				<updated>2019-02-28T00:07:56Z</updated>
		
		<summary type="html">&lt;p&gt;M: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BESSEL FUNCTION? Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic provides a {{w|flowchart}} purporting to show the process of differentiation, and another for integration.&lt;br /&gt;
&lt;br /&gt;
{{w|Derivative|Differentiation}} and {{w|Antiderivative|Integration}} are two major components of {{w|calculus}}. As many Calculus 2 students are painfully aware, integration is much more complicated than the differentiation it undoes.&lt;br /&gt;
&lt;br /&gt;
However, Randall dramatically overstates this point here.  After the first step of integration, Randall assumes that any integration can not be solved so simply, and then dives into a step named &amp;quot;????&amp;quot;, suggesting that it is unknowable how to proceed.  The rest of the flowchart is (we can assume deliberately) even harder to follow, and does not reach a conclusion.  This is in contrast to the simple, straightforward flowchart for differentiation. The fact that the arrows in the bottom of the integration part leads to nowhere indicates that &amp;quot;Phone calls to mathematicians&amp;quot;, &amp;quot;Oh no&amp;quot; and &amp;quot;Burn the evidence&amp;quot; are not final steps in the difficult journey. The flowchart could be extended by Randall to God-know-where extents.&lt;br /&gt;
&lt;br /&gt;
It should be noted that Randall slightly undermines his point by providing four different methods, and an &amp;quot;etc&amp;quot;, for attempting differentiation with no guidelines for selecting between them.&lt;br /&gt;
&lt;br /&gt;
===Differentiation===&lt;br /&gt;
'''{{w|Chain rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(g(x)))=f'(g(x))*g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Power Rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; f(x)=x^a &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=a*x^{a-1} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Quotient rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx} \frac{f(x)}{g(x)}=\frac{f'(x)g(x)-f(x)g'(x)}{(g(x))^2}&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;g(x)\ne 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Product rule}}'''&lt;br /&gt;
&lt;br /&gt;
For any &amp;lt;math&amp;gt; \frac{d}{dx}f(x)=f'(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \frac{d}{dx}g(x)=g'(x) &amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt; \frac{d}{dx}(f(x)*g(x))=f'(x)*g(x)+f(x)*g'(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Integration===&lt;br /&gt;
'''{{w|Integration by parts}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;product rule&amp;quot; run backwards. Since &amp;lt;math&amp;gt;(uv)' = uv' + u'v&amp;lt;/math&amp;gt;, it follows that by integrating both sides you get &amp;lt;math&amp;gt; uv =  \int u dv + \int v du&amp;lt;/math&amp;gt;, which is more commonly written as &amp;lt;math&amp;gt;\int u dv = uv - \int v du&amp;lt;/math&amp;gt;. By finding appropriate values for functions &amp;lt;math&amp;gt;u, v&amp;lt;/math&amp;gt; such that your problem is in the form &amp;lt;math&amp;gt;\int u dv&amp;lt;/math&amp;gt;, your problem ''may'' be simplified.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Integration by substitution|Substitution}}'''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;chain rule&amp;quot; run backwards. Since &amp;lt;math&amp;gt; d(f(u)) = (df(u))du&amp;lt;/math&amp;gt;, it follows that &amp;lt;math&amp;gt;f(u) = \int df(u) du&amp;lt;/math&amp;gt;. By finding appropriate values for functions &amp;lt;math&amp;gt;f, u&amp;lt;/math&amp;gt; such that your problem is in the form &amp;lt;math&amp;gt;\int df(u) du&amp;lt;/math&amp;gt; your problem ''may'' be simplified.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Cauchy's integral formula|Cauchy's Formula}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Partial_fraction_decomposition#Application_to_symbolic_integration|Partial Fractions}}'''&lt;br /&gt;
???&lt;br /&gt;
'''Install Mathematica'''&lt;br /&gt;
&lt;br /&gt;
{{w|Mathematica}} is a modern technical computing system spanning most areas. One of its features is to compute mathematical functions. This step in the flowchart is install and use Mathematica to compute to do the integration for you.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Riemann integral|Riemann Integration}}'''&lt;br /&gt;
The Riemann integral is a definition of definite integration. Elementary textbooks on calculus sometimes present finding a definite integral as a process of approximating an area by strips of equal width and then taking the limit as the strips become narrower. Riemann integration removes the requirement that the strips have equal width, and so is a more flexible definition. However there are still many functions for which the Riemann integral doesn't converge, and consideration of these functions leads to the Lesbegue Integral. Riemann integration is not a method of calculus appropriate for finding the anti-derivative of an elementary function.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Stokes' Theorem}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Risch Algorithm}}'''&lt;br /&gt;
The Risch Algorithm is a complex procedure that reduces the process of symbolic integration to purely algebraic steps. It is implemented in Computer Algebra software, such as Mathematica.&lt;br /&gt;
&lt;br /&gt;
'''{{w|Bessel function}}'''&lt;br /&gt;
???&lt;br /&gt;
&lt;br /&gt;
'''{{w|Symbolic integration}}'''&lt;br /&gt;
Mentioned in the title text. ???&lt;br /&gt;
&lt;br /&gt;
''' Burn the evidence '''&lt;br /&gt;
In a parody of detective novels, this may refer to the burning of your work to avoid the shame of being unable to solve the integration problem. &lt;br /&gt;
Alternatively, this could be an ironic hint to the fact that in order to find the integral, it may even be necessary to break the law or upset higher powers, so that the negative consequences of a persecution can only be avoided by destroying the evidence.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::Yes&lt;br /&gt;
::No&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
&amp;lt;!--::More arrows pointing out of the image to suggest more steps--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170217</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170217"/>
				<updated>2019-02-27T18:15:36Z</updated>
		
		<summary type="html">&lt;p&gt;M: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BESSEL FUNCTION? Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
Differentiation and Integration are two major components of calculus. Differentiation is simple compared to integration.&lt;br /&gt;
&lt;br /&gt;
Differentiation&lt;br /&gt;
:Chain Rule: ???&lt;br /&gt;
:Power Rule: ???&lt;br /&gt;
:Quotient Rule: ???&lt;br /&gt;
:Product Rule: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Integration&lt;br /&gt;
:Integration by parts: ???&lt;br /&gt;
:Subsitution: ???&lt;br /&gt;
:Cauchy's Formula: ???&lt;br /&gt;
:Partial Fractions: ???&lt;br /&gt;
:Install Mathematica: ???&lt;br /&gt;
:Riemann Integration: ???&lt;br /&gt;
:Stokes' Theorem: ???&lt;br /&gt;
:Risch Algorithm: ???&lt;br /&gt;
:Bessel Function: ???&lt;br /&gt;
:Symbolic integration: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::Yes&lt;br /&gt;
::No&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170215</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170215"/>
				<updated>2019-02-27T18:06:46Z</updated>
		
		<summary type="html">&lt;p&gt;M: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BESSEL FUNCTION? Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
Differentiation and Integration are two major components of calculus. Differentiation is simple compared to integration.&lt;br /&gt;
&lt;br /&gt;
Differentiation&lt;br /&gt;
&lt;br /&gt;
Chain Rule: ???&lt;br /&gt;
&lt;br /&gt;
Power Rule: ???&lt;br /&gt;
&lt;br /&gt;
Quotient Rule: ???&lt;br /&gt;
&lt;br /&gt;
Product Rule: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Integration&lt;br /&gt;
&lt;br /&gt;
Integration by parts: ???&lt;br /&gt;
&lt;br /&gt;
Subsitution: ???&lt;br /&gt;
&lt;br /&gt;
Cauchy's Formula: ???&lt;br /&gt;
&lt;br /&gt;
Partial Fractions: ???&lt;br /&gt;
&lt;br /&gt;
Install Mathematica: ???&lt;br /&gt;
&lt;br /&gt;
Riemann Integration: ???&lt;br /&gt;
&lt;br /&gt;
Stokes' Theorem: ???&lt;br /&gt;
&lt;br /&gt;
Risch Algorithm: ???&lt;br /&gt;
&lt;br /&gt;
Bessel Function: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::Yes&lt;br /&gt;
::No&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170214</id>
		<title>2117: Differentiation and Integration</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2117:_Differentiation_and_Integration&amp;diff=170214"/>
				<updated>2019-02-27T18:05:47Z</updated>
		
		<summary type="html">&lt;p&gt;M: A step up for the parts that I think need to be discussed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2117&lt;br /&gt;
| date      = February 27, 2019&lt;br /&gt;
| title     = Differentiation and Integration&lt;br /&gt;
| image     = differentiation_and_integration.png&lt;br /&gt;
| titletext = &amp;quot;Symbolic integration&amp;quot; is when you theatrically go through the motions of finding integrals, but the actual result you get doesn't matter because it's purely symbolic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BESSEL FUNCTION? Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
Differentiation and Integration are two major components of calculus. Differentiation is simple compared to integration.&lt;br /&gt;
&lt;br /&gt;
Differentiation&lt;br /&gt;
Chain Rule: ???&lt;br /&gt;
Power Rule: ???&lt;br /&gt;
Quotient Rule: ???&lt;br /&gt;
Product Rule: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Integration&lt;br /&gt;
Integration by parts: ???&lt;br /&gt;
Subsitution: ???&lt;br /&gt;
Cauchy's Formula: ???&lt;br /&gt;
Partial Fractions: ???&lt;br /&gt;
Install Mathematica: ???&lt;br /&gt;
Riemann Integration: ???&lt;br /&gt;
Stokes' Theorem: ???&lt;br /&gt;
Risch Algorithm: ???&lt;br /&gt;
Bessel Function: ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two flow charts are shown.]&lt;br /&gt;
&lt;br /&gt;
:[The first flow chart has four steps in simple order, one with multiple recommendations.]&lt;br /&gt;
:DIFFERENTIATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Chain Rule&lt;br /&gt;
::Power Rule&lt;br /&gt;
::Quotient Rule&lt;br /&gt;
::Product Rule&lt;br /&gt;
::Etc.&lt;br /&gt;
:Done?&lt;br /&gt;
::Yes&lt;br /&gt;
::No&lt;br /&gt;
:Done!&lt;br /&gt;
&lt;br /&gt;
[The second flow chart begins like the first, then descends into chaos.]&lt;br /&gt;
:INTEGRATION&lt;br /&gt;
:Start&lt;br /&gt;
:Try applying&lt;br /&gt;
::Integration by Parts&lt;br /&gt;
::Substitution&lt;br /&gt;
:Done?&lt;br /&gt;
:Haha, Nope!&lt;br /&gt;
&lt;br /&gt;
:[Chaos, Roughly from left to right, top to bottom, direction arrows not included.]&lt;br /&gt;
::Cauchy's Formula&lt;br /&gt;
::????&lt;br /&gt;
::???!?&lt;br /&gt;
::???&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Partial Fractions&lt;br /&gt;
::??&lt;br /&gt;
::?&lt;br /&gt;
::Install Mathematica&lt;br /&gt;
::?&lt;br /&gt;
::Riemann Integration&lt;br /&gt;
::Stokes' Theorem&lt;br /&gt;
::???&lt;br /&gt;
::?&lt;br /&gt;
::Risch Algorithm&lt;br /&gt;
::???&lt;br /&gt;
::[Sad face.]&lt;br /&gt;
::?????&lt;br /&gt;
::???&lt;br /&gt;
::What the heck is a Bessel Function??&lt;br /&gt;
::Phone calls to mathematicians&lt;br /&gt;
::Oh No&lt;br /&gt;
::Burn the Evidence&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=695:_Spirit&amp;diff=169605</id>
		<title>695: Spirit</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=695:_Spirit&amp;diff=169605"/>
				<updated>2019-02-14T23:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;M: changed she to it when talking about spirit and added link to 2111&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    =695&lt;br /&gt;
| date      =January 29, 2010&lt;br /&gt;
| title     =Spirit&lt;br /&gt;
| image     =spirit.png&lt;br /&gt;
| titletext =On January 26th, 2274 Mars days into the mission, NASA declared Spirit a 'stationary research station' expected to stay operational for several more months until the dust buildup on its solar panels forces a final shutdown.&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Anthropomorphism}} (or personification) is attribution of distinctly human characteristics to animals or non-living things. We make parallels between ourselves and objects, to the point where some people even jocularly worry about hurting the feelings of, say, an automobile. We call ships &amp;quot;she.&amp;quot; We see human faces in objects like the arrangement of lights on the front of a car.&lt;br /&gt;
&lt;br /&gt;
The {{w|Spirit rover|''Spirit'' Mars rover}}, like many high-functioning robots in real life and fiction, shares many physical similarities with a human being or animal. It has a head, eyes, neck, body, legs, feet, arms, and a hand. And it strikingly resembles robots from fiction, such as Johnny 5 from ''{{w|Short Circuit (1986 film)|Short Circuit}},'' or {{w|WALL-E}} from the film with the same name.&lt;br /&gt;
&lt;br /&gt;
Thus, this comic explores what the ''Spirit'' rover's life would be like if it had a human personality. The rover was never intended to return to Earth, and lasted 5¼ active years on the Martian surface, far exceeding its expected mission duration of 90 Martian days. A sentient  robot might assume that after its initially planned 90 {{w|Timekeeping on Mars|Martian day}} mission was over, it'd get to return home. So, though this heartbreakingly did not happen, ''Spirit'', possibly in a pun on its name, keeps its hopes alive while continously analyzing rock after rock for ''years.'' &lt;br /&gt;
&lt;br /&gt;
It would be cruelty of the absolute worst kind to create an intelligence with such feelings, and then abandon it on an uninhabited planet with no intention of ''ever'' bringing it home. So one is rather heartened that the ''Spirit'' rover ''is,'' in fact, just a programmed machine, and we explained to it very carefully that it was embarking on a one-way trip.&lt;br /&gt;
&lt;br /&gt;
It is worth pointing out that ''{{w|Opportunity rover|Opportunity}},'' the rover's twin, has been even more wildly successful and was only shut down in February 2019 [[2111: Opportunity Rover]]. More than five years after this comic, when Opportunity had passed a Marathon distance, [[Randall]] celebrated this rover with the comic [[1504: Opportunity]].&lt;br /&gt;
&lt;br /&gt;
The title text has an apparent miscount: January 26, 2010, is more like sol (Martian day) 2156 by JPL's [http://marsrovers.jpl.nasa.gov/mission/status_spiritAll_2010.html#sol2151 mission status site,] not 2274.&lt;br /&gt;
&lt;br /&gt;
Final contact was on sol 2210 (March 22, 2010).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The ''Spirit'' rover is on the surface of Mars.]&lt;br /&gt;
:Day 1 of 90&lt;br /&gt;
:''Spirit'' (thinking): 89 days to go!&lt;br /&gt;
&lt;br /&gt;
:Day 88 of 90&lt;br /&gt;
:''Spirit'' (thinking): Two days until I go home!&lt;br /&gt;
&lt;br /&gt;
:Day 91 of 90&lt;br /&gt;
:''Spirit'' (thinking): ?&lt;br /&gt;
&lt;br /&gt;
:Day 103 of 90&lt;br /&gt;
:''Spirit'' (thinking): Maybe I didn't do a good enough job.&lt;br /&gt;
&lt;br /&gt;
:Day 127 of 90&lt;br /&gt;
:''Spirit'' (thinking): Maybe if I do a good enough job, they'll let me come home.&lt;br /&gt;
&lt;br /&gt;
:Day 857 of 90&lt;br /&gt;
:''Spirit'' (thinking): I thought I analyzed that rock really well.&lt;br /&gt;
:''Spirit'' (thinking): It's okay, I'll do the next one better.&lt;br /&gt;
&lt;br /&gt;
:Day 1293 of 90&lt;br /&gt;
:''Spirit'' (thinking): Sandstorm. Power dying.&lt;br /&gt;
:''Spirit'' (thinking): But a good rover would keep going. A good rover like they wanted.&lt;br /&gt;
&lt;br /&gt;
:Day 1944 of 90&lt;br /&gt;
:''Spirit'' (thinking): Oh no.&lt;br /&gt;
:''whirrrr''&lt;br /&gt;
:''Spirit'' (thinking): I'm stuck.&lt;br /&gt;
:''whirrrr''&lt;br /&gt;
&lt;br /&gt;
:''Spirit'' (thinking): Did I do a good job?&lt;br /&gt;
:''Spirit'' (thinking): Do I get to come home?&lt;br /&gt;
:''Spirit'' (thinking): Guys?&lt;br /&gt;
&lt;br /&gt;
:[''Spirit'' rests in the middle of a vast Martian landscape.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
The strip had a strong emotional impact on the fans of the rover, who created a number of alternative versions and endings for it. &lt;br /&gt;
&lt;br /&gt;
In a [http://blog.xkcd.com/2010/02/08/android-bug-reports-songs-rovers/ blog post] Randall mentioned a [https://imgs.xkcd.com/blag/spirit_rewrite_unknown_author.png rewrites] of this comic. [http://xkcdsw.com/2486 Several] [http://xkcdsw.com/2485 others] [http://xkcdsw.com/3524 were] [http://xkcdsw.com/2483 made], including a [http://xkcdsw.com/2488 silent] one.&lt;br /&gt;
&lt;br /&gt;
Many alternative endings were also made: &lt;br /&gt;
* some are [http://xkcdsw.com/3729 sad], some [http://xkcdsw.com/2492 sarcastic], some [http://xkcdsw.com/3100 romantic]&lt;br /&gt;
* some look forward to the day when Spirit is finally [http://xkcdsw.com/2487 recovered] ([https://imgur.com/r/xkcd/zNi5YSZ this one] was seen at {{Wikipedia|CERN}}). Others imagine a [http://xkcdsw.com/3968 future] when the rover is not alone any more.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Mars rovers]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1504:_Opportunity&amp;diff=169602</id>
		<title>1504: Opportunity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1504:_Opportunity&amp;diff=169602"/>
				<updated>2019-02-14T22:55:53Z</updated>
		
		<summary type="html">&lt;p&gt;M: specifid that 5352 was in sols and also put in the corresponding number in earth days&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1504&lt;br /&gt;
| date      = March 27, 2015&lt;br /&gt;
| title     = Opportunity&lt;br /&gt;
| image     = opportunity.png&lt;br /&gt;
| titletext = We all remember those famous first words spoken by an astronaut on the surface of Mars: &amp;quot;That's one small step fo- HOLY SHIT LOOK OUT IT'S GOT SOME KIND OF DRILL! Get back to the ... [unintelligible] ... [signal lost]&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is talking about the robotic science platform {{w|Opportunity (rover)|''Opportunity''}}. On January 25, 2004, the Opportunity rover landed on the surface of {{w|Mars}} for the purpose of gathering data about the surface of Mars. Opportunity has proven remarkably robust, and the comic extrapolates the rover's resilience to absurdity for comedic effect. As of Feb 12th, 2019, the Opportunity rover has finally been {{w|Opportunity mission timeline|declared dead}} after 5352 Sols (Mars Days) or 5500 Earth days on Mars.&lt;br /&gt;
&lt;br /&gt;
The comic depicts the two scientists [[Ponytail]] and [[Hairbun]] at ground control being amazed at this fact already in 2010, and (maybe the same two) scientists continue to debate this in 2015 in the second panel.&lt;br /&gt;
&lt;br /&gt;
They mention another Martian rover, {{w|Spirit (rover)|''Spirit''}} that was also sent to Mars on the same date as Opportunity. Unfortunately, it became stuck and a sand storm covered its solar panels. On March 22, 2010, it was thought that Spirit's batteries finally ran out, marking the end of its mission. This was covered in [[695: Spirit]], in which the Spirit rover is also portrayed with an anthropomorphic personality.&lt;br /&gt;
&lt;br /&gt;
In 2023, Opportunity is still moving despite having supposedly no power source. It also became aggressive and deactivated the {{w|Mars 2020|rover sent in 2020}}. [[Cueball]] and [[Megan]] can't explain how it moves, but investigating is now too dangerous. This evolution is similar to the stories of {{w|HAL 9000}} (from {{w|2001: A Space Odyssey (film)|''2001: A Space Odyssey''}}) and {{w|List of Star Trek characters (T–Z)#V'Ger|V'Ger}} (from ''{{w|Star Trek: The Motion Picture}}''), both of which became dangerous to human beings.&lt;br /&gt;
&lt;br /&gt;
By 2450, humans have colonized and {{w|terraformed}} Mars. Maybe it is the 2023 Cueball and Megan's descendants that are looking out over their huge &amp;quot;kingdom&amp;quot; from the capital on Mars. However ''Opportunity'' is by now dominating half of the planet and will not allow humans to enter its dark reign. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Everything the light touches&amp;quot; is a reference to a line by {{w|List of The Lion King characters#Mufasa|Mufasa}} in ''{{w|The Lion King}}''. Mufasa's son {{w|List of The Lion King characters#Simba|Simba}} then asks &amp;quot;What about that shadowy place?&amp;quot; and Mufasa tells him &amp;quot;That is beyond our borders. You must never go there&amp;quot;. This was used again in [[1608: Hoverboard]], where [http://www.explainxkcd.com/wiki/images/a/a0/1608_0986x1076y_Our_kingdom_from_a_cliff.png Cueball tells the same line] to Ponytail in the left part of the world. In [http://what-if.xkcd.com/48 what-if xkcd], concerning the end of the sun shining on the British Empire, Cueball tells a child that everything the light touches is their kingdom, except for France, (which is covered in shadows,) to which Cueball replies, &amp;quot;That's France. We'll get it one of these days.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The title text forecasts the first words of the first astronauts on the surface of Mars. At first, the astronaut copies the first words of {{w|Neil Armstrong}} on the Moon (&amp;quot;That's one small step for [a] man, one giant leap for mankind&amp;quot;) but it is interrupted by the ''Opportunity'' rover. Opportunity has a drill to collect Martian rock samples, but here it is heavily suggested that the drill is being used as a weapon against the astronaut.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The year (or year and first sentence) for each panel is written in a small frame at the top of each panel. It breaks the top frame of the panels.]&lt;br /&gt;
&lt;br /&gt;
:[Ponytail is sitting at a computer, facing left. Hairbun stands behind her.]&lt;br /&gt;
:2010:&lt;br /&gt;
:Ponytail: After six years, ''Spirit'' is down, but ''Opportunity'' is still going strong.&lt;br /&gt;
:Hairbun: Tough little rover!&lt;br /&gt;
&lt;br /&gt;
:[Opportunity traveling on Mars. Text is written in frames with zigzag lines]&lt;br /&gt;
:2015:&lt;br /&gt;
:Off-screen: Eleven years, wow.&lt;br /&gt;
:Off-screen 2: Wasn't the original mission 90 days?&lt;br /&gt;
:Off-screen: This is starting to get weird.&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan sitting at a computer, facing right.]&lt;br /&gt;
:2023:&lt;br /&gt;
:Cueball: The battery is totally disconnected. How can it still be moving??&lt;br /&gt;
:Megan: Given what it did to the Mars 2020 rover, we may never know.&lt;br /&gt;
&lt;br /&gt;
:[Two Martian inhabitants looking like Cueball and Megan stands on a cliff edge pointing towards a dark, mountainous region. Behind them are a tower and a hover car]&lt;br /&gt;
:2450, terraformed Mars, Martian imperial capital:&lt;br /&gt;
:Martian Cueball: Everything the light touches is our kingdom.&lt;br /&gt;
:Martian Megan: What's that dark area?&lt;br /&gt;
:Martian Cueball: That is ''Opportunity's'' half of the planet. We must never go there.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Mars rovers]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;br /&gt;
[[Category:The Lion King]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1688:_Map_Age_Guide&amp;diff=168999</id>
		<title>1688: Map Age Guide</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1688:_Map_Age_Guide&amp;diff=168999"/>
				<updated>2019-02-03T16:27:13Z</updated>
		
		<summary type="html">&lt;p&gt;M: /* Explanation */ 58 option fine connects with 63 (changed STOP to go to 63)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1688&lt;br /&gt;
| date      = June 1, 2016&lt;br /&gt;
| title     = Map Age Guide&lt;br /&gt;
| image     = map_age_guide.png&lt;br /&gt;
| titletext = Does the screeching chill your blood and herald death? If yes, banshee. If no, seagull.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
* A [http://xkcd.com/1688/large/ larger version] of this image can be found by clicking the image at xkcd.com - the comic's page can also be accessed by clicking on the comic number above.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Errors in the year etc. should be collected in the [[#Trivia|trivia section]]. Another table with the possible year ranges and the length of their interval would be interesting. (Only for the political maps) What are the longest ranges after 1805 and how finely dissected are the maps closer to today?}}&lt;br /&gt;
The comic consists of a flowchart depicting various ways to tell what era a map is from based on present country borders and land forms. (Except in the Not a Political Map Branch (from &amp;quot;Can you see the familiar continents?&amp;quot; downwards), the comic applies to a political map.) While many of the options are very serious, a few bizarre options reference fictional maps ({{w|Discworld}}, {{w|Narnia}}, and Tolkien's {{w|Middle-earth}}), or consider that seagulls, staplers, tubas, or breadboxes could be mistaken for a map. Randall also mentions US President {{w|Jimmy Carter}} being attacked by a giant swimming rabbit, an event previously referenced as one we must never forget in [[204: America]].&lt;br /&gt;
&lt;br /&gt;
The flowchart, although probably effective in eventually identifying the production year of certain maps, is designed in a rather inefficient way, as some early distinctions are already on a very detailed level before some really important distinctions (fictional or non-political map) are made. This, of course, adds to the humorous tone of the comic. It is also hampered by several smaller or larger error (see [[#Trivia|trivia]]), the biggest being a whole section on I-25 that gives years in the range 1948–1952, before I-25 was built, and coming from a question that fixed the year range to 1960–1961.&lt;br /&gt;
&lt;br /&gt;
Additionally, (possible) future maps including a &amp;quot;Radioactive Exclusion Zone&amp;quot; in the place of Colorado are mentioned. It predicts that some kind of nuclear incident will occur in Colorado (possibly at Rulison or Rio Blanco nuclear testing sites) in 2022. It also predicts that the area will be infested by radioactive spiders one year later.&lt;br /&gt;
&lt;br /&gt;
The title text continues the path where the user has confused a seagull for a map by inquiring if the (presumed) seagull might be a banshee based on the effect of its screams.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
*Going through the flowchart, taking the leftmost path first, recursively. (Note there is no recursive loop). See also {{w|Depth-first search}}.&lt;br /&gt;
**&amp;quot;Prior Date Range&amp;quot; is the range determined immediately before the question, carried over from the previous question.&lt;br /&gt;
**&amp;quot;Question Date Range&amp;quot; is the range each answer choice implies.&lt;br /&gt;
**&amp;quot;New Date Range&amp;quot; is the intersection of the Prior Date Range and the Question Date Range for each choice, and is the range determined by all questions hitherto answered.&lt;br /&gt;
&lt;br /&gt;
{| border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! # !! Question !! Explanation !! Prior Date Range !! Question Date Range !! New Date Range&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| '''Istanbul or Constantinople'''&lt;br /&gt;
| The largest city in {{w|Turkey}} is famous for having different names at different times or to different people. Variations on both names go back at least 1,000 years. Other names have also been used at various points. {{w|Istanbul}} has been the official name in Western languages since the 1920s (although it's been the native name since 1453), although Western maps often referred to it as Constantinople as late as the 1960s; on the flowchart, the choice of name appears to go with the 1920s date. The name changes are the subject of a [http://mentalfloss.com/article/60314/original-istanbul-not-constantinople song], originally by the Four Lads, but now mainly known for the They Might Be Giants recording.&lt;br /&gt;
| '''Start here'''&lt;br /&gt;
|&lt;br /&gt;
* Constantinople: 330 – 1928 &lt;br /&gt;
* Neither: inconclusive&lt;br /&gt;
* Istanbul: 1928+&lt;br /&gt;
|&lt;br /&gt;
* Constantinople: 330 – 1928 (Go to 2)&lt;br /&gt;
* Neither: inconclusive (Go to 19)&lt;br /&gt;
* Istanbul: 1928+ (Go to 51)&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | '''Note:''' the chart splits here into three divisions, each from a choice in question 1. The Neither Division will attempt to use other indicators to sort maps into one of the other two divisions or branches thereof, or, after 5 failures to find a country, conclude that the &amp;quot;map&amp;quot; in question is not a political map and proceed to find out what it is (the Not a Political Map Branch). The Constantinople and Istanbul Divisions are linear except where the Neither Division joins them as stated above.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Constantinople Division&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| '''Do any of these exist?'''&lt;br /&gt;
* '''Independent Canada'''&lt;br /&gt;
* '''US Territory of Alaska'''&lt;br /&gt;
* '''Tokyo'''&lt;br /&gt;
| All these seem to specify a date cut-off of 1867/8, but there are caveats attached to each:&lt;br /&gt;
* {{w|Canada}} gained its independence gradually, but it would appear as its own country (the Dominion of Canada) on maps sometime between the {{w|Constitution Act, 1867}} (which created Canada as a British dominion) and the {{w|Statute of Westminster 1931}} (which made Canada largely self-governing).&lt;br /&gt;
* The {{w|Territory of Alaska}} existed between 1912 (previously, it was a US district) and 1959 (when it became a state). The US has owned Alaska since the 1867 {{w|Alaska Purchase}}, but it was not a territory then.&lt;br /&gt;
* {{w|Tokyo}} was once called Edo. It was renamed Tokyo (which means &amp;quot;Eastern Capital&amp;quot;) when it became the capital in 1868. [https://books.google.com/ngrams/graph?content=Tokyo%2CTokei&amp;amp;year_start=1870&amp;amp;year_end=1880&amp;amp;corpus=15&amp;amp;smoothing=3&amp;amp;share=&amp;amp;direct_url=t1%3B%2CTokyo%3B%2Cc0%3B.t1%3B%2CTokei%3B%2Cc0 Most English books around then] would actually have called it &amp;quot;Tokei,&amp;quot; the Chinese reading. The name Tokyo didn't take off until {{w|Hepburn romanization}} was popularized in the 1880s.&lt;br /&gt;
| 330–1928 (from 1)&lt;br /&gt;
1299–1922 (from 19 in the Neither Division)&lt;br /&gt;
(from 24 in the Neither Division)&lt;br /&gt;
|&lt;br /&gt;
* No: 1867-&lt;br /&gt;
* Yes: 1868+&lt;br /&gt;
|&lt;br /&gt;
* No: 330–1867 (Go to 3)&lt;br /&gt;
* Yes: 1868–1928 (Go to 11)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Holy Roman Empire Branch&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| '''The Holy Roman Empire?'''&lt;br /&gt;
| The predecessor to modern Germany, the {{w|Holy Roman Empire}} was a union of hundreds of small states in Central Europe. Nationalism and the concept of the {{w|nation state}} hadn't taken off yet, so countries as we know them didn't really exist. There were just small lands, often with keenly contested borders, owned by minor aristocracy who pledged allegiance to one of the big powers. The HRE was {{w|Dissolution of the Holy Roman Empire|dissolved}} in 1806 after it was invaded by Napoleon, arguably the first leader to realise the potential of making a nation salute a flag.&lt;br /&gt;
| 330–1867&lt;br /&gt;
|&lt;br /&gt;
* Yes: 899–1806&lt;br /&gt;
* No: 899- or 1806+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 899–1806 (Stated in comic as &amp;quot;1805 or earlier,&amp;quot; since modern map-making was fuzzy as a concept prior) ('''Stop''')&lt;br /&gt;
* No: 330–899 or 1806–67 (Go to 4)&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| '''The United States?'''&lt;br /&gt;
| The original {{w|Thirteen Colonies|13 colonies}} declared independence in 1776. A map that does not include ''either'' the HRE ''or'' the USA must be older than the HRE, which would put the map sometime prior to 1000 AD, when there really were no countries, and English wasn't used yet, hence Randall's comment.&lt;br /&gt;
| 330–899 or 1806–67&lt;br /&gt;
|&lt;br /&gt;
* No: 1776-&lt;br /&gt;
* Yes: 1776+&lt;br /&gt;
|&lt;br /&gt;
* No: 330–899 (Not stated in comic, since a map in this period is probably not in English, which violates a proviso of the comic) ('''Stop''')&lt;br /&gt;
* Yes: 1806–67 (Go to 5)&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| '''Texas is...&amp;lt;br/&amp;gt;Part of Mexico?&amp;lt;br/&amp;gt;Independent?&amp;lt;br/&amp;gt;Part of the US?'''&lt;br /&gt;
| {{w|Mexico}} (and before its independence, {{w|New Spain}}) occupied the area modern-day Texas from around 1718 ({{w|Spanish Texas|when the first permanent Spanish settlements were founded}}) to the {{w|Texas Declaration of Independence}} in 1836 (the comic apparently cited 1834 as the date) – the land called &amp;quot;Texas&amp;quot; was only a small part of the modern-day state. The {{w|Republic of Texas}} only lasted a decade and joined the US in 1846.&lt;br /&gt;
| 1806–67&lt;br /&gt;
|&lt;br /&gt;
* Part of Mexico: 1718–1836&lt;br /&gt;
* Independent: 1836–46&lt;br /&gt;
* Part of the US: 1846+&lt;br /&gt;
|&lt;br /&gt;
* Part of Mexico: 1806–36 (Go to 6)&lt;br /&gt;
* Independent: 1836–46 (stated in comic as 1834–45 – a discrepancy) ('''Stop''')&lt;br /&gt;
* Part of the US: 1846–67 (Go to 9)&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| '''Florida is part of...&amp;lt;br/&amp;gt;Spain?&amp;lt;br/&amp;gt;The US?'''&lt;br /&gt;
| Spain occupied {{w|Florida}} (as {{w|East Florida}} and {{w|West Florida}}) but frankly they didn't actually want it – it was expensive to send people to settle it, and there wasn't much economic value in it. So they gave it to the US for free in the 1819 {{w|Adams–Onís Treaty}} (which took effect in 1821) in exchange for the US giving up parts of Mexico and paying off angry Spanish settlers. (For some reason, the comic treats Florida as part of the US in 1818; see questions 7 and 8.)&lt;br /&gt;
| 1806–36&lt;br /&gt;
|&lt;br /&gt;
* Spain: 1565–1763 or 1783–1821&lt;br /&gt;
* The US: 1821+&lt;br /&gt;
|&lt;br /&gt;
* Spain: 1806–21 (Go to 7)&lt;br /&gt;
* The US: 1821–36 (Go to 8)&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| '''{{w|Paraguay}}?'''&lt;br /&gt;
| Declared independence from Spain in 1811 (although it might appear on older maps as the Spanish Province of Paraguay).&lt;br /&gt;
| 1806–21&lt;br /&gt;
|&lt;br /&gt;
* No: 1811-&lt;br /&gt;
* Yes: 1811+&lt;br /&gt;
|&lt;br /&gt;
* No: 1806–11 (stated in comic as 1806–10) ('''Stop''')&lt;br /&gt;
* Yes: 1811–21 (stated in comic as 1811–17 – a discrepancy (see question 6)) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| '''{{w|Venezuela}} and/or {{w|Ecuador?}}'''&lt;br /&gt;
| Both declared independence from {{w|Gran Colombia}} (Greater Colombia) in 1830.&lt;br /&gt;
| 1821–36&lt;br /&gt;
|&lt;br /&gt;
* No: 1830-&lt;br /&gt;
* Yes: 1830+&lt;br /&gt;
|&lt;br /&gt;
* No: 1821–30 (stated in comic as 1818–29 – a discrepancy (see question 6)) ('''Stop''')&lt;br /&gt;
* Yes: 1830–36 (stated in comic as 1830–33 – a discrepancy (see question 5)) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| '''Does Russia border the Sea of Japan?'''&lt;br /&gt;
| The 1858 {{w|Treaty of Aigun}} brought the {{w|Russian Empire}}'s border to the {{w|Sea of Japan}}.&lt;br /&gt;
| 1846–67&lt;br /&gt;
|&lt;br /&gt;
* No: 1858-&lt;br /&gt;
* Yes: 1858+&lt;br /&gt;
|&lt;br /&gt;
* No: 1846–58 (Go to 10)&lt;br /&gt;
* Yes: 1858–67 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| '''The US's southern border looks...'''&lt;br /&gt;
| The last southward expansion of the US is the 1854 {{w|Gadsden Purchase}}, where the US bought a chunk of what is now {{w|Arizona}} and {{w|New Mexico}} so they could build a railway that avoided unfavourable terrain. The southern border looks &amp;quot;weird&amp;quot; before that because we are accustomed to the current border shape.&lt;br /&gt;
| 1846–58&lt;br /&gt;
|&lt;br /&gt;
* Weird: 1854-&lt;br /&gt;
* Normal: 1854+&lt;br /&gt;
|&lt;br /&gt;
* Weird: 1846–54 (stated in comic as 1846–53) ('''Stop''')&lt;br /&gt;
* Normal: 1854–58 (stated in comic as 1854–56 – a discrepancy (where is 1857?)) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | South Africa Branch&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| '''{{w|South Africa}}?'''&lt;br /&gt;
| The {{w|Union of South Africa}} was created in 1910 out of the four British colonies ({{w|Cape Colony}}, {{w|Colony of Natal|Natal}}, {{w|Transvall Colony|Transvaal}}, and {{w|Orange River Colony|Orange River}}), although South Africa was then not yet fully independent from the United Kingdom (which would not happen until 1931).&lt;br /&gt;
| 1868–1928&lt;br /&gt;
|&lt;br /&gt;
* No: 1910-&lt;br /&gt;
* Yes: 1910+&lt;br /&gt;
|&lt;br /&gt;
* No: 1868–1910 (Go to 12)&lt;br /&gt;
* Yes: 1910–28 (Go to 16)&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| '''Rhodesia?'''&lt;br /&gt;
| The region that now makes up {{w|Zambia}} and {{w|Zimbabwe}} was named {{w|Rhodesia (region)|&amp;quot;Rhodesia&amp;quot;}} by the {{w|British South Africa Company}} in 1895. An {{w|Rhodesia|unrecognised state}} (1965–79) and a {{w|Southern Rhodesia|colony}} (1923–80 on-and-off) also bore this name, but they are both outside the Prior Date Range.&lt;br /&gt;
| 1868–1910&lt;br /&gt;
|&lt;br /&gt;
* No: 1895-&lt;br /&gt;
* Yes: 1895+&lt;br /&gt;
|&lt;br /&gt;
* No: 1868–95 (Go to 13)&lt;br /&gt;
* Yes: 1895–1910 (Go to 15)&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| '''Is Bolivia landlocked?'''&lt;br /&gt;
| {{w|Bolivia}} lost its coastal territory to {{w|Chile}} in the {{w|War of the Pacific}}, ceding {{w|Antofagasta}} in the {{w|Treaty of Valparaiso}} in 1884.&lt;br /&gt;
| 1868–95&lt;br /&gt;
|&lt;br /&gt;
* No: 1825–84&lt;br /&gt;
* Yes: 1884+&lt;br /&gt;
|&lt;br /&gt;
* No: 1868–84 (Go to 14)&lt;br /&gt;
* Yes: 1884–95 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| '''&amp;quot;Buda&amp;quot; and &amp;quot;Pest&amp;quot; or &amp;quot;Budapest&amp;quot;?'''&lt;br /&gt;
| In 1873, the cities of {{w|Buda}} and {{w|Pest, Hungary|Pest}} joined together to form the city of {{w|Budapest}}.&lt;br /&gt;
| 1868–84&lt;br /&gt;
|&lt;br /&gt;
* Buda and Pest: 1247–1873&lt;br /&gt;
* Budapest: 1873+&lt;br /&gt;
|&lt;br /&gt;
* Buda and Pest: 1868–73 (stated in comic as 1868–72) ('''Stop''')&lt;br /&gt;
* Budapest: 1873–84 (stated in comic as 1873–83) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| '''Is Norway part of Sweden?'''&lt;br /&gt;
| {{w|Norway}} was ceded to {{w|Sweden}} in 1814, from which it separated in 1905.&lt;br /&gt;
| 1895–1910&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1814–1905&lt;br /&gt;
* No: 1814- or 1905+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1895–1905 (Stated in comic as 1896–1905) ('''Stop''')&lt;br /&gt;
* No: 1905–10 (Stated in comic as 1906–09) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| '''Austria-Hungary?'''&lt;br /&gt;
| {{w|Austria-Hungary}} formed in 1867 and dissolved in 1918. (However, during that time period, it was frequently called simply &amp;quot;Austria&amp;quot;; it is more consistently called &amp;quot;Austria-Hungary&amp;quot; in historical maps created later, for example, in history textbooks illustrating the alliances of {{w|World War I}}.)&lt;br /&gt;
| 1910–28&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1867–1918&lt;br /&gt;
* No: 1918+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1910–18 (Go to 17)&lt;br /&gt;
* No: 1918–28 (Go to 18)&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| '''Albania?'''&lt;br /&gt;
| {{w|Albania}} declared independence from the {{w|Ottoman Empire}} in 1912.&lt;br /&gt;
| 1910–18 &lt;br /&gt;
|&lt;br /&gt;
* No: 1912-&lt;br /&gt;
* Yes: 1912+&lt;br /&gt;
|&lt;br /&gt;
* No: 1910–12 ('''Stop''')&lt;br /&gt;
* Yes: 1912–18 (stated in comic as 1913–18) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| '''Leningrad?'''&lt;br /&gt;
| {{w|Saint Petersburg}} was known as Leningrad between 1924 and 1991. The city was founded in 1703 as Saint Petersburg (specific spellings vary); in August 1914, due to major anti-German sentiment related to WWI, it was renamed Petrograd (essentially the Russian translation of Petersburg). On January 26, 1924, five days after the death of {{w|Vladimir Lenin}} (the main revolutionary leader), the new Communist government (hostile to both the the Orthodox {{w|Saint Peter}} the city was named after and the Czar {{w|Peter the Great}} who named it) renamed the city Leningrad in his honor. After the decline of the Soviet government in 1991, the name became unpopular, and a referendum in June 1991 (concurrently with the first Russian presidential election) restored the name Saint Petersburg for the city (officially in September 1991), which it holds to this day.&lt;br /&gt;
| 1918–28&lt;br /&gt;
|&lt;br /&gt;
* No: 1924- or 1991+&lt;br /&gt;
* Yes: 1924–91&lt;br /&gt;
|&lt;br /&gt;
* No: 1918–24 (stated in comic as 1919–23) ('''Stop''')&lt;br /&gt;
* Yes: 1924–28 (stated in comic as 1924–29) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Neither Division&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| '''Does the Ottoman Empire exist?'''&lt;br /&gt;
| The {{w|Ottoman Empire}} was founded in 1299, and defeated and dissolved on November 1, 1922 when the sultanate was abolished.&lt;br /&gt;
| Inconclusive&lt;br /&gt;
| &lt;br /&gt;
* Yes: 1299–1922&lt;br /&gt;
* No: 1299- or 1922+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1299–1922 (Go to 2 in the Constantinople Division)&lt;br /&gt;
* No: 1299- or 1922+ (Go to 20)&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| '''The Soviet Union?'''&lt;br /&gt;
| The {{w|Soviet Union}} is one of the largest countries ever to exist consisting of Russia and large portions of eastern Europe and central Asia. It was a major political force from December 28, 1922, when several allied Soviet republics united, to 1991, when it broke up.&lt;br /&gt;
''Note:'' This question is the same as question 51 in the Istanbul Division, but because there a Prior Date Range of 1928+ has already been established by the presence of Istanbul, we need one more question to determine whether we are within the range of 1928+.&lt;br /&gt;
| 1299- or 1922+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1922–91&lt;br /&gt;
* No: 1922- or 1991+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1922–91 (Go to 21)&lt;br /&gt;
* No: 1299- or 1922 (November 1–December 28) or 1991+ (Go to 22)&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| '''Saudi Arabia?'''&lt;br /&gt;
| The Kingdom of {{w|Saudi Arabia}} was founded in 1932. It is the first modern state to exert control over the area it claims, which previously were controlled by various tribal leaders. Most maps before 1932 will not mark the area as belonging to a nation at all, will attempt to mark the various shifting chieftains, or will attribute the land to the {{w|Ottoman Empire}}, which claimed the land but did not effectively control it.&lt;br /&gt;
| 1922–91&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1932+&lt;br /&gt;
* No: 1932-&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1932–91 (Go to 52 in the Istanbul Division)&lt;br /&gt;
* No: 1922–32 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| '''North Korea?'''&lt;br /&gt;
| The {{w|Korean Peninsula}} was divided into two regions, the north of which would be known as {{w|North Korea}}, at the end of {{w|World War II}} in 1945. This resulted in the inconclusive {{w|Korean War}}.&lt;br /&gt;
| 1299- or 1922 (November 1–December 28) or 1991+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1945+&lt;br /&gt;
* No: 1945-&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1991+ (Go to 69 in the Istanbul Division)&lt;br /&gt;
* No: 1299- or 1922 (November 1–December 28) (Go to 23)&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| '''Saint Trimble's Island'''&lt;br /&gt;
| Since [[Randall]] just made up this place, it is impossible that a map would include it, probably as a {{w|trap street|cartographer's fingerprint}} indicating plagiarism?&lt;br /&gt;
| 1299- or 1922 (November 1–December 28)&lt;br /&gt;
|&lt;br /&gt;
* No: inconclusive&lt;br /&gt;
* Yes: impossible&lt;br /&gt;
|&lt;br /&gt;
* No: 1299- or 1922 (November 1–December 28) (Go to 24)&lt;br /&gt;
* Yes: impossible ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| '''Is Jan Mayen part of the kingdom of Norway?'''&lt;br /&gt;
| Jurisdiction over the island of {{w|Jan Mayen}} was given to {{w|Norway}} around 1920, and it officially joined in 1930.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;'''Note:''' Strictly speaking, it should be almost impossible to answer &amp;quot;Yes&amp;quot; to this question – the Ottoman Empire existed until 1922, the Soviet Union existed from 1922 to 1991, and North Korea from 1945 onwards, so by answering &amp;quot;No&amp;quot; to the previous three questions, the user has ruled out the entire period during which Norway has officially owned Jan Mayen, and almost the entire period it controlled it barring an extremely slim sliver of time between November 1, 1922 to December 28, 1922. The following questions ignore the previous ones (East Germany only existed at the same time as the USSR, and Pakistan was founded later than North Korea, so both should have already been excluded) – essentially, the Jan Mayen question reboots the test.&lt;br /&gt;
| 1299- or 1922 (November 1–December 28)&lt;br /&gt;
|&lt;br /&gt;
* Not yet: prior to 1930&lt;br /&gt;
* What?: Not a political map&lt;br /&gt;
* Yes: 1930+&lt;br /&gt;
|&lt;br /&gt;
* Not yet: (Go to 2 in the Constantinople Division)&lt;br /&gt;
* What?: (Go to 25)&lt;br /&gt;
* Yes: (Go to 53 in the Istanbul Division)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Not a Political Map Branch&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| '''Can you see the familiar continents?'''&lt;br /&gt;
| At this point, it is clear that the map in question is not a political map from any time. Therefore, the comic tries to determine whether it is a map of the Earth at all by asking if the continents are there.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of the Earth&lt;br /&gt;
* No: not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of the Earth (Go to 26)&lt;br /&gt;
* No: not a map of the Earth (Go to 32)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Topographical Map / Satellite Image Subbranch&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| '''This sounds like a physical map or satellite photo.'''&lt;br /&gt;
| A map of the Earth that does not label political regions must be a topological map; or, it can be a satellite image of the Earth.&lt;br /&gt;
| Map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes, that's it: topographical map or satellite image of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes, that's it: topographical map or satellite image of the Earth (Go to 27)&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| '''Is Lake Chad missing?'''&lt;br /&gt;
| {{w|Lake Chad}} lost 75% of its area in the 1970s, becoming too small to be included in a map or picture of the Earth.&lt;br /&gt;
| Topographical map or satellite image of the Earth&lt;br /&gt;
|&lt;br /&gt;
* No: 1970s-&lt;br /&gt;
* Yes: 1970s+&lt;br /&gt;
|&lt;br /&gt;
* No: 1970s- (Go to 28)&lt;br /&gt;
* Yes: 1970s+ (Go to 31)&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| '''How far east do the American prairies reach?'''&lt;br /&gt;
| As settlers made their way west, the prairie land in the {{w|Great Plains}} region was steadily replaced by farmland and ranches. By the 1920s, most of the land had been converted to agricultural use, and the last of the prairie was largely obliterated by the {{w|Dust Bowl}}s in the 1930s. The dividing lines correspond roughly to the three types of prairie: {{w|tallgrass prairie}} grew between the Mississippi and Indiana, {{w|mixed grass prairie}} covered Nebraska and other states on the {{w|100th meridian west}}, and {{w|shortgrass prairie}} covered the remaining area east of the Rocky Mountains. There's some overlap in the dates, since it's fairly arbitrary at what you point you say the prairies stopped existing. There are still patches of prairie (covering about 1% of their former reach), but these are probably not visible in a satellite image.&lt;br /&gt;
&lt;br /&gt;
| 1970s-&lt;br /&gt;
|&lt;br /&gt;
* Indiana: Before 1830&lt;br /&gt;
* The Mississippi: 1830–1880s&lt;br /&gt;
* Nebraska: 1860s–1910s&lt;br /&gt;
* What prairies?: 1920s+&lt;br /&gt;
|&lt;br /&gt;
* Indiana: Before 1830 ('''Stop''')&lt;br /&gt;
* The Mississippi: 1830–80s ('''Stop''')&lt;br /&gt;
* Nebraska: 1860s–1910s (Go to 29)&lt;br /&gt;
* What prairies?: 1920s–1970s (Go to 30)&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| '''Is there a big lake in the middle of Southern California? (created by mistake)'''&lt;br /&gt;
| This is {{w|Salton Sea}}, a previously dry lake bed accidentally flooded in 1905 while attempting to increase irrigation to the area from the Colorado River&lt;br /&gt;
| 1860s–1910s&lt;br /&gt;
|&lt;br /&gt;
* No: before 1905&lt;br /&gt;
* Yes: 1905+&lt;br /&gt;
|&lt;br /&gt;
* No: 1860s–1900s ('''Stop''')&lt;br /&gt;
* Yes: 1910s ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| '''Is there a big lake in the middle of Ghana? (created on purpose)'''&lt;br /&gt;
| {{w|Lake Volta}}, formed by the {{w|Akosombo Dam}} which was built in the 1960s&lt;br /&gt;
| 1920s–1970s&lt;br /&gt;
|&lt;br /&gt;
* No: before 1960s&lt;br /&gt;
* Yes: 1960s+&lt;br /&gt;
|&lt;br /&gt;
* No: 1920s–50s ('''Stop''')&lt;br /&gt;
* Yes: 1960s–70s ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| '''Is the Aral Sea missing?'''&lt;br /&gt;
| Shrinking since the 1930s, the {{w|Aral Sea}} would be too small to be on maps or images of the Earth by the 2000s.&lt;br /&gt;
| 1970s+&lt;br /&gt;
|&lt;br /&gt;
* No: 1990s-&lt;br /&gt;
* Yes: 2000s+&lt;br /&gt;
|&lt;br /&gt;
* No: 1970s-90s ('''Stop''')&lt;br /&gt;
* Yes: 2000s+ ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | ''Topograpical Map / Satellite Image Subbranch ends''&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Fictional Map / Non-Map Subbranch&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| '''Rivers &amp;quot;Sirion&amp;quot; or &amp;quot;Anduin&amp;quot;?'''&lt;br /&gt;
| The rivers {{w|List of Middle-earth rivers#Sirion|Sirion}} and {{w|Anduin}} are part of {{w|Middle-earth|Middle-earth}}, the fictional setting of J.R.R. Tolkien's ''{{w|The Lord of the Rings}}'' books.&lt;br /&gt;
| Not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of Middle-earth&lt;br /&gt;
* No: inconclusive&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of Middle-earth (Go to 33)&lt;br /&gt;
* No: not a map of the Earth (Go to 37)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Middle-earth Subbranch&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| '''Mordor?'''&lt;br /&gt;
| {{w|Mordor}} is the base of operations of {{w|Sauron}}, who settled there c. 1000 in the {{w|Second Age}} (which lasted for 3,441 years).&lt;br /&gt;
| Map of Middle-earth&lt;br /&gt;
|&lt;br /&gt;
* No: S.A. c. 1000-&lt;br /&gt;
* Yes: S.A. c. 1000+&lt;br /&gt;
|&lt;br /&gt;
* No: S.A. c. 1000- (Go to 34)&lt;br /&gt;
* Yes: S.A. c. 1000+ (Go to 35)&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| '''Beleriand?'''&lt;br /&gt;
| {{w|Beleriand}} was broken in the {{w|War of Wrath}} in the year 583 in the {{w|Years of the Sun}} in the {{w|First Age}} The First Age itself ran for 450 Valian Years and 590 Years of the Sun, adding up to between 5,023 and 65,390 Years of the Sun, depending on the conversion factor used ({{w|J. R. R. Tolkien}} has given several during the years). Note that Randall has apparently ignored the time before the First Age (4,550 Valian Years).&lt;br /&gt;
| S.A. c. 1000-&lt;br /&gt;
|&lt;br /&gt;
* Yes: Y.S. 583 First Age-&lt;br /&gt;
* No: Y.S. 583 First Age+&lt;br /&gt;
|&lt;br /&gt;
* Yes: Y.S. 583 First Age- (stated in comic as First Age) ('''Stop''')&lt;br /&gt;
* No: Y.S. 583 First Age–S.A. c. 1000 (stated in comic as early Second Age) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| '''Númenor?'''&lt;br /&gt;
| The island of {{w|Númenor}} was raised from the sea at the start of the Second Age. It sank back into the sea in 3319 in the Second Age, as the formerly flat Earth was made into a globe.&lt;br /&gt;
| S.A. c. 1000+&lt;br /&gt;
|&lt;br /&gt;
* Yes: S.A. 1–3319&lt;br /&gt;
* No: First Age- or S.A. 3319+&lt;br /&gt;
|&lt;br /&gt;
* Yes: S.A. c. 1000–3319 (stated in comic as late Second Age) ('''Stop''')&lt;br /&gt;
* No: S.A. 3319+ (Go to 36)&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| '''The forest east of the Misty Mountains is...'''&lt;br /&gt;
| The forest {{w|Mirkwood}} was called Greenwood the Great from its discovery by the Elves c. V.Y. 4620 in the First Age to 1050 in the {{w|Third Age}} when the shadow of Sauron fell upon it and it was renamed. It was cleansed on 'March' 28, 3019 in the Third Age (which ran for 3,021 years), after which it is called the Wood of Greenleaves. Note that Randall ignores the Fifth Age and onwards; although Tolkien said that the present day is about the end of the Sixth Age or the beginning of the Seventh, nothing is written about these later Ages.&lt;br /&gt;
| S.A. 3319+&lt;br /&gt;
|&lt;br /&gt;
* Greenwood the Great: c. V.Y. 4620–T.A. 1050&lt;br /&gt;
* Mirkwood: T.A. 1050–3019–03–28&lt;br /&gt;
* The Wood of Greenleaves: T.A. 3019–03–28+&lt;br /&gt;
|&lt;br /&gt;
* Greenwood the Great: S.A. 3319–T.A. 1050 (stated in comic as early Third Age) ('''Stop''')&lt;br /&gt;
* Mirkwood: T.A. 1050–3019–03–28 (stated in comic as Late Third Age) ('''Stop''')&lt;br /&gt;
* The Wood of Greenleaves: T.A. 3019–03–28+ (stated in comic as Fourth Age) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | ''Middle-earth Subbranch ends''&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| '''Cair Paravel?'''&lt;br /&gt;
| {{w|Cair Paravel}} is the fictional castle where the Kings and Queens of Narnia rule in ''{{w|The Chronicles of Narnia}}''.&lt;br /&gt;
| Not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of Narnia&lt;br /&gt;
* No: inconclusive&lt;br /&gt;
|&lt;br /&gt;
* Yes: map of Narnia (Go to 38)&lt;br /&gt;
* No: not a map of the Earth (Go to 42)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Narnia Subbranch&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; | '''Note:''' This series contains seven books, whose original publication order does not match their chronological order. Specifically, ''The Magician's Nephew'' is earlier than ''The Lion, the Witch and the Wardrobe'', and ''The Horse and His Boy'' is between ''The Lion, the Witch and the Wardrobe'' and ''Prince Caspian''. Questions in this subbranch concern whether the place referenced can be found in the map contained in each book, not in which books' time the place exists. Therefore, places that exist in a book published later but is chronologically earlier than another book will not appear in the latter book, even if canonically they still exist in its time. Here are the seven books in their original publication order, which they will be referred to as.&lt;br /&gt;
&lt;br /&gt;
# ''{{w|The Lion, the Witch and the Wardrobe}}''&lt;br /&gt;
# ''{{w|Prince Caspian}}''&lt;br /&gt;
# ''{{w|The Voyage of the Dawn Treader}}''&lt;br /&gt;
# ''{{w|The Silver Chair}}''&lt;br /&gt;
# ''{{w|The Horse and His Boy}}''&lt;br /&gt;
# ''{{w|The Magician's Nephew}}''&lt;br /&gt;
# ''{{w|The Last Battle}}''&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| '''Calormen?'''&lt;br /&gt;
| {{w|Calormen}} is a foreign empire in ''The Chronicles of Narnia''.  While it was indirectly referenced in the first three books, it was not included in maps until the later books in the series.&lt;br /&gt;
| Map of Narnia&lt;br /&gt;
|&lt;br /&gt;
* No: 3-&lt;br /&gt;
* Yes: 4+&lt;br /&gt;
|&lt;br /&gt;
* No: 3- (Go to 39)&lt;br /&gt;
* Yes: 4+ (Go to 41)&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| '''Lotta islands?'''&lt;br /&gt;
| Refers to [http://www.charliewstarr.com/_Media/mapdawntreader.gif this map] from ''The Voyage of the Dawn Treader'', which focused on a ship voyage from Cair Paravel to the eastern edge of the world and back.&lt;br /&gt;
| 3-&lt;br /&gt;
|&lt;br /&gt;
* No: not 3&lt;br /&gt;
* Yes: 3&lt;br /&gt;
|&lt;br /&gt;
* No: 2- (Go to 40)&lt;br /&gt;
* Yes: 3 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| '''Beruna'''&lt;br /&gt;
| Refers to [http://4.bp.blogspot.com/-54_2TDRUbHY/TpJHzFBzmiI/AAAAAAAALOA/q3RnPSvfdJ0/s1600/IMG.jpg the map] of Narnia originally published in Prince Caspian. During the time of ''The Lion, the Witch, and the Wardrobe'', the people of Beruna crossed the Great River via a ford, but it had been replaced by a bridge at the beginning of ''Prince Caspian''.&lt;br /&gt;
| 2-&lt;br /&gt;
|&lt;br /&gt;
* Ford: 1&lt;br /&gt;
* Bridge: 2&lt;br /&gt;
|&lt;br /&gt;
* Ford: 1 ('''Stop''')&lt;br /&gt;
* Bridge: 2 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| '''Weird recursive heaven?'''&lt;br /&gt;
| Refers to ''The Last Battle'', where the protagonists find themselves in {{w|Aslan's Country}}, a glorious afterlife of which Narnia (along with Earth and presumably every other world) is only a shadowy reflection.&lt;br /&gt;
| 4+&lt;br /&gt;
|&lt;br /&gt;
* No: 6-&lt;br /&gt;
* Yes: 7&lt;br /&gt;
|&lt;br /&gt;
* No: 4–6 (stated in comic as one of the random later books) ('''Stop''')&lt;br /&gt;
* Yes: 7 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | ''Narnia Subbranch ends''&lt;br /&gt;
|-&lt;br /&gt;
! 42&lt;br /&gt;
| '''Mossflower?'''&lt;br /&gt;
| A forest from the ''{{w|Redwall}}'' book series. See also the comic [[370: Redwall]] and [[1722: Debugging]] that references the books.&lt;br /&gt;
| Not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: ''Redwall''&lt;br /&gt;
* No: inconclusive&lt;br /&gt;
|&lt;br /&gt;
* Yes: ''Redwall'' ('''Stop''')&lt;br /&gt;
* No: not a map of the Earth (Go to 43)&lt;br /&gt;
|-&lt;br /&gt;
! 43&lt;br /&gt;
| '''Is the world on the back of a turtle?'''&lt;br /&gt;
| The comic fantasy book series ''{{w|Discworld}}'' is set on the fictional Discworld, a flat disc balanced on the backs of four elephants which in turn stand on the back of a giant turtle.&lt;br /&gt;
| Not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: ''Discworld''&lt;br /&gt;
* No: inconclusive&lt;br /&gt;
|&lt;br /&gt;
* Yes: ''Discworld'' ('''Stop''')&lt;br /&gt;
* No: not a map of the Earth (Go to 44)&lt;br /&gt;
|-&lt;br /&gt;
! 44&lt;br /&gt;
| '''Are you ''sure'' this is a map?'''&lt;br /&gt;
| After incorrectly guessing several popular fictional world, it is fair to doubt whether the subject being identified here is a map at all.&lt;br /&gt;
| Not a map of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: a map ''for sure'', just not of the Earth&lt;br /&gt;
* No: not a map&lt;br /&gt;
|&lt;br /&gt;
* Yes: a map ''for sure'', just not of the Earth (Go to 45)&lt;br /&gt;
* No: not a map (Go to 47)&lt;br /&gt;
|-&lt;br /&gt;
! 45&lt;br /&gt;
| '''Did you make it yourself?'''&lt;br /&gt;
| At this point, the map can only be a homemade map of some other fictional world. (Although it might be a published map of another world, such as Pern, Oz or Mars but there isn't enough room for these options.)&lt;br /&gt;
| A map ''for sure'', just not of the Earth&lt;br /&gt;
|&lt;br /&gt;
* Yes: a homemade map&lt;br /&gt;
|&lt;br /&gt;
* Yes: a homemade map (Go to 46)&lt;br /&gt;
|-&lt;br /&gt;
! 46&lt;br /&gt;
| '''It's very nice.'''&lt;br /&gt;
| A stock response to &amp;quot;[It's] Very nice&amp;quot; is &amp;quot;Thanks, I made it myself&amp;quot;. Since we have already done the &amp;quot;made it myself&amp;quot; part, we need to do the other parts too, albeit out of sequence.&lt;br /&gt;
| A homemade map&lt;br /&gt;
|&lt;br /&gt;
* Thank you!: something &amp;quot;very nice&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* Thank you!: a &amp;quot;very nice&amp;quot; homemade map ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Not a Map Subbranch&lt;br /&gt;
|-&lt;br /&gt;
! 47&lt;br /&gt;
| '''Is it trying to bite you?'''&lt;br /&gt;
| Now we are trying to guess something that is not a map. Makes sense to ask if it's something that bites, right? Right?&lt;br /&gt;
| Not a map&lt;br /&gt;
|&lt;br /&gt;
* No: doesn't bite&lt;br /&gt;
* Yes: bites&lt;br /&gt;
|&lt;br /&gt;
* No: doesn't bite and not a map (Go to 48)&lt;br /&gt;
* Yes: bites (Go to 49)&lt;br /&gt;
|-&lt;br /&gt;
! 48&lt;br /&gt;
| '''Is it larger than a breadbox?'''&lt;br /&gt;
| A typical, generic question asked Steve Allen on ''{{w|What's My Line?}}'', and is often used when playing {{w|Twenty Questions}}. However, instead of asking further questions to narrow down the choices, the comic just gives a guess for each response. The comic guesses a breadbox itself as something about the same size as a breadbox. &lt;br /&gt;
| Doesn't bite and not a map&lt;br /&gt;
|&lt;br /&gt;
* Yes: larger than a breadbox&lt;br /&gt;
* No: smaller than a breadbox&lt;br /&gt;
* About the same: about the same size as a breadbox&lt;br /&gt;
|&lt;br /&gt;
* Yes: larger than a breadbox, doesn't bite, and not a map (comic guesses a {{w|tuba}}) ('''Stop''')&lt;br /&gt;
* No: smaller than a breadbox, doesn't bite, and not a map (comic guesses a {{w|stapler}}) ('''Stop''')&lt;br /&gt;
* About the same: about the same size as a breadbox, doesn't bite, and not a map (comic guesses a {{w|breadbox}}) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 49&lt;br /&gt;
| '''If you let it go, what does it do?'''&lt;br /&gt;
|This assumes that you are holding the biting object. While holding it, the object may have already bitten you, and the consequences of this would most likely be painful. &lt;br /&gt;
| Bites&lt;br /&gt;
|&lt;br /&gt;
* Hisses and runs away: hisses and runs away if let go&lt;br /&gt;
* Screeches and flaps around the room breaking things: screeches and flaps around the room breaking things if let go&lt;br /&gt;
|&lt;br /&gt;
* Hisses and runs away: bites, and hisses and runs away if let go (comic guesses a {{w|cat}}) ('''Stop''')&lt;br /&gt;
* Screeches and flaps around the room breaking things: bites, and screeches and flaps around the room breaking things if let go (comic guesses a {{w|seagull}}) ('''Stop''' (however, see 50))&lt;br /&gt;
|-&lt;br /&gt;
! 50&lt;br /&gt;
| '''Does the screeching chill your blood and herald death?'''&lt;br /&gt;
| ''Note: Title text question.''&lt;br /&gt;
| Bites, and screeches and flaps around the room breaking things if let go&lt;br /&gt;
|&lt;br /&gt;
* Yes: Screeching chills your blood and heralds death&lt;br /&gt;
* No: Screeching does not chill your blood and herald death; or does not screech&lt;br /&gt;
|&lt;br /&gt;
* Yes: bites; screeches and flaps around the room breaking things if let go; screeching chills your blood and heralds death (title text guesses a {{w|banshee}}) ('''Stop''')&lt;br /&gt;
* No: bites; screeches and flaps around the room breaking things if let go; screeching does not chill your blood and herald death (title text guesses a seagull) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Istanbul Division&lt;br /&gt;
|-&lt;br /&gt;
! 51&lt;br /&gt;
| '''Does the Soviet Union exist?'''&lt;br /&gt;
| The {{w|Soviet Union}},  officially the Union of Soviet Socialist Republics, existed from 1922 to 1991. After 1991, the Soviet Union split up into Russia and 15 other post-Soviet states.&lt;br /&gt;
|1928+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1928–1991 &lt;br /&gt;
* No: 1991+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1928–1991 (Go to 52)&lt;br /&gt;
* No: 1991+ (Go to 69)&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | West Africa branch&lt;br /&gt;
|-&lt;br /&gt;
! 52&lt;br /&gt;
| '''Is most of West Africa a giant French blob?'''&lt;br /&gt;
| Before 1960, most of West Africa consisted of a number of French colonies united under {{w|French West Africa}}.&lt;br /&gt;
|1928–1991&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1928–1960 &lt;br /&gt;
* No: 1960–1991&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1928–1960  (Go to 53)&lt;br /&gt;
* No: 1960–1991 (Go to 60)&lt;br /&gt;
|-&lt;br /&gt;
! 53&lt;br /&gt;
| '''Pakistan?'''&lt;br /&gt;
| {{w|Pakistan}} was officially recognized as its own country in 1947, when {{w|British India}} was granted independence and {{w|Partition of India|partitioned into two nations}}. Pakistan was created at the request of Muslims who wished for a Muslim majority state.&lt;br /&gt;
|1928–1960&lt;br /&gt;
|&lt;br /&gt;
* No: 1928–1947&lt;br /&gt;
* Yes: 1947–1960 &lt;br /&gt;
|&lt;br /&gt;
* No: 1928–1947 (Go to 54)&lt;br /&gt;
* Yes: 1948–1960  (Go to 56)&lt;br /&gt;
|-&lt;br /&gt;
! 54&lt;br /&gt;
| '''How many Germanys are there?'''&lt;br /&gt;
| During WWII, the {{w|Nazi Party}} invaded a large swath of Europe, which would make {{w|Nazi Germany}} huge on the map during that period. After the war, it split up into two countries — {{w|West Germany}} which was part of {{w|NATO}}, and {{w|East Germany}} which was part of the {{w|Warsaw Pact}}. Note that by modern standards, pre-WWII Germany was also quite huge, since at that point Germany included {{w|Prussia}} which contained much of modern Poland as well as Russian {{w|Kaliningrad}}, and in 1938 Germany took control of Austria in the {{w|Anschluss}} and the {{w|Sudetenland}} in {{w|Czechoslovakia}} following the {{w|Munich Agreement}}. Not all maps produced during WWII used the Nazi borders, since the Allies refused to recognize German occupation and supported the {{w|government-in-exile|governments-in-exile}}.&lt;br /&gt;
|1928–1947 &lt;br /&gt;
|&lt;br /&gt;
* One: 1928–1940 &lt;br /&gt;
* One, but it's ''huge'': 1941–1945&lt;br /&gt;
* Two: 1946–1947&lt;br /&gt;
|&lt;br /&gt;
* One: 1928–1940 (Go to 55) &lt;br /&gt;
* One, but it's ''huge'': 1941–1945 ('''Stop''')&lt;br /&gt;
* Two: 1946–1947 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 55&lt;br /&gt;
| '''Persia or Iran?'''&lt;br /&gt;
| In 1935 the {{w|Iran|Iranian}} Government requested that westerners call it by the name its own people had used for hundreds of years, rather than after a tribe within it that gained prominence 2500 years earlier. The interval from 1928 to 1930 is dropped from this branch, but it would fall under {{w|Persia}}.&lt;br /&gt;
|1928–1940 &lt;br /&gt;
|&lt;br /&gt;
* Persia: 1930–1934&lt;br /&gt;
* Iran: 1935–1940&lt;br /&gt;
|&lt;br /&gt;
* Persia: 1930–1934 ('''Stop''')&lt;br /&gt;
* Iran: 1935–1940 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 56&lt;br /&gt;
| '''Cambodia?'''&lt;br /&gt;
| {{w|Cambodia}} (or Kampuchea) declared independence from France in 1953.&lt;br /&gt;
|1948–1960 &lt;br /&gt;
|&lt;br /&gt;
* No: 1948–1953&lt;br /&gt;
* Yes: 1953–1960&lt;br /&gt;
|&lt;br /&gt;
* No: 1948–1953 (Go to 57)&lt;br /&gt;
* Yes: 1953–1960 (Go to 59)&lt;br /&gt;
|-&lt;br /&gt;
! 57&lt;br /&gt;
| '''Eritrea is a part of...'''&lt;br /&gt;
| {{w|Eritrea}} declared independence from Italy in 1952, joining {{w|Ethiopia}} to create the {{w|Federation of Ethiopia and Eritrea}}.&lt;br /&gt;
|1947–1953&lt;br /&gt;
|&lt;br /&gt;
* Italy: 1948–1952&lt;br /&gt;
* Ethiopia: 1952–1953&lt;br /&gt;
|&lt;br /&gt;
* Italy: 1948–1952 (Go to 58)&lt;br /&gt;
* Ethiopia: 1952–1953 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 58&lt;br /&gt;
| '''Canada is...'''&lt;br /&gt;
| In 1949, the {{w|Dominion of Newfoundland}} became a part of {{w|Canada}}. Before that, it was marked as its own country on the map, so maps from 1948 and before would have Canada &amp;quot;missing a piece&amp;quot; on its east coast as compared to how it looks today.&lt;br /&gt;
|1947–1952 &lt;br /&gt;
|&lt;br /&gt;
* Missing a piece: 1948&lt;br /&gt;
* Fine: 1949–1952&lt;br /&gt;
|&lt;br /&gt;
* Missing a piece: 1948 ('''Stop''')&lt;br /&gt;
* Fine: 1949–1952 (Go to 63)&lt;br /&gt;
|-&lt;br /&gt;
! 59&lt;br /&gt;
| '''The United Arab Republic?'''&lt;br /&gt;
| The {{w|The United Arab Republic}} was a short-lived political union between {{w|Egypt}} and {{w|Syria}}. The union began in 1958 and existed until 1961 (although Egypt continued to call itself the United Arab Republic for several years after Syria left the union).&lt;br /&gt;
|1953–1960&lt;br /&gt;
|&lt;br /&gt;
* No: 1953–1958&lt;br /&gt;
* Yes: 1958–1960&lt;br /&gt;
|&lt;br /&gt;
* No: 1953–58 (stated in comic as 1954–57 – a discrepancy) ('''Stop''')&lt;br /&gt;
* Yes: 1958–60 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 60&lt;br /&gt;
| '''How many Vietnams are there?'''&lt;br /&gt;
| On April 30, 1975, forces from {{w|North Vietnam}} captured {{w|Saigon}} (now known as {{w|Ho Chi Minh City}}), and reunified the country, in an event known as {{w|Reunification Day}}, which marked the end of the {{w|Vietnam War}}. Maps before this date would have &amp;quot;North Vietnam&amp;quot; and &amp;quot;{{w|South Vietnam}}&amp;quot; on them rather than a single &amp;quot;{{w|Vietnam}}&amp;quot;.&lt;br /&gt;
|1960–1991&lt;br /&gt;
|&lt;br /&gt;
* Two: 1960–1975&lt;br /&gt;
* One: 1975–1991&lt;br /&gt;
|&lt;br /&gt;
* Two: 1960–1975 (Go to 61)&lt;br /&gt;
* One: 1975–1991 (Go to 64)&lt;br /&gt;
|-&lt;br /&gt;
! 61&lt;br /&gt;
| '''Bangladesh?'''&lt;br /&gt;
| {{w|Bangladesh}} (formerly {{w|East Pakistan}}) declared independence from {{w|Pakistan}} in 1972, as they had different languages, cultures, and the Bengalis felt their country was being run from West Pakistan without their input. The {{w|Bangladesh Liberation War|resulting war}} lasted just over 8 months and ended in Indian intervention.  &lt;br /&gt;
|1960–1975&lt;br /&gt;
|&lt;br /&gt;
* No: 1960–1972&lt;br /&gt;
* Yes: 1972–1975&lt;br /&gt;
|&lt;br /&gt;
* No: 1960–1972 (Go to 62)&lt;br /&gt;
* Yes: 1972–1975 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 62&lt;br /&gt;
| '''Is the area south of Lake Victoria...'''&lt;br /&gt;
| The area south of {{w|Lake Victoria}} was called {{w|Tanganyika}}, and it declared independence from the United Kingdom to form its own country in 1961, and unified with {{w|Zanzibar}} to create {{w|Tanzania}} in 1964.&lt;br /&gt;
|1960–1972 &lt;br /&gt;
|&lt;br /&gt;
* British: 1960–1961&lt;br /&gt;
* Tanganyika: 1961–1964&lt;br /&gt;
* Tanzania: 1965–1971&lt;br /&gt;
|&lt;br /&gt;
* British: 1960–1961 (Go to 63)&lt;br /&gt;
* Tanganyika: 1961–1964 ('''Stop''')&lt;br /&gt;
* Tanzania: 1965–1972 (stated in comic as 1964–1971 – a discrepancy) ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 63&lt;br /&gt;
| '''The town on I-25 between Albuquerque and El Paso is... '''&lt;br /&gt;
| {{w|Interstate 25 in New Mexico|I-25}} didn't exist for any of the years listed for this item, since the Interstate Highway System wasn't launched until 1956.  The highway designation on maps printed during the years listed was {{w|U.S. Route 85#New Mexico|US-85}}, and it was first replaced by I-25 in 1970–1990.  The town changed its name from Hot Springs to &amp;quot;{{w|Truth or Consequences, New Mexico|Truth or Consequences}}&amp;quot; in 1950, although locals say that it provides more of the latter than of the former. Still the question would have made sense (although it should have been US-85) had it not been for the fact that the whole question is for the wrong time period, as the search tree leading to a British Tanganyika is only the period 1960–1961. Actually this item seems like it should actually follow from the &amp;quot;Fine&amp;quot; option of &amp;quot;Canada is..&amp;quot; from 1949 to 1952 as it is in the same time period.&lt;br /&gt;
|1960–1961&lt;br /&gt;
|&lt;br /&gt;
* Hot Springs: 1916–49&lt;br /&gt;
* Truth or Consequences: 1950+&lt;br /&gt;
|&lt;br /&gt;
* Hot Springs: 1948–49 ('''Stop''') (a discrepancy as this is for the period 1960–61)&lt;br /&gt;
* Truth or Consequences: 1950–52 ('''Stop''') (a discrepancy as this is for the period 1960–61)&lt;br /&gt;
|-&lt;br /&gt;
! 64&lt;br /&gt;
| '''Jimmy Carter is...'''&lt;br /&gt;
| On April 20, 1979, {{w|Jimmy Carter}} was &amp;quot;{{w|Jimmy Carter rabbit incident|attacked}}&amp;quot; by a swamp rabbit, a fact referenced in [[204|204: America]]. This fact would not normally be referenced on a map, however, and is simply a joke entry that leads to the next question.&lt;br /&gt;
|1975–1991&lt;br /&gt;
|&lt;br /&gt;
* Being attacked by a giant swimming rabbit: April 20, 1979&lt;br /&gt;
* Fine: 1975–1991&lt;br /&gt;
|&lt;br /&gt;
* Being attacked by a giant swimming rabbit: April 20, 1979 ('''Stop''')&lt;br /&gt;
* Fine: 1975–1991 (Go to 65)&lt;br /&gt;
|-&lt;br /&gt;
! 65&lt;br /&gt;
| '''The Sinai is part of what country?'''&lt;br /&gt;
| In 1979, {{w|Israel}} signed a peace treaty in which it would gradually retreat from the entire {{w|Sinai Peninsula}}, handing that area to {{w|Egypt}}. This happened over a period of three years, completing in 1982.&lt;br /&gt;
|1975–1991&lt;br /&gt;
|&lt;br /&gt;
* Israel: 1976–1979&lt;br /&gt;
* Mostly Israel: 1980&lt;br /&gt;
* Mostly Egypt: 1981&lt;br /&gt;
* Egypt: 1982–1991&lt;br /&gt;
|&lt;br /&gt;
* Israel: 1976–1979 (missing 1975?) ('''Stop''')&lt;br /&gt;
* Mostly Israel: 1980 ('''Stop''')&lt;br /&gt;
* Mostly Egypt: 1981 ('''Stop''')&lt;br /&gt;
* Egypt: 1982–1991 (Go to 66)&lt;br /&gt;
|-&lt;br /&gt;
! 66&lt;br /&gt;
| '''What's the capital of Micronesia?'''&lt;br /&gt;
| The {{w|Federated States of Micronesia}} are a group of small islands in the Pacific Ocean. Their capital was {{w|Kolonia}} until 1989, when it changed to {{w|Palikir}}, on the same island.&lt;br /&gt;
|1982–1991&lt;br /&gt;
|&lt;br /&gt;
* Kolonia: 1982–1988&lt;br /&gt;
* Palikir: 1989–1991&lt;br /&gt;
|&lt;br /&gt;
* Kolonia: 1982–1988 (Go to 67)&lt;br /&gt;
* Palikir: 1989–1991 (Go to 68)&lt;br /&gt;
|-&lt;br /&gt;
! 67&lt;br /&gt;
| '''Republic of the Upper Volta or Burkina Faso?'''&lt;br /&gt;
| {{w|Burkina Faso}} was named the {{w|Republic of the Upper Volta}} until 1984, when the president Thomas Sankara decided to rename it to promote a sense of unity in the nation and in an anti-colonial statement.&lt;br /&gt;
|1982–1988&lt;br /&gt;
|&lt;br /&gt;
* Upper Volta: 1982–1984&lt;br /&gt;
* Burkina Faso: 1985–1988&lt;br /&gt;
|&lt;br /&gt;
* Upper Volta: 1982–1984 ('''Stop''')&lt;br /&gt;
* Burkina Faso: 1985–1988 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 68&lt;br /&gt;
| '''(Number of Yemens) + (Number of Germanys) = ?'''&lt;br /&gt;
| In 1990, two unification events took place: {{w|Yemeni unification}} on May 22, and {{w|German reunification}} on October 3. Before these events, in early 1990, there would have been four Yemens and Germanys total. In mid-1990, when only the Yemeni unification had taken place, there would be one Yemen and two Germanys, for a total of three. and in late 1990, after both events took place, there would be one of each for a total of two.&lt;br /&gt;
|1989–1991&lt;br /&gt;
|&lt;br /&gt;
* Four: 1989–early 1990&lt;br /&gt;
* Three: mid-1990&lt;br /&gt;
* Two: late 1990–1991&lt;br /&gt;
|&lt;br /&gt;
* Four: 1989–early 1990 ('''Stop''')&lt;br /&gt;
* Three: mid-1990 ('''Stop''')&lt;br /&gt;
* Two: late 1990–1991 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; | Post-Soviet branch&lt;br /&gt;
|-&lt;br /&gt;
! 69&lt;br /&gt;
| '''Zaire? or: &amp;quot;Hong Kong (UK)&amp;quot;'''&lt;br /&gt;
| Zaire was one of a series of names for what is today called the {{w|Democratic Republic of the Congo}}. In 1996 a (successful) revolt began to oust the reigning government from power. As part of this revolution, the country was renamed. The original name change away from 'Congo' was part of an 'Africanisation' naming campaign, although 'Congo' is in origin an authentic African name for the river that set the boundaries of the nation.&lt;br /&gt;
&lt;br /&gt;
{{w|Hong Kong}} was taken by the British in 1843 at the end of the {{w|First Opium War}}, and an additional area (the {{w|New Territories}}) were leased from China in 1898 on a 99-year lease. When the lease expired in 1997, {{w|Transfer of sovereignty over Hong Kong|the whole of Hong Kong was returned to China}}.&lt;br /&gt;
|1991+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1992–1996&lt;br /&gt;
* No: 1996+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 1992–1996  ('''Stop''')&lt;br /&gt;
* No: 1996+ (Go to 70)&lt;br /&gt;
|-&lt;br /&gt;
! 70&lt;br /&gt;
| '''Serbia and Montenegro are...'''&lt;br /&gt;
| The Union of {{w|Serbia and Montenegro}} was a remnant of {{w|Yugoslavia}}. {{w|Montenegro}} voted to become its own country in 2006.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;'''Note:''' For much of the prior date range, &amp;quot;Serbia and Montenegro&amp;quot; did not appear on maps–the states still went by the name Yugoslavia. {{w|Serbia and Montenegro#State union|Serbia and Montenegro only came into existence in 2003}}.&lt;br /&gt;
|1996+&lt;br /&gt;
|&lt;br /&gt;
* One country: 1996–2006&lt;br /&gt;
* Two countries: 2007+&lt;br /&gt;
|&lt;br /&gt;
* One country: 1996–2006  (Go to 71)&lt;br /&gt;
* Two countries: 2007+ (Go to 72)&lt;br /&gt;
|-&lt;br /&gt;
! 71&lt;br /&gt;
| '''East Timor?'''&lt;br /&gt;
| {{w|East Timor}} (also known as Timor-Leste) is a nation north of Australia and south east of {{w|Indonesia}}. During the Dutch colonization of Indonesia, East Timor remained in Portuguese hands. While {{w|Indonesian occupation of East Timor|occupied and annexed by Indonesia}} in 1976, East Timor retained its own culture and voted for independence, then had a nasty militia action that required UN peacekeeping action, and finally become independent in 2002.&lt;br /&gt;
|1996–2006&lt;br /&gt;
|&lt;br /&gt;
* No: 1997–2001&lt;br /&gt;
* Yes: 2002–2006&lt;br /&gt;
|&lt;br /&gt;
* No: 1997–2001 ('''Stop''')&lt;br /&gt;
* Yes: 2002–2006 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 72&lt;br /&gt;
| '''How many Sudans are there?'''&lt;br /&gt;
| In 2011, after a long history of violence between the two portions of the country (which can be characterized as Islam vs. Christianity and traditional religions), {{w|South Sudan}} became independent from {{w|Sudan}}.&lt;br /&gt;
|2006+&lt;br /&gt;
|&lt;br /&gt;
* One: 2007–2011&lt;br /&gt;
* Two: 2011+&lt;br /&gt;
|&lt;br /&gt;
* One: 2007–2011 ('''Stop''')&lt;br /&gt;
* Two: 2011+ (Go to 73)&lt;br /&gt;
|-&lt;br /&gt;
! 73&lt;br /&gt;
| '''Is Crimea disputed?'''&lt;br /&gt;
| In 2014, a {{w|Euromaidan|revolution}} ousted the current Ukrainian president. {{w|Crimea}} had its own civil unrest, and Russian troops exploited the unrest to launch {{w|Annexation of Crimea by the Russian Federation|an invasion}}. A referendum, where many nations, including all member states of the EU, the USA, and Canada, disputed the democratic legitimacy of the referendum, was held during this and ostensibly decided in favor of Russian annexation. Depending on where you get your maps, Crimea might not be marked as disputed–[http://www.npr.org/sections/thetwo-way/2014/04/12/302337754/google-maps-displays-crimean-border-differently-in-russia-u-s Google Maps Ukraine shows it as solely Ukrainian while Google Maps Russia shows it as Russian].&lt;br /&gt;
|2011+&lt;br /&gt;
|&lt;br /&gt;
* Yes: 2014+&lt;br /&gt;
* No: 2012–2013&lt;br /&gt;
|&lt;br /&gt;
* Yes: 2014+ (Go to 74)&lt;br /&gt;
* No: 2012–2013 ('''Stop''')&lt;br /&gt;
|-&lt;br /&gt;
! 74&lt;br /&gt;
| '''&amp;quot;Colorado&amp;quot; or &amp;quot;Danger—Radioactive Exclusion Zone—Avoid&amp;quot;?'''&lt;br /&gt;
| This entry and the one below it are now referring to hypothetical future events: specifically, a huge radioactivity event in {{w|Colorado}} that takes place some time in 2022. Colorado has a previous history of radioactive contamination–it was home to uranium mines, nuclear tests (including {{w|Project Rulison}}, an attempt to use nuclear bombs to drill for natural gas that ended up making the gas radioactive) and the controversial {{w|Rocky Flats Plant}}, a nuclear weapons manufacturing facility that suffered {{w|Radioactive contamination from the Rocky Flats Plant|several fires and leaks}} and was ultimately raided and shut down by the FBI. None of these has yet caused spiders to mutate.{{Citation needed}}&lt;br /&gt;
|2014+&lt;br /&gt;
|&lt;br /&gt;
* Colorado: 2014–2021&lt;br /&gt;
* Danger: 2022+&lt;br /&gt;
|&lt;br /&gt;
* Colorado: 2014–2021 ('''Stop''')&lt;br /&gt;
* Danger: 2022+ (Go to 75)&lt;br /&gt;
|-&lt;br /&gt;
! 75&lt;br /&gt;
| '''Does the warning mention the spiders?'''&lt;br /&gt;
| Presumably some time in 2023, the radioactive exclusion zone also becomes infested with mutant spiders.&lt;br /&gt;
|2022+&lt;br /&gt;
|&lt;br /&gt;
* No: 2022&lt;br /&gt;
* Yes: 2023 or later&lt;br /&gt;
|&lt;br /&gt;
* No: 2022 ('''Stop''')&lt;br /&gt;
* Yes: 2023 or later ('''Stop''')&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|No layout with that many indents, just describe the image.}}&lt;br /&gt;
:[A very complicated flow chart, which can only be read in detail using the larger image now shown at the top of this page. This transcript uses the large version, where there is no problem reading all entries.]&lt;br /&gt;
&lt;br /&gt;
:[At the top of the chart there is a large caption, with a smaller caption below:]&lt;br /&gt;
:&amp;lt;big&amp;gt;Guide to figuring out the age of an undated world map&amp;lt;/big&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;(Assuming it's complete, labeled in English, and detailed enough)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[Below the starting bracket in the small caption is a start box. It has rounded corners and it is gray with white text. From this box there is a gray line to a box consisting of a black frame with rounded corners. In these kind of boxes there are questions regarding the map in black text. Below this box there are three gray boxes like the start box, superimposed over the bottom frame. In these boxes are the possible answers to the question in the frame above. From each of these options there is a gray line going to similar black framed boxes with other questions either below, or to either side. There can either be two, three or four gray boxes, two the most common. Only at the very bottom of the central branch where it turns out it was a home made map, are there two frames with only one gray question box each. This trend continues over this entire large image. When reaching the end of a branch in the flow chart, there is no line away from one, more or all of the gray boxes for a black frame. When this happens a year range or a guess at what the map shows, or what it is (if it turns out to not be a map) is written below the gray box in gray text. Of the text in the gray boxes are Yes/No, but not always. There are 74 boxes with black frames with 158 gray boxes and 78 endpoints with text below the gray box and one end point without text below (the one with the home made map).]&lt;br /&gt;
&lt;br /&gt;
:Start&lt;br /&gt;
::Istanbul or Constantinople?&lt;br /&gt;
:::Constantinople&lt;br /&gt;
::::&amp;lt;span id=&amp;quot;canada-alaska-tokyo&amp;quot;&amp;gt;&amp;lt;u&amp;gt;Do any of these exist&amp;lt;/u&amp;gt;? &amp;lt;/span&amp;gt;&lt;br /&gt;
::::*Independent Canada&lt;br /&gt;
::::*US Territory of Alaska&lt;br /&gt;
::::*Tokyo&lt;br /&gt;
:::::No&lt;br /&gt;
::::::The Holy Roman Empire?&lt;br /&gt;
:::::::Yes&lt;br /&gt;
::::::::1805 or earlier (before this point, the modern idea of a complete political map of the world gets hard to apply.)&lt;br /&gt;
:::::::No&lt;br /&gt;
::::::::The United States?&lt;br /&gt;
:::::::::No&lt;br /&gt;
::::::::::How sure are you that this map is in english?&lt;br /&gt;
:::::::::Yes&lt;br /&gt;
::::::::::Texas is...&lt;br /&gt;
:::::::::::Part of Mexico&lt;br /&gt;
::::::::::::Florida is part of...&lt;br /&gt;
:::::::::::::Spain&lt;br /&gt;
::::::::::::::Paraguay?&lt;br /&gt;
:::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1806–10&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1811–17&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::The US&lt;br /&gt;
::::::::::::::Venezuela and/or ecuador?&lt;br /&gt;
:::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1818–29&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1830–33&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Independent &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1834–45&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Part of the US&lt;br /&gt;
::::::::::::Does Russia border the Sea of Japan?&lt;br /&gt;
:::::::::::::No&lt;br /&gt;
::::::::::::::The US's southern border looks...&lt;br /&gt;
:::::::::::::::Weird &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1846–53&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Normal &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1854–56&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1858–67&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::Yes&lt;br /&gt;
::::::South Africa?&lt;br /&gt;
:::::::No&lt;br /&gt;
::::::::Rhodesia?&lt;br /&gt;
:::::::::No&lt;br /&gt;
::::::::::Is Bolivia landlocked?&lt;br /&gt;
:::::::::::No&lt;br /&gt;
::::::::::::&amp;quot;Buda&amp;quot; and &amp;quot;Pest&amp;quot; or &amp;quot;Budapest&amp;quot;?&lt;br /&gt;
:::::::::::::Buda and Pest &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1868–72&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::Budapest &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1873–83&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1884–95&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::Yes&lt;br /&gt;
::::::::::Is Norway part of Sweden?&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1896–1905&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1906–09&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::Yes&lt;br /&gt;
::::::::Austria-Hungary?&lt;br /&gt;
:::::::::Yes&lt;br /&gt;
::::::::::Albania?&lt;br /&gt;
:::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1910–12&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1913–18&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::No&lt;br /&gt;
::::::::::Leningrad?&lt;br /&gt;
:::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1919–23&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1924–29&amp;lt;/span&amp;gt;&lt;br /&gt;
:::Neither&lt;br /&gt;
::::Does the Ottoman Empire exist?&lt;br /&gt;
:::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;[[#canada-alaska-tokyo]]&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::No&lt;br /&gt;
::::::The Soviet Union?&lt;br /&gt;
:::::::Yes&lt;br /&gt;
::::::::Saudi Arabia?&lt;br /&gt;
:::::::::Yes&lt;br /&gt;
::::::::::&amp;lt;span id=&amp;quot;west-africa-french-blob&amp;quot;&amp;gt;Is most of West Africa a giant french blob?&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Yes&lt;br /&gt;
::::::::::::&amp;lt;span id=&amp;quot;pakistan&amp;quot;&amp;gt;Pakistan?&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::No&lt;br /&gt;
::::::::::::::How many Germanys are there?&lt;br /&gt;
:::::::::::::::One&lt;br /&gt;
::::::::::::::::Persia or Iran?&lt;br /&gt;
:::::::::::::::::Persia &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1930–34&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Iran &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1935–40&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::One, but it's ''huge'' &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1941–45&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Two &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1946–47&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::Yes&lt;br /&gt;
::::::::::::::Cambodia?&lt;br /&gt;
:::::::::::::::No&lt;br /&gt;
::::::::::::::::Eritrea is part of...&lt;br /&gt;
:::::::::::::::::Italy&lt;br /&gt;
::::::::::::::::::Canada is...&lt;br /&gt;
:::::::::::::::::::Missing a piece &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1948&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Fine &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1949–52&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Ethiopia &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1952–53&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Yes&lt;br /&gt;
::::::::::::::::The United Arab Republic?&lt;br /&gt;
:::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1954–57&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1958–60&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::No&lt;br /&gt;
::::::::::::How many Vietnams are there?&lt;br /&gt;
:::::::::::::Two&lt;br /&gt;
::::::::::::::Bangladesh?&lt;br /&gt;
:::::::::::::::No&lt;br /&gt;
::::::::::::::::Is the area south of Lake Victoria...&lt;br /&gt;
:::::::::::::::::British&lt;br /&gt;
::::::::::::::::::The town on I-25 between Albuquerque and El Paso is...&lt;br /&gt;
:::::::::::::::::::Hot Springs &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1948–49&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Truth or Consequences &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1950–52&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Tanganyika &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1961–64&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Tanzania &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1965–71&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1972–75&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::One&lt;br /&gt;
::::::::::::::Jimmy Carter is...&lt;br /&gt;
:::::::::::::::Being attacked by a giant swimming rabbit &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;April 20, 1979&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Fine&lt;br /&gt;
::::::::::::::::The Sinai is part of what country?&lt;br /&gt;
:::::::::::::::::Israel &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1976–79&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Mostly Israel &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1980&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Mostly Egypt &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1981&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::Egypt&lt;br /&gt;
::::::::::::::::::What's the capital of Micronesia?&lt;br /&gt;
:::::::::::::::::::Kolonia&lt;br /&gt;
::::::::::::::::::::Republic of the Upper Volta or Burkina Faso?&lt;br /&gt;
:::::::::::::::::::::Upper Volta &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1982–84&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Burkina Faso &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1985–88&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Palikir&lt;br /&gt;
::::::::::::::::::::(number of Yemens) + (number of Germanys) = ?&lt;br /&gt;
:::::::::::::::::::::Four &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1989-early 1990&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Three &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;mid-1990&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Two &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;late 1990–1991&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1922–1932&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::No&lt;br /&gt;
::::::::North Korea?&lt;br /&gt;
:::::::::Yes&lt;br /&gt;
::::::::::&amp;lt;span id=&amp;quot;zaire&amp;quot;&amp;gt;Zaire? or: &amp;quot;Hong Kong (UK)&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1992–96&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::No&lt;br /&gt;
::::::::::::Serbia/Montenegro are...&lt;br /&gt;
:::::::::::::One country&lt;br /&gt;
::::::::::::::East Timor?&lt;br /&gt;
:::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1997–2001&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2002–06&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::Two countries&lt;br /&gt;
::::::::::::::How many Sudans are there?&lt;br /&gt;
:::::::::::::::One &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2007–11&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::Two&lt;br /&gt;
::::::::::::::::Is Crimea disputed?&lt;br /&gt;
:::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::&amp;quot;Colorado&amp;quot; or &amp;quot;Danger—Radioactive Exclusion Zone—Avoid&amp;quot;?&lt;br /&gt;
:::::::::::::::::::Colorado &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2014–21&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Danger&lt;br /&gt;
::::::::::::::::::::Does the warning mention the spiders?&lt;br /&gt;
:::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2022&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2023 or later&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2012–13&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::No&lt;br /&gt;
::::::::::Saint Trimble's Island&lt;br /&gt;
:::::::::::No&lt;br /&gt;
::::::::::::Is Jan Mayen part of the Kingdom of Norway?&lt;br /&gt;
:::::::::::::Not yet&lt;br /&gt;
::::::::::::::[[#canada-alaska-tokyo]]&lt;br /&gt;
:::::::::::::What?&lt;br /&gt;
::::::::::::::Can you see the familiar continents?&lt;br /&gt;
:::::::::::::::Yes&lt;br /&gt;
::::::::::::::::This sounds like a physical map or satellite photo.&lt;br /&gt;
:::::::::::::::::Yes, that's it&lt;br /&gt;
::::::::::::::::::Is Lake Chad missing?&lt;br /&gt;
:::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::How far east do the American Prairies reach?&lt;br /&gt;
:::::::::::::::::::::Indiana &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;before 1830&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::The Mississippi &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1830s-80s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Nebraska&lt;br /&gt;
::::::::::::::::::::::Is there a big lake in the middle of Southern California? (created by mistake)&lt;br /&gt;
:::::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1860s-1900s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1910s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::What prairies?&lt;br /&gt;
::::::::::::::::::::::Is there a big lake in the middle of Ghana? (created on purpose)&lt;br /&gt;
:::::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1920s-50s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1960s-70s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::Is the Aral Sea missing?&lt;br /&gt;
:::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;1970s-90s&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;2000s+&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::No&lt;br /&gt;
::::::::::::::::Rivers &amp;quot;Sirion&amp;quot; or &amp;quot;Anduin&amp;quot;?&lt;br /&gt;
:::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::Mordor?&lt;br /&gt;
:::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::Beleriand?&lt;br /&gt;
:::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;First Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Early Second Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::Númenor?&lt;br /&gt;
:::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Late Second Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::The forest east of the Misty Mountains is...&lt;br /&gt;
:::::::::::::::::::::::Greenwood &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Early Third Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::Mirkwood &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Late Third Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::The Wood of Greenleaves &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Fourth Age&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::No&lt;br /&gt;
::::::::::::::::::Cair Paravel?&lt;br /&gt;
:::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::Calormen?&lt;br /&gt;
:::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::Lotta Islands?&lt;br /&gt;
:::::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::::Beruna&lt;br /&gt;
:::::::::::::::::::::::::Ford &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;The Lion, the Witch and the Wardrobe&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::::Bridge &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Prince Caspian&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Dawn Treader&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::::Weird recursive heaven?&lt;br /&gt;
:::::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;One of the random later books&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;The Last Battle&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::Mossflower?&lt;br /&gt;
:::::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::::Redwall&lt;br /&gt;
:::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::Is the world on the back of a turtle?&lt;br /&gt;
:::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;Discworld&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::::Are you ''sure'' this is a map?&lt;br /&gt;
:::::::::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::::::::Did you make it yourself?&lt;br /&gt;
:::::::::::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::::::::::It's very nice.&lt;br /&gt;
:::::::::::::::::::::::::::::Thank you!&lt;br /&gt;
:::::::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::::::Is it trying to bite you?&lt;br /&gt;
:::::::::::::::::::::::::::No&lt;br /&gt;
::::::::::::::::::::::::::::Is it larger than a breadbox?&lt;br /&gt;
:::::::::::::::::::::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;tuba&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::::::::No &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;stapler&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::::::::About the same &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;breadbox&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::::::Yes&lt;br /&gt;
::::::::::::::::::::::::::::If you let it go, what does it do?&lt;br /&gt;
:::::::::::::::::::::::::::::Hisses and runs away &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;cat&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::::::::::::::::::Screeches and flaps around the room breaking things &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;seagull&amp;lt;/span&amp;gt;&lt;br /&gt;
:::::::::::::Yes&lt;br /&gt;
::::::::::::::[[#pakistan]]&lt;br /&gt;
:::::::::::Yes &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;No, I made that one up.&amp;lt;/span&amp;gt;&lt;br /&gt;
:::Istanbul&lt;br /&gt;
::::Does the Soviet Union exist?&lt;br /&gt;
:::::Yes&lt;br /&gt;
::::::[[#west-africa-french-blob]]&lt;br /&gt;
:::::No&lt;br /&gt;
::::::[[#zaire]]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*There are some errors and several discrepancies in the comic regarding how year ranges are given.&lt;br /&gt;
**The largest error seems to be a real mistake, rather than just not being precise.&lt;br /&gt;
***It regards the entry ''The town on I-25 between Albuquerque and El Paso is...'' that gives a year range of 1948–1952, but to get to this entry, the previous answer ''British'' fixes the time to 1960–1961. Also, I-25 was built in 1970–1990 through New Mexico; see the [[#Table|table]] above for more info.&lt;br /&gt;
&lt;br /&gt;
*A map of Earth in the distant past (eg. Pangaea), another celestial body (eg. Mars) or fictional realm aside from Middle Earth, Narnia, Redwall, or Discworld will be misidentified as a stapler. This may impede the chart's use when identifying maps found in many fantasy novels.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Flowcharts]]&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Time]]&lt;br /&gt;
[[Category:Geography]]&lt;br /&gt;
[[Category:Comics featuring politicians]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:LOTR]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Spiders]]&lt;br /&gt;
[[Category:Chronicles of Narnia]]&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2097:_Thor_Tools&amp;diff=167993</id>
		<title>2097: Thor Tools</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2097:_Thor_Tools&amp;diff=167993"/>
				<updated>2019-01-11T18:12:50Z</updated>
		
		<summary type="html">&lt;p&gt;M: wrote expliantion of the comic and &amp;quot;linked&amp;quot; it to the title text and small transcript edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[[[Link title]]]]{{comic&lt;br /&gt;
| number    = 2097&lt;br /&gt;
| date      = January 11, 2019&lt;br /&gt;
| title     = Thor Tools&lt;br /&gt;
| image     = thor_tools.png&lt;br /&gt;
| titletext = CORRECTION: After careful evaluation, we have determined that the axis label on this chart was printed backward.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by Thor's Caliper. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is stating varies hand tools in order of utility and &amp;quot;weaponness&amp;quot; besides thor's actual hammer which is magical. Hammers are heavy, blunt and do large amount of damage to a mortal apponent. Where as a plane is sharp but only in one spot and will only inflict surface wounds. &lt;br /&gt;
&lt;br /&gt;
Some of these tools require power which would reqiure Thor to stay near an outlet or have a power source.(Circular saw, Jackhammer, Digital Caliper(batteries), Dremel). Thor will also need compressed air for some of these tools which would allow Thor only so many shot be for reloading the air tank at an outlet(Nail gun). Some tools also require nails or staples to function as a weapon (Nail gun,Staple gun).&lt;br /&gt;
&lt;br /&gt;
Although in the titletext Munroe does say the the order should be reversed. &lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[A timeline labeled &amp;quot;Hand tools Thor could have ended up with&amp;quot; with &amp;quot;Best&amp;quot; on the left and &amp;quot;Worst&amp;quot; on the right.] &lt;br /&gt;
&lt;br /&gt;
[Points on the line are labeled &amp;quot;Hammer&amp;quot;, &amp;quot;Axe&amp;quot;, &amp;quot;Claw hammer&amp;quot;, &amp;quot;Circular saw&amp;quot;, &amp;quot;Jackhammer&amp;quot;, &amp;quot;Shovel&amp;quot;, &amp;quot;Socket wrench&amp;quot;, &amp;quot;Bolt cutters&amp;quot;, &amp;quot;Hacksaw&amp;quot;, &amp;quot;Nail gun&amp;quot;, &amp;quot;Staple gun&amp;quot;, &amp;quot;Coping saw&amp;quot;, &amp;quot;Screwdriver (flat)&amp;quot;, &amp;quot;Ball-peen hammer&amp;quot;, &amp;quot;Screwdriver (phillips)&amp;quot;, &amp;quot;Awl&amp;quot;, &amp;quot;Digital Caliper&amp;quot;, &amp;quot;Dremel&amp;quot;, &amp;quot;Plane&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[A figure wearing a winged helmet is seen preparing to use: a Circular saw, a Socket wrench, a Staple gun, and a Dremel.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>M</name></author>	</entry>

	</feed>