<?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=172.70.90.43</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=172.70.90.43"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.70.90.43"/>
		<updated>2026-04-15T19:34:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223503</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223503"/>
				<updated>2022-01-03T23:46:32Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */ Did a lot mere here than I intended.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification (but no overlinking) and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic came out on New Year Eve 2021. But neither this nor the next comic from 2022 had any relation to New Year. This was the first time that happened in 11 years. See this [[2563:_Throat_and_Nasal_Passages#Trivia|Trivia]] on the next comic [[2563: Throat and Nasal Passages]], where this fact became clear.&lt;br /&gt;
&lt;br /&gt;
In the {{w|United States}}, it's common to {{w|Writing|write}} {{w|Calendar dates|dates}} {{w|Numerical analysis|numerically}} in the {{w|Calendar date#Date format|format}} ''{{w|Month|month}}/{{w|Day|day}}/{{w|Year|year}}'' -- 2/3/22 means {{w|February}} 3, {{w|2022}} (the {{w|Century|century}} is often {{w|Purposeful omission|omitted}} when it's obvious that the date is around the {{w|Present|current time}}). In {{w|Europe}}, the {{w|Calendar date#Gregorian, day–month–year (DMY)|usual order}} is ''day/month/year'' - so 2/3/22 is 2nd {{w|March}}, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Internationalization and localization|Localization}}&amp;quot; is the technique used in {{w|Software|software}} to make it accept {{w|Input (computer science)|input}} and display output in the formats most natural to {{w|User (computing)|users}} in their {{w|Location|locations}}. For example, in the United States {{w|Number|numbers}} use {{w|Comma|commas}} &amp;quot;,&amp;quot; to separate {{w|1000 (number)|thousands}} and a {{w|Decimal separator#Countries using decimal point|decimal point}} &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU {{w|Decimal separator#Countries using decimal comma|it is the reverse}}.  And the textual output will be {{w|Translation|translated}} to the local {{w|Language|language}}. Naturally, this also includes displaying dates in the local format, as described above. Localization may also include the adoption of the {{w|Tax law|tax law}} to the location, for instance when adopting tax software made for the US to the {{w|United Kingdom|UK}}. &lt;br /&gt;
&lt;br /&gt;
The {{w|Joke|joke}} in this {{w|Comics|comic}} is that two dates are shown, on the same {{w|Display device|display}}, relating to {{w|Meeting|meetings}} regarding localization. The date of the meeting of the US team is localized in the US format while the EU team's meeting is localized in the European format, and these two dates (about a month apart) happen to be formatted the same (there are 64 such pairings of dates, as long as the day of the month of one is between 1 and 12 and not equal to the presumed month of the other). [[Cueball]] needs to explain that the European meeting will be a month later than the US meeting to avoid any confusion due to the ambiguity. Which is {{w|Irony|ironic}}, since the aim of localization is to reduce such {{w|Confusion|confusion}}.&lt;br /&gt;
&lt;br /&gt;
A further interpretation, which is extendeds also into the title text, is that these groups may have been supposed to meet on the same day. But even the a committee that was supposed to fix these problems messed this up. Cueball may be 'explaining' the staggered approachto cover up that the two groups are already reading the date(s) for the meeting quite differently.&lt;br /&gt;
&lt;br /&gt;
{{w|ISO-8601}} (that is, standard number 8601 as promulgated by the {{w|International Organization for Standardization}} since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;{{w|big-endian}}&amp;quot;, which refers to the fact that the most significant unit in the date (the year) comes first. The European format is instead &amp;quot;{{w|little-endian}}&amp;quot;, as the front-end value represents the finest possible distinction the date can convey - the particular day. The American format is &amp;quot;{{w|middle-endian}}&amp;quot;, or occasionally &amp;quot;mixed-endian&amp;quot;, since the value given first is the one which is neither the one with greatest significance nor the most precise.&lt;br /&gt;
&lt;br /&gt;
In the above, the 'value groups' are not usually internally checked for '{{w|Endianness|endianness}}', but regular numerals are also usual written with the largest place values on the left – for example, the first 2 in {{w|2021}} is the thousands place – though whether this convention is big-endian or little-endian depends on whether the writing system of such numbers is in the context of left-to-right or right-to-left text. The concept of endianess is most often used in reference to the storage order, whether of indivisible binary bits or of values built up of successive value groups. Pairs of hexadecimal values are individually usually represented in big-endian 'numeric' order, where bitwise distinctions are not necessary, but it is useful to know if a system stores a multibyte value in big-endan or little-endian packing, i.e. whether the value 0x01 0x02 (values 1 and 2, on their own) is treated as a value of 258 (0x01*256 + 0x02*1) or 513 (0x01*1 + 0x02*256). (The term was taken in inspiration from a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of a boiled egg one was to cut into, a useful metaphor for many other situations where diametrically opposed self-justifications for one ''or'' another practice may lead to standing by vague principles rather than agreeing upon a unifying resolution.) This standard was also mentioned in [[1179: ISO 8601]] and used in [[1340: Unique Date]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a {{w|Paradox|paradox}} that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four-digit years, two-digit months, and two-digit days. Therefore &amp;quot;2/3/22” ''can by specification not'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading {{w|0|zeroes}} were omitted in violation of ISO-8601, the year would become {{w|AD 2|Year 2}}, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) {{w|Ambiguity|unambiguously}} interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A screen is shown which displays five rows of text, the top three above a dividing line. To the right of the screen the upper part of Cueball is visible as he delivers a message concerning the text on the screen:] &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:-----------------&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223502</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223502"/>
				<updated>2022-01-03T23:18:49Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */ (Maths: 12 months, 11 non-congruent days of month = 132 confusable dates. But half as many pairs.) Also rewriting the &amp;quot;how it might have happened&amp;quot; for sense and removing the sillier commas along the way.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification (but no overlinking) and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic came out on New Year Eve 2021. But neither this nor the next comic from 2022 had any relation to New Year. This was the first time that happened in 11 years. See this [[2563:_Throat_and_Nasal_Passages#Trivia|Trivia]] on the next comic [[2563: Throat and Nasal Passages]], where this fact became clear.&lt;br /&gt;
&lt;br /&gt;
In the {{w|United States}}, it's common to {{w|Writing|write}} {{w|Calendar dates|dates}} {{w|Numerical analysis|numerically}} in the {{w|Calendar date#Date format|format}} ''{{w|Month|month}}/{{w|Day|day}}/{{w|Year|year}}'' -- 2/3/22 means {{w|February}} 3, {{w|2022}} (the {{w|Century|century}} is often {{w|Purposeful omission|omitted}} when it's obvious that the date is around the {{w|Present|current time}}). In {{w|Europe}}, the {{w|Calendar date#Gregorian, day–month–year (DMY)|usual order}} is ''day/month/year'' - so 2/3/22 is 2nd {{w|March}}, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Internationalization and localization|Localization}}&amp;quot; is the technique used in {{w|Software|software}} to make it accept {{w|Input (computer science)|input}} and display output in the formats most natural to {{w|User (computing)|users}} in their {{w|Location|locations}}. For example, in the United States {{w|Number|numbers}} use {{w|Comma|commas}} &amp;quot;,&amp;quot; to separate {{w|1000 (number)|thousands}} and a {{w|Decimal separator#Countries using decimal point|decimal point}} &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU {{w|Decimal separator#Countries using decimal comma|it is the reverse}}.  And the textual output will be {{w|Translation|translated}} to the local {{w|Language|language}}. Naturally, this also includes displaying dates in the local format, as described above. Localization may also include the adoption of the {{w|Tax law|tax law}} to the location, for instance when adopting tax software made for the US to the {{w|United Kingdom|UK}}. &lt;br /&gt;
&lt;br /&gt;
The {{w|Joke|joke}} in this {{w|Comics|comic}} is that two dates are shown, on the same {{w|Display device|display}}, relating to {{w|Meeting|meetings}} regarding localization. The date of the meeting of the US team is localized in the US format while the EU team's meeting is localized in the European format, and these two dates (about a month apart) happen to be formatted the same (there are 64 such pairings of dates, as long as the day of the month of one is between 1 and 12 and not equal to the presumed month of the other). [[Cueball]] needs to explain that the European meeting will be a month later than the US meeting to avoid any confusion due to the ambiguity. Which is {{w|Irony|ironic}}, since the aim of localization is to reduce such {{w|Confusion|confusion}}.&lt;br /&gt;
&lt;br /&gt;
A further interpretation, which is extendeds also into the title text, is that these groups may have been supposed to meet on the same day. But even the a committee that was supposed to fix these problems messed this up. Cueball may be 'explaining' the staggered approachto cover up that the two groups are already reading the date(s) for the meeting quite differently.&lt;br /&gt;
&lt;br /&gt;
{{w|ISO-8601}} (that is, standard number 8601 as promulgated by the {{w|International Organization for Standardization}} since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;{{w|big-endian}}&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;{{w|little-endian}}&amp;quot;, while the American format is &amp;quot;{{w|middle-endian}}&amp;quot; (or &amp;quot;mixed-endian&amp;quot;) since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in {{w|2021}} is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;{{w|Endianness|endianness}}&amp;quot; terms are most often used in reference to whether the address of a value in the computer memory is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]] and used in [[1340: Unique Date]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a {{w|Paradox|paradox}} that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four-digit years, two-digit months, and two-digit days. Therefore &amp;quot;2/3/22” ''can by specification not'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading {{w|0|zeroes}} were omitted in violation of ISO-8601, the year would become {{w|AD 2|Year 2}}, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) {{w|Ambiguity|unambiguously}} interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A screen is shown which displays five rows of text, the top three above a dividing line. To the right of the screen the upper part of Cueball is visible as he delivers a message concerning the text on the screen:] &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:-----------------&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223501</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223501"/>
				<updated>2022-01-03T23:13:09Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification (but no overlinking) and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic came out on New Year Eve 2021. But neither this nor the next comic from 2022 had any relation to New Year. This was the first time that happened in 11 years. See this [[2563:_Throat_and_Nasal_Passages#Trivia|Trivia]] on the next comic [[2563: Throat and Nasal Passages]], where this fact became clear.&lt;br /&gt;
&lt;br /&gt;
In the {{w|United States}}, it's common to {{w|Writing|write}} {{w|Calendar dates|dates}} {{w|Numerical analysis|numerically}} in the {{w|Calendar date#Date format|format}} ''{{w|Month|month}}/{{w|Day|day}}/{{w|Year|year}}'' -- 2/3/22 means {{w|February}} 3, {{w|2022}} (the {{w|Century|century}} is often {{w|Purposeful omission|omitted}} when it's obvious that the date is around the {{w|Present|current time}}). In {{w|Europe}}, the {{w|Calendar date#Gregorian, day–month–year (DMY)|usual order}} is ''day/month/year'' - so 2/3/22 is 2nd {{w|March}}, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Internationalization and localization|Localization}}&amp;quot; is the technique used in {{w|Software|software}} to make it accept {{w|Input (computer science)|input}} and display output in the formats most natural to {{w|User (computing)|users}} in their {{w|Location|locations}}. For example, in the United States {{w|Number|numbers}} use {{w|Comma|commas}} &amp;quot;,&amp;quot; to separate {{w|1000 (number)|thousands}} and a {{w|Decimal separator#Countries using decimal point|decimal point}} &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU {{w|Decimal separator#Countries using decimal comma|it is the reverse}}.  And the textual output will be {{w|Translation|translated}} to the local {{w|Language|language}}. Naturally, this also includes displaying dates in the local format, as described above. Localization may also include the adoption of the {{w|Tax law|tax law}} to the location, for instance when adopting tax software made for the US to the {{w|United Kingdom|UK}}. &lt;br /&gt;
&lt;br /&gt;
The {{w|Joke|joke}} in this {{w|Comics|comic}} is that two dates are shown, on the same {{w|Display device|display}}, relating to {{w|Meeting|meetings}} regarding localization. The date of the meeting of the US team is localized in the US format while the EU team's meeting is localized in the European format, and these two dates (about a month apart) happen to be formatted the same (there are 64 such pairings of dates, as long as the day of the month of one is between 1 and 12 and not equal to the presumed month of the other). [[Cueball]] needs to explain that the European meeting will be a month later than the US meeting to avoid any confusion due to the ambiguity. Which is {{w|Irony|ironic}}, since the aim of localization is to reduce such {{w|Confusion|confusion}}.&lt;br /&gt;
&lt;br /&gt;
An extra joke, also in line with the title text, is that these groups of course was supposed to meet on the same day. But having messed this up, even for a committee that was supposed to fix these problems, Cueball may even state this to cover up, that the two groups are reading the date for the meeting differently&lt;br /&gt;
&lt;br /&gt;
{{w|ISO-8601}} (that is, standard number 8601 as promulgated by the {{w|International Organization for Standardization}} since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;{{w|big-endian}}&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;{{w|little-endian}}&amp;quot;, while the American format is &amp;quot;{{w|middle-endian}}&amp;quot; (or &amp;quot;mixed-endian&amp;quot;) since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in {{w|2021}} is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;{{w|Endianness|endianness}}&amp;quot; terms are most often used in reference to whether the address of a value in the computer memory is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]] and used in [[1340: Unique Date]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a {{w|Paradox|paradox}} that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four-digit years, two-digit months, and two-digit days. Therefore &amp;quot;2/3/22” ''can by specification not'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading {{w|0|zeroes}} were omitted in violation of ISO-8601, the year would become {{w|AD 2|Year 2}}, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) {{w|Ambiguity|unambiguously}} interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A screen is shown which displays five rows of text, the top three above a dividing line. To the right of the screen the upper part of Cueball is visible as he delivers a message concerning the text on the screen:] &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:-----------------&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223500</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223500"/>
				<updated>2022-01-03T23:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: I presume this is what it means. Though amazingly there isn't quite the full 'tax-filling industry' over here for most people, as I know happens in the US.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification (but no overlinking) and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic came out on New Year Eve 2021. But neither this nor the next comic from 2022 had any relation to New Year. This was the first time that happened in 11 years. See this [[2563:_Throat_and_Nasal_Passages#Trivia|Trivia]] on the next comic [[2563: Throat and Nasal Passages]], where this fact became clear.&lt;br /&gt;
&lt;br /&gt;
In the {{w|United States}}, it's common to {{w|Writing|write}} {{w|Calendar dates|dates}} {{w|Numerical analysis|numerically}} in the {{w|Calendar date#Date format|format}} ''{{w|Month|month}}/{{w|Day|day}}/{{w|Year|year}}'' -- 2/3/22 means {{w|February}} 3, {{w|2022}} (the {{w|Century|century}} is often {{w|Purposeful omission|omitted}} when it's obvious that the date is around the {{w|Present|current time}}). In {{w|Europe}}, the {{w|Calendar date#Gregorian, day–month–year (DMY)|usual order}} is ''day/month/year'' - so 2/3/22 is 2nd {{w|March}}, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;{{w|Internationalization and localization|Localization}}&amp;quot; is the technique used in {{w|Software|software}} to make it accept {{w|Input (computer science)|input}} and display output in the formats most natural to {{w|User (computing)|users}} in their {{w|Location|locations}}. For example, in the United States {{w|Number|numbers}} use {{w|Comma|commas}} &amp;quot;,&amp;quot; to separate {{w|1000 (number)|thousands}} and a {{w|Decimal separator#Countries using decimal point|decimal point}} &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU {{w|Decimal separator#Countries using decimal comma|it is the reverse}}.  And the textual output will be {{w|Translation|translated}} to the local {{w|Language|language}}. Naturally, this also includes displaying dates in the local format, as described above. Localization may also include the adoption of the {{w|Tax law|tax law}} to the location, for instance when adopting tax software made for the US to the {{w|United Kingdom|UK}}. &lt;br /&gt;
&lt;br /&gt;
The {{w|Joke|joke}} in this {{w|Comics|comic}} is that two dates are shown on the same {{w|Display device|display}} related to {{w|Meeting|meetings}} regarding localization. The date of the meeting of the US team is localized in the US format, while the EU team's meeting is localized in the European format, and these two dates about a month apart happen to be formatted the same (there are many such pairs of dates, as long as the day of the month is between 1 and 12). [[Cueball]] needs to explain that the European meeting will be a month later than the US meeting, to avoid confusion due to the ambiguity (which is {{w|Irony|ironic}}, since localization is intended to reduce {{w|Confusion|confusion}}).&lt;br /&gt;
&lt;br /&gt;
An extra joke, also in line with the title text, is that these groups of course was supposed to meet on the same day. But having messed this up, even for a committee that was supposed to fix these problems, Cueball may even state this to cover up, that the two groups are reading the date for the meeting differently&lt;br /&gt;
&lt;br /&gt;
{{w|ISO-8601}} (that is, standard number 8601 as promulgated by the {{w|International Organization for Standardization}} since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;{{w|big-endian}}&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;{{w|little-endian}}&amp;quot;, while the American format is &amp;quot;{{w|middle-endian}}&amp;quot; (or &amp;quot;mixed-endian&amp;quot;) since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in {{w|2021}} is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;{{w|Endianness|endianness}}&amp;quot; terms are most often used in reference to whether the address of a value in the computer memory is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]] and used in [[1340: Unique Date]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a {{w|Paradox|paradox}} that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four-digit years, two-digit months, and two-digit days. Therefore &amp;quot;2/3/22” ''can by specification not'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading {{w|0|zeroes}} were omitted in violation of ISO-8601, the year would become {{w|AD 2|Year 2}}, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) {{w|Ambiguity|unambiguously}} interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A screen is shown which displays five rows of text, the top three above a dividing line. To the right of the screen the upper part of Cueball is visible as he delivers a message concerning the text on the screen:] &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:-----------------&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2563:_Throat_and_Nasal_Passages&amp;diff=223461</id>
		<title>2563: Throat and Nasal Passages</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2563:_Throat_and_Nasal_Passages&amp;diff=223461"/>
				<updated>2022-01-03T17:15:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2563&lt;br /&gt;
| date      = January 3, 2022&lt;br /&gt;
| title     = Throat and Nasal Passages&lt;br /&gt;
| image     = throat_and_nasal_passages.png&lt;br /&gt;
| titletext = I always felt like what the 'you are now aware of your tongue' thing neeeded in order to be truly enjoyable was an element of mortal peril.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by someone very aware of both their throat, nasal passages and now also their lounge- Title text badly mentioned - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is another in a [[:Category:COVID-19|series of comics]] related to the {{w|2019–20 coronavirus outbreak|2020 COVID-19 pandemic}}. &lt;br /&gt;
&lt;br /&gt;
[[Randall]] has even before the corona pandemic complained about sore throat caused by the cold, see [[1612: Colds]], more than once just a few weeks apart, see [[1618: Cold Medicine]]. So every year during the cold/flu season, he has been forced to think about his sore throat and stuffed nasal passages. But during the last two years he has been thinking about them much more, also when he has not been ill because of the pandemic. &lt;br /&gt;
&lt;br /&gt;
In the graph a black solid line displays how much he has been thinking about this since 2000 and up until 2022. The first 20 years the graph oscillate up and down once every year, and every spike represents the cold and flu season. Autumn and winter causes the spike, while spring and summer clearly drops. Perhaps this is indicating no tendency to suffer from hayfever, which might at least produce mini-spikes at the times of of maximum grass-pollen, tree-pollen and/or other similar atmospheric flotsam. There is basically a spike for every year, although some years it looks a bit different which could be variations induced by complex socialical or meteorological drivers - meeting more or fewer people inside stuffy buildings rather than in the open air. But all in all the peaks seem low. That is when compared to how much time he has thought about it since the COVID-19 pandemic broke out around March 2020. Each summer since there has been a dip, but not anywhere close to the tops of the previous years, and around New Year 2022 the graph peaks (likely due to the {{w|SARS-CoV-2 Omicron variant|Omicron variant}}).  &lt;br /&gt;
&lt;br /&gt;
The peaks in 2020 and 2021 (2022) are about 6 times higher than those the year before 2020. So if the Y-axis begins at zero, this is how much more he thinks of his throat now than during the times when he actually had a cold.&lt;br /&gt;
&lt;br /&gt;
There seems to be no way of knowing if Randall has had covid-19, but from his comics it seems safe to assume he is fully vaccinated. But at the moment of release the Omicron variant of covid-19 seems to ignore vaccines for about 50% of those vaccinated. Although it seems those vaccinated usually gets a milder case.&lt;br /&gt;
&lt;br /&gt;
The joke is in the dotted line at the very bottom of the graph which either is just above zero, or is actually supposed to be the zero line (which would not change the above assumption about 6 times more thinking). This line reflects how much time he actually wishes to think about them, which is probably not at all. But even before corona Randall seems to have spent way too much time pondering his sore throat.&lt;br /&gt;
&lt;br /&gt;
In the title text Randall references the trick known as &amp;quot;You are now aware of your tongue&amp;quot;, which is a self-fulfilling prophecy because it will make anyone hearing it involuntarily think and be aware of their tongue and, as long as they don't try to catch the moment they stop being aware of it, won't stop being aware. A similar technique{{Actual citation needed}} can be used to make people breathe consciously, which then makes it impossible to start breathing automatically and unconsciously again, which would usually have been the case before. Randall sarcastically remarks that the tongue trick needed an element of mortal peril to be truly enjoyable, his actual opinion is probably the opposite, that it was annoying before and that it only became worse now that it contains the danger of death.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A graph with two curves are shown. The Y-axis ends in an arrow, but has no units or ticks. The X-axis has no arrow but has 23 ticks with every fifth longer and every tenth labeled. The first tick extends the Y-axis below the X-axis. Both curves start over the second tick and end over the last tick. One curve is a dotted straight line running along the bottom of the graph just above the X-axis. The other start a bit higher and oscillate a bit up and down with 19 sharp peaks and 19 troughs, where some of the troughs have extra features, and not all are equidistant. After this a 20th small peak just starts to drop down again, before the curve goes in to a very steep rise almost all the way to the top of the graph. There is a small dip on the way before it reaches a maximum. Then a deep drop followed by a smaller rise before an even deeper drop. But then at the end, the graph rises almost vertically to the highest point where the graph stops over the last tick. At the top left of the graph the two lines are explained showing a solid and a dotted line with text to their right. Below this, above the solid curve midway between the first two labels on the X-axis, is a label from which 5 arrows points to 5 consecutive peaks.]&lt;br /&gt;
:- How much Time I have spent thinking about my throat and nasal passages, over time&lt;br /&gt;
:┅ How much I want to think about them&lt;br /&gt;
:Label:Cold/Flu Season&lt;br /&gt;
:X-axis: 2000 2010 2020&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*New Year happened two days before the release of this comic, and it was the first released in 2022. &lt;br /&gt;
**As neither this or the previous comic  [[2562: Formatting Meeting]], the last from 2021 released on New Years Eve 2021-12-31, are [[:Category:New Year|New Year comics]], this marks the first year in a long time without an official New Year comic!&lt;br /&gt;
**Last time neither of the comics around the New Year was not a New Year comic was the New Year from 2010 to 2011. &lt;br /&gt;
***So after 10 years in a row with such a comic Randall did nothing to celebrate that it became 2022.&lt;br /&gt;
**The first New Year comic came out on 2007-12-31, and one more followed the year after, before two years without. &lt;br /&gt;
***So this is only the third time out of 15 without such a comic since the first came out 14 years ago.&lt;br /&gt;
*In the title text the word needed is spelled ''neeeded'' with three ''e''.&lt;br /&gt;
**It is expected that this error will be fixed, but that did not happen immediately!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223359</id>
		<title>Talk:2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2562:_Formatting_Meeting&amp;diff=223359"/>
				<updated>2021-12-31T22:25:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: &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;
&lt;br /&gt;
I downloaded and ran theusaf's bot from its website to make this page.  Not sure how to give page creation permission to [[User:Baffo32RunningTheusafBOT]].  When you run the bot you notice that Theusaf's username is &amp;quot;the usa f&amp;quot;. [[Special:Contributions/172.70.110.45|172.70.110.45]] 16:02, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
shouldn't it be ISO, not iso? actually, the whole title text is lowercase-d when I feel like it shouldn't be [[Special:Contributions/172.70.35.70|172.70.35.70]] 16:59, 31 December 2021 (UTC)Bumpf&lt;br /&gt;
: you're probably right.  as a geek, one uses lowercase 'iso' all the time in computer date code where it is usually lowercase.  e.g. i type `date --iso=seconds` every day into my linux terminal; it outputs 8601 format. [[Special:Contributions/172.70.114.167|172.70.114.167]] 19:23, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Speaking as a European, we'd often read 2/3/22 as &amp;quot;2nd March 2022&amp;quot; (same order as the numbers), not &amp;quot;March 2, 2022&amp;quot;, though obviously we'd understand both expressions. Also, the suggestion that the thousands/decimal punctuation is reversed in the EU is wrong, as this does not apply to all countries of the EU. For example, Ireland uses the same as the US (and the same as the UK, though that is no longer part of the EU and might eventually give up decimalisation altogether on account of fractions being more wholesome...) [[User:Rotan|Rotan]] ([[User talk:Rotan|talk]]) 18:47, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Another comic which references ISO-8601 is: https://xkcd.com/1179/ [[User:Rps|Rps]] ([[User talk:Rps|talk]]) 21:27, 31 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's been more than 20 years since in 'casual' date writing I started prefering &amp;quot;D/Mmm/YYYY&amp;quot; format (today is 31/Dec/2021, for me right now, tomorrow is 1/Jan/2022) when I had a totally free hand. A combination of indicating to US colleagues in my multinational company of that time that I wasn't writing trying to write Jan/1/2022 (not that it would matter in that particular case!) and doing my bit to support the upcoming Y2K-compatability issues that other people were gradually getting to know about. Though for coded dates, YYYYMMDD[.hh[mm[ss[...]]]] always worked best for me. It numerically sorts (it will even when YYYY eventually becomes YYYYY!) and can be given arbitrary sub-day specification - at least until float-rounding errors start to creep in. [[Special:Contributions/172.70.90.43|172.70.90.43]] 22:25, 31 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223358</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223358"/>
				<updated>2021-12-31T22:14:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */ Yeah, forget that prior change, let's just go with a string-sort. Y10K be damned!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In the United States, it's common to write dates numerically in the format ''month/day/year'' -- 2/3/22 means February 3, 2022 (the century is often omitted when it's obvious that the date is around the current time). In Europe, the usual format is ''day/month/year'', so 2/3/22 is 2nd March, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Localization&amp;quot; is the technique used in software to make it accept input and display output in the formats most natural to users in their locations. For example, in the United States numbers use commas &amp;quot;,&amp;quot; to separate thousands and a decimal point &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU it is the reverse.  And textual output will be translated to the local language. Naturally, this also includes displaying dates in the local format, as described above.  Note: Currency is only localized where there is a different formatting standard for the same currency (e.g., Canadian English is $1,000.00 and Canadian French is 1 000,00 $). Currency is never &amp;quot;localized&amp;quot; to a different currency as it would actually change the money value (e.g., $100 is not the same as €100) and a currency conversion is required, which may be further confounded by fluctuating rates in either the short or long term. &lt;br /&gt;
&lt;br /&gt;
The joke in this comic is that two dates are shown on the same display related to meetings regarding localization. The date of the meeting of the US team is localized in the US format, while the EU team's meeting is localized in the European format, and these two dates about a month apart happen to be formatted the same (there are many such pairs of dates, as long as the day of the month is between 1 and 12). Cueball needs to explain that the European meeting will be a month later than the US meeting, to avoid confusion due to the ambiguity (which is ironic, since localization is intended to reduce confusion).&lt;br /&gt;
&lt;br /&gt;
There could also be subtle commentary around the nature of cultural influence in modern times: things like diseases, political influence, and new research spreading to other countries, and how information and change is processed in ways people receiving it expect, rather than how it is intended or what it really is.&lt;br /&gt;
&lt;br /&gt;
ISO-8601 (that is, standard number 8601 as promulgated by the International Standards Organization since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted stringwise. The ISO format is called &amp;quot;big-endian&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;little-endian&amp;quot;, while the American format is neither since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in 2021 is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;endianness&amp;quot; terms are most often used in reference to whether the address of a value in computer memory which takes up more than one cell is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a paradox that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four digit years, two digit months and two digit days. Therefore &amp;quot;2/3/22” ''cannot'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading zeroes were omitted in violation of ISO-8601, the year would become Year 2, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) unambiguously interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball sitting next to a screen, which displays]: &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:&amp;lt;hr&amp;gt;&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223357</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223357"/>
				<updated>2021-12-31T22:13:17Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */ Technically by ASCII value, as there's punctuation but no alphabetic. (But if your sort algorithm is blind to non-numeral characters and takes it as a value, it is at least more Y10K compatible than typical string-sorting would be.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In the United States, it's common to write dates numerically in the format ''month/day/year'' -- 2/3/22 means February 3, 2022 (the century is often omitted when it's obvious that the date is around the current time). In Europe, the usual format is ''day/month/year'', so 2/3/22 is 2nd March, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Localization&amp;quot; is the technique used in software to make it accept input and display output in the formats most natural to users in their locations. For example, in the United States numbers use commas &amp;quot;,&amp;quot; to separate thousands and a decimal point &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU it is the reverse.  And textual output will be translated to the local language. Naturally, this also includes displaying dates in the local format, as described above.  Note: Currency is only localized where there is a different formatting standard for the same currency (e.g., Canadian English is $1,000.00 and Canadian French is 1 000,00 $). Currency is never &amp;quot;localized&amp;quot; to a different currency as it would actually change the money value (e.g., $100 is not the same as €100) and a currency conversion is required, which may be further confounded by fluctuating rates in either the short or long term. &lt;br /&gt;
&lt;br /&gt;
The joke in this comic is that two dates are shown on the same display related to meetings regarding localization. The date of the meeting of the US team is localized in the US format, while the EU team's meeting is localized in the European format, and these two dates about a month apart happen to be formatted the same (there are many such pairs of dates, as long as the day of the month is between 1 and 12). Cueball needs to explain that the European meeting will be a month later than the US meeting, to avoid confusion due to the ambiguity (which is ironic, since localization is intended to reduce confusion).&lt;br /&gt;
&lt;br /&gt;
There could also be subtle commentary around the nature of cultural influence in modern times: things like diseases, political influence, and new research spreading to other countries, and how information and change is processed in ways people receiving it expect, rather than how it is intended or what it really is.&lt;br /&gt;
&lt;br /&gt;
ISO-8601 (that is, standard number 8601 as promulgated by the International Standards Organization since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted alphanumerically. The ISO format is called &amp;quot;big-endian&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;little-endian&amp;quot;, while the American format is neither since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in 2021 is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;endianness&amp;quot; terms are most often used in reference to whether the address of a value in computer memory which takes up more than one cell is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a paradox that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four digit years, two digit months and two digit days. Therefore &amp;quot;2/3/22” ''cannot'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading zeroes were omitted in violation of ISO-8601, the year would become Year 2, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) unambiguously interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball sitting next to a screen, which displays]: &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:&amp;lt;hr&amp;gt;&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223356</id>
		<title>2562: Formatting Meeting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2562:_Formatting_Meeting&amp;diff=223356"/>
				<updated>2021-12-31T22:09:27Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2562&lt;br /&gt;
| date      = December 31, 2021&lt;br /&gt;
| title     = Formatting Meeting&lt;br /&gt;
| image     = formatting_meeting.png&lt;br /&gt;
| titletext = Neither group uses iso 8601 because the big-endian enthusiasts were all at the meeting 20 years ago.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LOCAL VERSION OF DR SEUSS, WHO IS NOT JONATHAN SWIFT - Needs wikification and consideration of whether there is a relation to new year's eve. Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In the United States, it's common to write dates numerically in the format ''month/day/year'' -- 2/3/22 means February 3, 2022 (the century is often omitted when it's obvious that the date is around the current time). In Europe, the usual format is ''day/month/year'', so 2/3/22 is 2nd March, 2022.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Localization&amp;quot; is the technique used in software to make it accept input and display output in the formats most natural to users in their locations. For example, in the United States numbers use commas &amp;quot;,&amp;quot; to separate thousands and a decimal point &amp;quot;.&amp;quot; to separate the decimal values, while in large areas of the EU it is the reverse.  And textual output will be translated to the local language. Naturally, this also includes displaying dates in the local format, as described above.  Note: Currency is only localized where there is a different formatting standard for the same currency (e.g., Canadian English is $1,000.00 and Canadian French is 1 000,00 $). Currency is never &amp;quot;localized&amp;quot; to a different currency as it would actually change the money value (e.g., $100 is not the same as €100) and a currency conversion is required, which may be further confounded by fluctuating rates in either the short or long term. &lt;br /&gt;
&lt;br /&gt;
The joke in this comic is that two dates are shown on the same display related to meetings regarding localization. The date of the meeting of the US team is localized in the US format, while the EU team's meeting is localized in the European format, and these two dates about a month apart happen to be formatted the same (there are many such pairs of dates, as long as the day of the month is between 1 and 12). Cueball needs to explain that the European meeting will be a month later than the US meeting, to avoid confusion due to the ambiguity (which is ironic, since localization is intended to reduce confusion).&lt;br /&gt;
&lt;br /&gt;
There could also be subtle commentary around the nature of cultural influence in modern times: things like diseases, political influence, and new research spreading to other countries, and how information and change is processed in ways people receiving it expect, rather than how it is intended or what it really is.&lt;br /&gt;
&lt;br /&gt;
ISO-8601 (that is, standard number 8601 as promulgated by the International Standards Organization since 1988) specifies a date format of YYYY-MM-DD (e.g. 2021-12-31), which results in dates being listed in chronological order when sorted numerically. The ISO format is called &amp;quot;big-endian&amp;quot;, which refers to the fact that the largest unit in the date (the year) comes first; the European format is instead &amp;quot;little-endian&amp;quot;, while the American format is neither since the unit given first is the one whose size is in the middle. (Regular numerals are also written with the largest place values on the left – for example, the first 2 in 2021 is the thousands place – though whether this convention is big-endian or little-endian depends on whether the numbers are being read in the context of left-to-right or right-to-left text. The &amp;quot;endianness&amp;quot; terms are most often used in reference to whether the address of a value in computer memory which takes up more than one cell is the location of the most significant or least significant cell, though they originate in a [https://www.ling.upenn.edu/courses/Spring_2003/ling538/Lecnotes/ADfn1.htm Jonathan Swift story] about a war over which end of the egg to eat first.) This standard was also mentioned in [[1179: ISO 8601]].&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that someone attempting to interpret the improperly formatted date as if it were expressed in the standardized ISO-8601 format, might read the date as March 22, 2002, so they went to the meeting almost 20 years ago. Unless the announcement of the meetings was made 2 decades in advance, there's a paradox that these participants would have taken the date from an announcement in the far future. However this interpretation of the date is necessarily incorrect: ISO-8601 format specifies four digit years, two digit months and two digit days. Therefore &amp;quot;2/3/22” ''cannot'' be an ISO-8601 date, as &amp;quot;2&amp;quot; must be rendered as &amp;quot;0002&amp;quot;, and &amp;quot;3&amp;quot; must be &amp;quot;03&amp;quot;. Even if the leading zeroes were omitted in violation of ISO-8601, the year would become Year 2, not Year 2002. Since the standard always uses a 4 digit 'YYYY' format in the first field, and no common formatting uses YYYY-DD-MM, any date written in ISO-8601 is easily recognized and (comparatively) unambiguously interpretable as YYYY-MM-DD. Dates written in Y-M-DD or MM-DD-YY or other formats are (officially) formatted improperly.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball sitting next to a screen, which displays]: &lt;br /&gt;
:Localization working group&lt;br /&gt;
:Upcoming meetings&lt;br /&gt;
:&amp;lt;hr&amp;gt;&lt;br /&gt;
:US Team: 2/3/22&lt;br /&gt;
:EU Team: 2/3/22&lt;br /&gt;
&lt;br /&gt;
:Cueball: And the European formatting and localization team will meet a month later...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2559:_December_25th_Launch&amp;diff=223355</id>
		<title>2559: December 25th Launch</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2559:_December_25th_Launch&amp;diff=223355"/>
				<updated>2021-12-31T22:05:40Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: Couple of ces.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2559&lt;br /&gt;
| date      = December 24, 2021&lt;br /&gt;
| title     = December 25th Launch&lt;br /&gt;
| image     = december_25th_launch.png&lt;br /&gt;
| titletext = Update: Santa has been destroyed by the range safety officer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by JWST: JUST WATCHED SANTA TERMINATED BY A RANGE SAFETY OFFICER NAMED GRINCH. What is a range safety officer? Even reading the wiki page still makes it unclear if this is a person or a system? - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
The {{w|James Webb Space Telescope}} (JWST) is a space telescope jointly developed by NASA, the European Space Agency, and the Canadian Space Agency. It has suffered many, many delays over its development period (as previously referenced in [[2014: JWST Delays]]), but it finally launched on Christmas day, December 25, 2021.&lt;br /&gt;
&lt;br /&gt;
This was about 7 hours after this comic appeared. The release day of this comic was Christmas Eve the 24th of December. As can be seen from when [https://www.explainxkcd.com/wiki/index.php?title=2559:_December_25th_Launch&amp;amp;oldid=223041 this page] was created 05:02:00, 25 December 2021 (UTC), the comic came out at least 7 hours before {{w|Ariane flight VA256|launch}} which was 12:20:00, 25 December 2021 (UTC). Since Boston ([[Randall|Randall's]] home town) is 5 hours after UTC then the comic must have released close to midnight on the 24th for Randall, and clearly before midnight for the rest of the time zones in the US. &lt;br /&gt;
&lt;br /&gt;
Web comics are usually drawn some time in advance. When this comic was drawn and scheduled for publication, it is possible NASA had not yet [[https://www.nasa.gov/feature/james-webb-space-telescope-launch-update announced]] that the launch of JWST was slipping from Christmas Eve to Christmas Day.&lt;br /&gt;
&lt;br /&gt;
The launch was probably three days after [[Randall]] opened the last number in his [[2550: Webb|Webb]] advent calendar. (Thus this is the second [[:Category:Christmas|Christmas comic]] this year referring to the telescope).&lt;br /&gt;
&lt;br /&gt;
In this comic, the James Webb Space Telescope is finally ready to take off. However, an unfortunate circumstance occurs: {{w|Santa Claus}} himself, presumably on his way to or from delivering presents to children, crosses into the path of the launch rocket. The joke is the implication that, right on the brink of success, this extraordinarily unlucky incident will either destroy the telescope, harm Santa, or cause yet another delay, much to [[Cueball]]'s horror.&lt;br /&gt;
&lt;br /&gt;
Real launch aborts have {{w|STS-68|occurred}} with fewer than 2 seconds left in the countdown, causing delays of over a month. &lt;br /&gt;
&lt;br /&gt;
According to the title text, the {{w|range safety officer}} has made the decision to shoot down Santa Claus's sleigh, in order to clear the sky above, protecting the launch window. This seems to demonstrate that they are determined not to let anything delay the launch any further (or that given a choice between destroying the telescope or destroying Santa, the range safety officer chooses the latter).&lt;br /&gt;
&lt;br /&gt;
Airspace is normally [https://simpleflying.com/rocket-launches-airline-traffic/ closed to air traffic] to avoid collisions between aircraft and rocket launches.  While Santa might not know about such restrictions, he already knows about this particular launch because thousands of astronomy geeks have asked for a new space telescope as a Christmas present in their letters to Santa, and the easiest way for Santa to deliver such a present is just keeping a safe distance from the launch pad. Moreover {{w|NORAD}} [https://www.noradsanta.org/en/ tracks Santa]'s flying around the world and would be able to give sufficient warning to both Santa and Ground Control to prevent such a close encounter of a festive kind; as well as to prevent accidental global thermonuclear war by {{w|1983 Soviet nuclear false alarm incident|confusing a pack of flying reindeer}} with a first-strike attack by a foreign power. Finally, Santa Claus performs deliveries overnight, while the launch is scheduled for [https://www.nytimes.com/2021/12/24/science/webb-telescope-launch-date-livestream.html morning local time], so the timing of such a collision would not occur.&lt;br /&gt;
&lt;br /&gt;
The JWST has been referenced previously in [[1730: Starshade]], [[2014: JWST Delays]], [[2447: Hammer Incident]] and [[2550: Webb]], as well as indirectly in [[975: Occulting Telescope]] and [[1461: Payloads]].  Santa is known to [[838|maintain a list of humans]] responsible for technological incidents and to have suitable punishment for offenders.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Close-up of the top of the James Webb Space Telescope launch rocket. A &amp;quot;Webb&amp;quot; logo can be seen alongside other indistinct logos. Some clouds and birds are visible in the background.]&lt;br /&gt;
:Caption: T-minus 10...9...8...&lt;br /&gt;
&lt;br /&gt;
:[Zoom-out to show the complete rocket and the ground below. The rocket takes up the bottom-left corner. At the top-right, Santa Claus and a line of reindeer are flying in towards the left.]&lt;br /&gt;
:Santa: Ho ho ho! Merry Christmas!&lt;br /&gt;
&lt;br /&gt;
:[Ponytail and Cueball sitting at mission control consoles.]&lt;br /&gt;
:Cueball: ''Oh no.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Christmas]]&lt;br /&gt;
[[Category: Telescopes]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:439:_Thinking_Ahead&amp;diff=223285</id>
		<title>Talk:439: Thinking Ahead</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:439:_Thinking_Ahead&amp;diff=223285"/>
				<updated>2021-12-30T16:56:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don't think the girl pictured is Megan, it seems to me that it's another girl and he is conflicted about talking to her because of unresolved feelings with Megan, which may come back to bite him if he doesn't explore them fully before becoming committed to another. Due to the beginning of the description it seems like this is just a silly mistake.{{unsigned ip|50.198.145.13}}&lt;br /&gt;
:It's fixed, and look at the trivia.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:24, 26 August 2013 (UTC)&lt;br /&gt;
::Where is this original transcript that I have seen people mention several times?[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 05:40, 12 June 2014 (UTC)&lt;br /&gt;
:::I believe it might be xkcd volume 0? --[[User:Flewk|flewk]] ([[User talk:Flewk|talk]]) 17:47, 28 December 2015 (UTC)&lt;br /&gt;
On to the actual problem mentioned in the article (i.e. Thinking Ahead), it's a common issue with intelligent guys who spend a lot of time thinking to start imagining all the ways a relationship could go wrong before it even starts. ([http://www.sosuave.com/romance/david/art61.htm &amp;quot;Why Very Intelligent Men Fail With Women, Reason #4: They psych themselves out&amp;quot;]) [[User:Donny2112|Donny2112]] ([[User talk:Donny2112|talk]]) 02:08, 3 July 2016 (UTC)&lt;br /&gt;
:sorry, non-native speaker here. Free to mock me, but I had a hard time understanding  “I’m moving in the fall”. I thought it was some obscure idiom about rushing things and falling in love. Then I got that it probably just means “Next autumn I will move to another town”… right ?  Thanks in advance --[[Special:Contributions/162.158.91.164|162.158.91.164]] 15:03, 30 December 2021 (UTC)&lt;br /&gt;
::As a native ''British'' speaker of English, it's one of the many words/phrases that I've had to gradually learn. (The ubiquitousness of Hollywood movies and US import TV shows quickly get one used to much of the strangenesses, but even after forty-odd years I'm occasionally surprised by something.) &amp;quot;Separated by a common language&amp;quot; indeed (see [https://en.wiktionary.org/wiki/table#Verb table as a verb], items 4 and 5, for polar-opposite uses of such a simple word), and [https://tvtropes.org/pmwiki/pmwiki.php/Main/SeparatedByACommonLanguage if you want to dive down a rabbithole] there are plenty of places that go into examples.&lt;br /&gt;
::So, no, I won't mock you. I'm sure your grasp of any given English dialect is far better than my understanding of whatever your native language is. (German? If it is, mein Deutsche ist nicht sehr gut. If not, I'm probably even worse.) [[Special:Contributions/172.70.90.43|172.70.90.43]] 16:56, 30 December 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2561:_Moonfall&amp;diff=223280</id>
		<title>2561: Moonfall</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2561:_Moonfall&amp;diff=223280"/>
				<updated>2021-12-30T15:11:14Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: Minor typo. (Hi, it's your favourite IP stalker here! ;) Total coincidence, of course. *Pbbbbb*)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2561&lt;br /&gt;
| date      = December 29, 2021&lt;br /&gt;
| title     = Moonfall&lt;br /&gt;
| image     = moonfall.png&lt;br /&gt;
| titletext = Novel ideas and cool explosions are both good, but what I really want from a movie is novel ideas ABOUT cool explosions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by COOL EXPLOSIONS. - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[Megan]] asks [[Cueball]] if he is excited by Moonfall or if he is cringing.&lt;br /&gt;
&lt;br /&gt;
''{{w|Moonfall (film)|Moonfall}}'' is an upcoming 2022 movie scheduled for release in February. Its director, {{w|Roland Emmerich}}, is known for blowing up things in his movies (see for instance [https://www.gq.com/video/watch/explosions-the-roland-emmerich-supercut the Roland Emmerich Supercut]), as well as for factual inaccuracies in his work (mainly the scientific implausibility of his many disaster movies like ''{{w|Independence Day (1996 film)|Independence Day}}'', ''{{w|The Day After Tomorrow}}'' and ''{{w|2012 (film)|2012}}'').&lt;br /&gt;
&lt;br /&gt;
The [[#Plot|plot]] of ''Moonfall'' is scientifically preposterous, making it potentially &amp;quot;cringe-worthy&amp;quot; for someone who enjoys &amp;quot;hard&amp;quot; science fiction, like Cueball.&lt;br /&gt;
&lt;br /&gt;
Cueball explains to Megan that he usually likes it when stories are based on good science. Maybe only bending it a bit to create the story, to expand our ideas of what is possible . But then he goes on to state that he supports giving Roland Emmerich as much money as he wants, to make cool spaceship noises and smash moons into things. In the movie it is only a moon (the {{w|Moon}}, presumably, see the [[#Plot|plot]] below). But in general Roland often uses huge explosions in his movies.&lt;br /&gt;
&lt;br /&gt;
Megan sums the situation for Cueball up, stating that he is exited to expand our ideas of how much stuff can explode at once.&lt;br /&gt;
&lt;br /&gt;
In the title text Cueball continues by explaining that while novel ideas and explosions are good, what he really want from a movie is novel ideas about cool explosions. So new ways to explode things, or ideas about exploding more things at once. Or both.&lt;br /&gt;
&lt;br /&gt;
===Plot===&lt;br /&gt;
 Spoiler Alert&lt;br /&gt;
:In Moonfall, a mysterious force knocks the Moon from its orbit around Earth and sends it hurtling on a collision course with life as we know it. With mere weeks before impact and the world on the brink of annihilation, NASA executive and former astronaut Jo Fowler is convinced she has the key to saving us all - but only one astronaut from her past, Brian Harper and a conspiracy theorist K.C. Houseman believe her. These unlikely heroes will mount an impossible last-ditch mission into space, leaving behind everyone they love, only to find out that our Moon is not what we think it is. —Centropolis Entertainment, [https://www.imdb.com/title/tt5834426/plotsummary?ref_=tt_ov_pl quoted at IMDB]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan walking to the right]]&lt;br /&gt;
:Megan: Are you excited for ''Moonfall''?&lt;br /&gt;
:Megan: Or cringing?&lt;br /&gt;
:Cueball: Well...&lt;br /&gt;
&lt;br /&gt;
:[Closeup on Cueball]]&lt;br /&gt;
:Cueball: I like when stories are grounded in good science because it's exciting to expand our ideas of what's possible.&lt;br /&gt;
&lt;br /&gt;
:[Zoomed back out to Cueball and Megan walking to the right. Cueball has his palms raised]&lt;br /&gt;
:Cueball: But I also support giving Roland Emmerich as much money as he wants to make cool spaceship noises and smash moons into things.&lt;br /&gt;
:Megan: Excited to expand our ideas of how much stuff can explode at once.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Fiction]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Megan]]&lt;br /&gt;
[[Category: Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2561:_Moonfall&amp;diff=223244</id>
		<title>2561: Moonfall</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2561:_Moonfall&amp;diff=223244"/>
				<updated>2021-12-29T23:04:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Explanation */ Tense mix-up.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2561&lt;br /&gt;
| date      = December 29, 2021&lt;br /&gt;
| title     = Moonfall&lt;br /&gt;
| image     = moonfall.png&lt;br /&gt;
| titletext = Novel ideas and cool explosions are both good, but what I really want from a movie is novel ideas ABOUT cool explosions.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by COOL EXPLOSIONS - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The comic seems to be referring to the new upcoming 2022 movie ''[https://www.imdb.com/title/tt5834426/?ref_=fn_al_tt_1 Moonfall]''. Its director, {{w|Roland Emmerich}}, is known for blowing up things in his movies, as shown in [https://www.gq.com/video/watch/explosions-the-roland-emmerich-supercut the Roland Emmerich Supercut], as well as for factual inaccuracies in his work (from the scientific implausibility of his many disaster movies to ''[https://www.imdb.com/title/tt1521197/ claiming that William Shakespeare did not write Shakespeare's plays]).&lt;br /&gt;
&lt;br /&gt;
The plot of ''Moonfall'' is scientifically preposterous, making it potentially &amp;quot;cringe-worthy&amp;quot; for someone who enjoys &amp;quot;hard&amp;quot; science fiction:&lt;br /&gt;
&lt;br /&gt;
:In Moonfall, a mysterious force knocks the Moon from its orbit around Earth and sends it hurtling on a collision course with life as we know it. With mere weeks before impact and the world on the brink of annihilation, NASA executive and former astronaut Jo Fowler is convinced she has the key to saving us all - but only one astronaut from her past, Brian Harper and a conspiracy theorist K.C. Houseman believe her. These unlikely heroes will mount an impossible last-ditch mission into space, leaving behind everyone they love, only to find out that our Moon is not what we think it is. —Centropolis Entertainment, [https://www.imdb.com/title/tt5834426/plotsummary?ref_=tt_ov_pl quoted at IMDB]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Megan walking to the right]]&lt;br /&gt;
:Megan: Are you excited for ''Moonfall''?&lt;br /&gt;
:Megan: or cringing?&lt;br /&gt;
:Cueball: Well...&lt;br /&gt;
&lt;br /&gt;
:[Closeup on Cueball]]&lt;br /&gt;
:Cueball: I like when stories are grounded in good science because it's exciting to expand our ideas of what's possible.&lt;br /&gt;
&lt;br /&gt;
:[Zoomed back out to Cueball and Megan walking to the right. Cueball has his palms raised]&lt;br /&gt;
:Cueball: But I also support giving Roland Emmerich as much money as he wants to make cool spaceship noises and smash moons into things.&lt;br /&gt;
:Megan: Excited to expand our ideas of how much stuff can explode at once.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Fiction]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Megan]]&lt;br /&gt;
[[Category: Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2559:_December_25th_Launch&amp;diff=223196</id>
		<title>2559: December 25th Launch</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2559:_December_25th_Launch&amp;diff=223196"/>
				<updated>2021-12-28T18:34:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: It may have /just/ been before midnight, assuming the current grabber-script wasn't too tardy. At one point I had changed it from something like &amp;quot;the day before&amp;quot; because it was somewhat misleading.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2559&lt;br /&gt;
| date      = December 24, 2021&lt;br /&gt;
| title     = December 25th Launch&lt;br /&gt;
| image     = december_25th_launch.png&lt;br /&gt;
| titletext = Update: Santa has been destroyed by the range safety officer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by JWST: JUST WATCHED SANTA TERMINATED BY A RANGE SAFETY OFFICER NAMED GRINCH. What is a range safety officer? Even reading the wiki page still makes it unclear if this is a person or a system? - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
The {{w|James Webb Space Telescope}} (JWST) is a space telescope jointly developed by NASA, the European Space Agency, and the Canadian Space Agency. It has suffered many, many delays over its development period (as previously referenced in [[2014: JWST Delays]]), but it finally launched on Christmas day, December 25, 2021, within hours of this comic appearing, although the official release day of this comic was Christmas Eve the 24th of December. This was probably three days after [[Randall]] opened the last number in his [[2550: Webb|Webb]] advent calendar. (Thus this is the second [[:Category:Christmas|Christmas comic]] this year referring to the telescope). &lt;br /&gt;
&lt;br /&gt;
In this comic, the James Webb Space Telescope is finally ready to take off. However, an unfortunate circumstance occurs: {{w|Santa Claus}} himself, presumably on his way to or from delivering presents to children, crosses into the path of the launch rocket. The joke is the implication that, right on the brink of success, this extraordinarily unlucky incident will either destroy the telescope, harm Santa, or cause yet another delay, much to [[Cueball]]'s horror.&lt;br /&gt;
&lt;br /&gt;
Real launch aborts have {{w|STS-68|occurred}} with fewer than 2 seconds left in the countdown, causing delays of over a month. &lt;br /&gt;
&lt;br /&gt;
According to the title text, the {{w|range safety officer}} has made the decision to shoot down Santa Claus's sleigh, in order to clear the sky above, protecting the launch window. This seems to demonstrate that they are determined not to let anything delay the launch any further (or that given a choice between destroying the telescope or destroying Santa, the range safety officer chooses the latter).&lt;br /&gt;
&lt;br /&gt;
Airspace is normally [https://simpleflying.com/rocket-launches-airline-traffic/ closed to air traffic] to avoid collisions between aircraft and rocket launches.  While Santa might not know about such restrictions, he already knows about this particular launch because thousands of astronomy geeks have asked for a new space telescope as a Christmas present in their letters to Santa, and the easiest way for Santa to deliver such a present is just keeping a safe distance from the launch pad. Moreover {{w|NORAD}} [https://www.noradsanta.org/en/ tracks Santa]'s flying around the world and would be able to give sufficient warning to both Santa and Ground Control to prevent such a close encounter of a festive kind; as well as to prevent accidental global thermonuclear war by {{w|1983 Soviet nuclear false alarm incident|confusing a pack of flying reindeer}} with a first-strike attack by a foreign power. Finally, Santa Claus performs deliveries overnight, while the launch is scheduled for [https://www.nytimes.com/2021/12/24/science/webb-telescope-launch-date-livestream.html morning local time], so the timing of such a collision would not occur.&lt;br /&gt;
&lt;br /&gt;
The JWST has been referenced previously in [[1730: Starshade]], [[2014: JWST Delays]], [[2447: Hammer Incident]] and [[2550: Webb]], as well as indirectly in [[975: Occulting Telescope]] and [[1461: Payloads]].  Santa is known to [[838|maintain a list of humans]] responsible for technological incidents and to have suitable punishment for offenders.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Close-up of the top of the James Webb Space Telescope launch rocket. A &amp;quot;Webb&amp;quot; logo can be seen alongside other indistinct logos. Some clouds and birds are visible in the background.]&lt;br /&gt;
:Caption: T-minus 10...9...8...&lt;br /&gt;
&lt;br /&gt;
:[Zoom-out to show the complete rocket and the ground below. The rocket takes up the bottom-left corner. At the top-right, Santa Claus and a line of reindeer are flying in towards the left.]&lt;br /&gt;
:Santa: Ho ho ho! Merry Christmas!&lt;br /&gt;
&lt;br /&gt;
:[Ponytail and Cueball sitting at mission control consoles.]&lt;br /&gt;
:Cueball: ''Oh no.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Christmas]]&lt;br /&gt;
[[Category: Telescopes]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223195</id>
		<title>2550: Webb</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2550:_Webb&amp;diff=223195"/>
				<updated>2021-12-28T18:31:27Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: (As per JWST Delays.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2550&lt;br /&gt;
| date      = December 3, 2021&lt;br /&gt;
| title     = Webb&lt;br /&gt;
| image     = webb.png&lt;br /&gt;
| titletext = Each one contains a chocolate shaped like a famous spacecraft and, for the later numbers, a pamphlet on managing anxiety.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by the REAL SPACE TELESCOPE - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic depicts an {{w|advent calendar}} geared toward astronomers anticipating the launch of the {{w|James Webb Space Telescope}}.&lt;br /&gt;
&lt;br /&gt;
At the time this comic was published, the James Webb Space Telescope (JWST) was scheduled to be launched on the 22nd of December, 2021 (after [[2014: JWST Delays|many prior delays]]). Christmas would indeed have come early for astronomers if the launch had been successful and on time. By December 14, the launch date had been pushed back again to &amp;quot;no earlier than December 24&amp;quot;, as NASA was working on resolving a communications issue between the observatory and its launch vehicle system. This was followed by another delay announced on December 21, when the launch date was pushed back to December 25, due to weather concerns. It was {{w|Ariane flight VA256|successfully launched}} from Kourou in French Guiana on December 25 at 09:20 FGT (12:20 UTC, 07:20 {{w|UTC−05:00|EST}}), as hoped for in this comic: [[2559: December 25th Launch]].&lt;br /&gt;
&lt;br /&gt;
A normal advent calendar marks the days until Christmas by allowing miniature doors to be opened, or other means of revealing some treat/picture. This is often from the 1st of the month until the 'big reveal' on the 24th or 25th, though other schemes may exist in other cultures. This particular calendar features 18 hexagonal features, intended to be sequentially accessed over several days, in the same layout as the 18 gold-beryllium mirror segments designed to fold out to form the JWST's primary mirror. The first door is on the 5th, two days after this comic's publication date, making the last on the 22nd, the 'Big Day'.&lt;br /&gt;
&lt;br /&gt;
Cueball's question could be interpreted two ways: Cueball doesn't know about JWST, so he is asking why this advent calendar ends before Christmas (and possibly fearing this calendar is similar to the one in [[1245: 10-Day Forecast]]); or Cueball does know about JWST and its history of delays, so he is asking why the calendar ends on 22 when there is no certainty in that launch date (and also implying that he expects it to be delayed). [Note: two weeks after the comic was posted, the JWST was again delayed, this time to no earlier than Christmas Eve (and later finally to Christmas Day itself), making the expectation accurate. This would also make a traditional advent calendar serve equally well, were it not for the hexagon design.]&lt;br /&gt;
&lt;br /&gt;
December 22 is also the day after the northern hemisphere winter solstice. The end of the world was famously predicted for the winter solstice in [[998: 2012|2012]].&lt;br /&gt;
&lt;br /&gt;
The title text references the fact that chocolates in advent calendars are often molded into different shapes, and the fact that the later numbers have a &amp;quot;pamphlet on managing anxiety&amp;quot; is probably supposed to quell the impeding fear that the launch could be delayed further or go wrong. The telescope's launch was initially planned for 2007, but due to various redesigns, financial issues, accidents, flaws, and the {{w|COVID-19 pandemic}}, the launch date was pushed back to 2011, then 2013, 2018, 2020, May 2021, October 2021, and finally to the current launch date in December 2021. It may also allude to post-launch concerns; even if the launch goes well, there will still be nervousness about the [https://www.youtube.com/watch?v=v6ihVeEoUdo| complex 160-day process] in which the JWST reaches its intended {{w|James_Webb_Space_Telescope#Mission|observation point}} 930,000 miles from Earth, many subsystems are unfolded/deployed, and the instrument passes its final calibrations. There is effectively no way to rescue/repair this expensive piece of equipment should anything be amiss, unlike the {{w|Hubble Space Telescope}}, which was visited five times by {{w|Space Shuttles}} to remedy and enhance various features. (There exist issues with even Hubble that cannot currently be considered repairable without the Shuttles or any proven replacement, and the JWST will be located far beyond Hubble's operational orbit in a place much more difficult to get to.)&lt;br /&gt;
&lt;br /&gt;
The JWST has been referenced previously in [[1730: Starshade]], [[2014: JWST Delays]] and [[2447: Hammer Incident]], as well as indirectly in [[975: Occulting Telescope]] and [[1461: Payloads]], and later again in [[2559: December 25th Launch]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball and Ponytail are looking at an advent calendar hanging on a wall in front of them. The advent calendar is loosely tiled with 18 smaller hexagons, numbered from 5 to 22 in no clear order or pattern. They are regularly arranged into a larger hexagonal shape and of the five rows, there are three in the top and bottom ones, as also with each diagonal edge. There are four in each of the other rows, offset symmetrically, with a gap where a fifth could have been in the centre of the middle row.]&lt;br /&gt;
:Cueball: The hexagons are nice.&lt;br /&gt;
:Cueball: But why does it end at 22?&lt;br /&gt;
:Numbers: &lt;br /&gt;
      5  22  10 &lt;br /&gt;
   11  15  19  17&lt;br /&gt;
 14   7 none 13   8&lt;br /&gt;
    9  16   6  20&lt;br /&gt;
     18  21  12&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Astronomer Advent Calendar&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Calendar]]&lt;br /&gt;
[[Category:Telescopes]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Food]] &amp;lt;!-- chocolate title text--&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2014:_JWST_Delays&amp;diff=223194</id>
		<title>2014: JWST Delays</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2014:_JWST_Delays&amp;diff=223194"/>
				<updated>2021-12-28T18:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: That one actually came out before launch, so would have had to have been prescience if a response to the success.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;:''&amp;quot;2014&amp;quot;, this comic's number, redirects here. For the comic named &amp;quot;2014&amp;quot;, see [[1311: 2014]].''&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{comic&lt;br /&gt;
| number    = 2014&lt;br /&gt;
| date      = July 2, 2018&lt;br /&gt;
| title     = JWST Delays&lt;br /&gt;
| image     = jwst_delays.png&lt;br /&gt;
| titletext = Since delays should get less likely closer to the launch, most astronomers in 2018 believed the expansion of the schedule was slowing, but by early 2020 new measurements indicated that it was actually accelerating.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The {{w|James Webb Space Telescope}} (JWST) is a {{w|space telescope}} created to be the successor of the {{w|Hubble Space Telescope}}. &lt;br /&gt;
&lt;br /&gt;
The telescope has been in development since 1996, but has been plagued by numerous delays and cost overruns. This comic was likely inspired by the most recent [https://nasa.gov/press-release/nasa-completes-webb-telescope-review-commits-to-launch-in-early-2021 delay announcement], which was posted on June 27, 2018. At that time, the JWST was scheduled to launch on March 30, 2021.&lt;br /&gt;
&lt;br /&gt;
* In July 2020, this was pushed back further to October 31, 2021 due to the coronavirus pandemic.&lt;br /&gt;
* In June 2021, it was announced that the launch day is likely slip to at least mid-November 2021.&lt;br /&gt;
* On September 8, 2021, ESA announced that the official planned launch date is [https://www.esa.int/Science_Exploration/Space_Science/Webb/Targeted_launch_date_for_Webb_18_December_2021 December 18, 2021.]&lt;br /&gt;
* On November 22, 2021, NASA announced that the official planned launch date was delayed by four days to December 22, 2021, following a problem encountered when mating JWST to its payload adapter. This date was referenced in [[2550: Webb]].&lt;br /&gt;
* On December 15, 2021, NASA announced that the official planned launch date was delayed by two days to December 24, 2021, following a [https://www.space.com/james-webb-space-telescope-launch-delay-december-24 communications issue between JWST and the launch vehicle]&lt;br /&gt;
* On December 21, 2021, NASA announced that the official planned launch date was delayed by one day to December 25, 2021 due to [https://www.nasa.gov/feature/james-webb-space-telescope-launch-update adverse weather at the launch site]&lt;br /&gt;
* On December 25, 2021, the telescope was successfully launched, which Randall anticipated with this comic: [[2559: December 25th Launch]].&lt;br /&gt;
&lt;br /&gt;
This comic portrays the launch delays and the new predicted launch years and the times at which those predictions were made.  There have been so many delays in this project that you can plot a line of best fit with a surprisingly high degree of accuracy.  Randall says optimistically that the line’s slope is less than one (there is less than one year of ''new'' delay per year of elapsed time), implying, of course, that if events continue without further intervention, it will eventually be built, with a predicted date of late 2026.&lt;br /&gt;
&lt;br /&gt;
The title text alludes to the famous research over the {{w|Accelerating expansion of the universe|universe’s accelerating expansion}}.  The expansion had been predicted to be slowing due to gravity from everything in the universe; instead, it was found to be accelerating since about 5 billion years ago.  Here, Randall looks at the apparently ever-delaying schedule and observes that the delay per time does not decrease, although the date gets nearer (which should help to schedule the launch date, as research and unknown parameters are replaced with engineering and exact predictions and measurements). However, this delay inflation contradicts Randall's usage of a linear trendline.  Given the {{w|COVID-19 pandemic}} brought some additional delays in 2020 and 2021, the &amp;quot;early 2020&amp;quot; date was perhaps unintentionally prescient.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia article linked above includes a {{w|James Webb Space Telescope#Cost and schedule issues|table}} which provides the data points for the chart:&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! width=35 | Year !! Planned&amp;lt;br /&amp;gt;launch !! Time left&amp;lt;br /&amp;gt;(years)&lt;br /&gt;
|-&lt;br /&gt;
| 1997 || 2007 || 10&lt;br /&gt;
|-&lt;br /&gt;
| 1998 || 2007 || 9&lt;br /&gt;
|-&lt;br /&gt;
| 1999 || 2007 to 2008 || 8-9&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 2009 || 9&lt;br /&gt;
|-&lt;br /&gt;
| 2002 || 2010 || 8&lt;br /&gt;
|-&lt;br /&gt;
| 2003 || 2011 || 8&lt;br /&gt;
|-&lt;br /&gt;
| 2005 || 2013 || 8&lt;br /&gt;
|-&lt;br /&gt;
| 2006 || 2014 || 8&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 2014 || 6&lt;br /&gt;
|-&lt;br /&gt;
| 2010 || 2015 to 2016 || 5-6&lt;br /&gt;
|-&lt;br /&gt;
| 2011 || 2018 || 7&lt;br /&gt;
|-&lt;br /&gt;
| 2013 || 2018 || 5&lt;br /&gt;
|-&lt;br /&gt;
| 2017 || 2019 || 2&lt;br /&gt;
|-&lt;br /&gt;
|2018 || 2020 || 2&lt;br /&gt;
|-&lt;br /&gt;
|2018 || 2021 || 3&lt;br /&gt;
|-&lt;br /&gt;
|2020 || 2021 || 1&lt;br /&gt;
|-&lt;br /&gt;
|2021 || 2021 || 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Top caption, in the panel:]&lt;br /&gt;
:James Webb Space Telescope&lt;br /&gt;
:[Subtitle of top caption:]&lt;br /&gt;
:Launch Delays&lt;br /&gt;
&lt;br /&gt;
:[There is a positive-quadrant only line graph. The x- axis is labeled 'Current Date' and the y axis is labeled 'Planned Launch Date'. The dates on both of the axes range from 1995 to 2030.]&lt;br /&gt;
:[In the graph are 15 points, starting at (1997,2007) and extending at a slope of a little less than one. The most recent one is labeled 'Now: 2021'.]&lt;br /&gt;
:[There are two lines on the graph: a red one and a dashed black one. The red one is a regression of the points on the graph. It has a slope of about ⅔. The black one is a line with a slope of one. They intersect at the point (2026,2026), marked by the label 'Late 2026'?]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Look, at least the slope is less than one.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Space probes]]&lt;br /&gt;
[[Category:Line graphs]]&lt;br /&gt;
[[Category:Extrapolation]]&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:760:_Moria&amp;diff=222957</id>
		<title>Talk:760: Moria</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:760:_Moria&amp;diff=222957"/>
				<updated>2021-12-22T18:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can someone who has read the Silmarillion clarify what balrogs actually are?  I'm not sure how accurate this is but I seem to recall that they were the lieutenants of Morgoth, and were not monsters but actually minor gods (Maiar?) [[User:Athang|Athang]] ([[User talk:Athang|talk]]) 23:14, 27 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
That's correct. Balrogs were both corrupted Maiar and servants of Morgoth.  Gandalf, as with all the Istari (wizards), was also of the Maiar.  Hence the close matched fight which took every last ounce of Gandalf's strength. [[User:Plm-qaz snr|Plm-qaz snr]] ([[User talk:Plm-qaz snr|talk]]) 12:34, 13 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just don't ask if the buggers have wings! [[Special:Contributions/108.162.210.220|108.162.210.220]] 19:02, 13 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
The bit about the Endless Stair could be a reference to Dwarf Fortress: one of the problems Dwarf Fortress players encounter is how the heck to get their miners back out of whatever moat/chute/spiky-pit/reservoir/pointless-doomsday-device-power-supply-tunnel they've just designed and built. And Randall plays Dwarf Fortress.&lt;br /&gt;
&lt;br /&gt;
Given the time of the comic, could this be a reference to those trapped Chilean miners? IKR - remember them!?&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=980:_Money/Prices_in_tables&amp;diff=222886</id>
		<title>980: Money/Prices in tables</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=980:_Money/Prices_in_tables&amp;diff=222886"/>
				<updated>2021-12-21T13:17:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.43: /* Dollars */ This pluralisation error bothers me the most.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Below are five tables listing the prices of the items in [[980: Money]].&lt;br /&gt;
&lt;br /&gt;
{{incomplete|Values still need double-checking. Possibly spelling as well.}}&lt;br /&gt;
==Dollars==&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Dollar bills&lt;br /&gt;
 |-&lt;br /&gt;
 | $1 Bill&lt;br /&gt;
 | $1&lt;br /&gt;
 | one dollar is generally believed to have the value of one dollar {{citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | $10 Bill&lt;br /&gt;
 | $10&lt;br /&gt;
 | ten dollars are just ten times one dollar,{{citation needed}} see above&lt;br /&gt;
 |-&lt;br /&gt;
 | $500 Bill (William McKinley, discontinued)&lt;br /&gt;
 | $500&lt;br /&gt;
 | discontinued bills [https://www.fool.com/investing/general/2015/06/11/how-much-is-a-500-bill-worth.aspx might be worth more than their original value] but can still be used as normal currency worth its designated value (in this case 500$)&lt;br /&gt;
 |-&lt;br /&gt;
 | $1000 Bill (Grover Cleveland, discontinued)&lt;br /&gt;
 | $1000&lt;br /&gt;
 | discontinued bill, see above&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Fruit&lt;br /&gt;
 |-&lt;br /&gt;
 | Apples (one dozen) &lt;br /&gt;
 | $5.68&lt;br /&gt;
 | the price has since [https://www.in2013dollars.com/Apples/price-inflation/2011-to-2021?amount=1.31 risen due to inflation]&lt;br /&gt;
 |-&lt;br /&gt;
 | Oranges (one dozen)&lt;br /&gt;
 | $3.08&lt;br /&gt;
 | the price has since [https://www.in2013dollars.com/Oranges,-including-tangerines/price-inflation/2011-to-2021?amount=1.44 risen due to inflation]&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Fast Food&lt;br /&gt;
 |-&lt;br /&gt;
 | Dollar Menu item&lt;br /&gt;
 | $1.00&lt;br /&gt;
 | most dollar menus cost one dollar,{{citation needed}} hence the name&lt;br /&gt;
 |-&lt;br /&gt;
 | Starbucks Coffee&lt;br /&gt;
 | $2.00&lt;br /&gt;
 | ten years later, one might for that price get a &amp;lt;s&amp;gt;small&amp;lt;/s&amp;gt; [https://realmenuprices.com/starbucks-menu-prices/ tall freshly brewed coffee]&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Average US Restaurant Meals&lt;br /&gt;
 |-&lt;br /&gt;
 | Average single US restaurant meal&lt;br /&gt;
 | $35.65&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Average meal at the 20 costliest San Francisco restaurants&lt;br /&gt;
 | $85.27&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Dinner for four&lt;br /&gt;
 |-&lt;br /&gt;
 | Homemade rice and pinto beans&lt;br /&gt;
 | $9.26 (With time cost of two hours of shopping, travel, prep and cleanup: $41.80)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Homemade chicken dinner&lt;br /&gt;
 | $13.78 (With time cost of two hours of shopping, travel, prep and cleanup: $46.32)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | McDonalds&lt;br /&gt;
 | $27.89 (With time cost of 30 minutes travel: $36.03)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Arby’s&lt;br /&gt;
 | $34.00 (With time cost of 30 minutes travel: $42.13)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Chili’s&lt;br /&gt;
 | $69.64 (With time cost of 30 minutes travel: $77.78)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Outback Steakhouse&lt;br /&gt;
 | $109.82 (With time cost of 30 minutes travel: $117.96)&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Vehicles&lt;br /&gt;
 |-&lt;br /&gt;
 | Low-end bicycle&lt;br /&gt;
 | $190&lt;br /&gt;
 | [https://www.google.com/search?q=low-end+bicycle+price a quick google search] will tell us that this is a fairly realistic price still&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Clothes&lt;br /&gt;
 |-&lt;br /&gt;
 | Men's suit&lt;br /&gt;
 | $400&lt;br /&gt;
 | [https://www.google.com/search?q=men's+suit+price a quick google search] will tell us that this is a fairly realistic price, although there are much cheaper suits out there&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Debt&lt;br /&gt;
 |-&lt;br /&gt;
 | Daily interest on average credit card debt&lt;br /&gt;
 | $5.63&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Daily income&lt;br /&gt;
 |-&lt;br /&gt;
 | Median household daily income&lt;br /&gt;
 | $136.28&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Taxes&lt;br /&gt;
 | $32.16&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | After-tax&lt;br /&gt;
 | $104.12&lt;br /&gt;
 | it is just the taxes subtracted from the median household daily income&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Game Consoles&lt;br /&gt;
 |-&lt;br /&gt;
 | PS3&lt;br /&gt;
 | $250&lt;br /&gt;
 | [https://www.google.com/search?q=playstation+3+price a quick google search] will tell us that their demand has decreased significantly since other consoles (PS4, PS5) were released and there are no more new games being developed for the Playstation 3&lt;br /&gt;
 |-&lt;br /&gt;
 | Xbox 360&lt;br /&gt;
 | $200&lt;br /&gt;
 | [https://www.google.com/search?q=xbox+360+price a quick google search] will tell us that their demand has decreased significantly since other consoles (Xbox One, Xbox Series X and Xbox Series S) were released and there are no more new games being developed for the Xbox 360&lt;br /&gt;
 |-&lt;br /&gt;
 | Wii&lt;br /&gt;
 | $150&lt;br /&gt;
 | [https://www.google.com/search?q=nintendo+wii+price a quick google search] will tell us that their demand has decreased significantly since other consoles (Wii U, Nintendo Switch) were released and there are no more new games being developed for the Nintendo Wii&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;9&amp;quot;|Electronics&lt;br /&gt;
 |-&lt;br /&gt;
 | Kindle Fire&lt;br /&gt;
 | $199&lt;br /&gt;
 | like video game consoles, other electronics such as ebook readers become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | Basic iPad&lt;br /&gt;
 | $499&lt;br /&gt;
 | like video game consoles, other electronics such as tablets become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | iPad + 3G + a year of data&lt;br /&gt;
 | $869&lt;br /&gt;
 | as above; also 3G internet is being gradually shut down across the world ([https://eu.usatoday.com/story/tech/2021/10/22/wireless-service-3-g-shutdown-coming-soon/8538388002/ USofA], [https://blog.telegeography.com/3gs-sun-is-setting-in-europe Europe]) so it won't be easy getting 3G internet for a whole other year (information as of december 2021)&lt;br /&gt;
 |-&lt;br /&gt;
 | Basic Macbook Air&lt;br /&gt;
 | $999&lt;br /&gt;
 | like video game consoles, other electronics such as laptops become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | Netbook&lt;br /&gt;
 | $249.99&lt;br /&gt;
 | like video game consoles, other electronics such as laptops become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | iPod Nano&lt;br /&gt;
 | $129&lt;br /&gt;
 | like video game consoles, other electronics such as music players become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | Mac Mini&lt;br /&gt;
 | $599&lt;br /&gt;
 | like video game consoles, other electronics such as desktop PCs become less demanded over time due to newer models and the discontinuation of support&lt;br /&gt;
 |-&lt;br /&gt;
 | Comcast cable internet for a year ($59.99/month)&lt;br /&gt;
 | $719.88&lt;br /&gt;
 | comcast has changed its name to Xfinity since the comic came out&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Books&lt;br /&gt;
 |-&lt;br /&gt;
 | Paperback book&lt;br /&gt;
 | $6.80&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Hardcover book&lt;br /&gt;
 | $32.27&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Audio book&lt;br /&gt;
 | $50.42&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | [http://www.amazon.com/gp/product/B00I15SB16/ref=r_kdia_h_i_gl Kindle]&lt;br /&gt;
 | $79.00&lt;br /&gt;
 | nowadays the price ranges from 24$ all the way up to a little over 300$, depending on the model&lt;br /&gt;
 |-&lt;br /&gt;
 | New video game&lt;br /&gt;
 | $49.99&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Kindle keyboard + 3G&lt;br /&gt;
 | $139&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Loose change&lt;br /&gt;
 |-&lt;br /&gt;
 | Loose change value per pound&lt;br /&gt;
 | $12.80&lt;br /&gt;
 | The chart depicts 12 blocks instead of 13.&lt;br /&gt;
 |-&lt;br /&gt;
 | Loose change with no quarters&lt;br /&gt;
 | $5.40&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | One-gallon jug of loose change&lt;br /&gt;
 | $270&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Loose change with no pennies&lt;br /&gt;
 | $17.40&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual value of pennies received in change (at one daily cash purchase)&lt;br /&gt;
 | $7.30&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Pet ownership (Based on ASPCA estimations)&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of rabbit ownership&lt;br /&gt;
 | $730&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of dog ownership&lt;br /&gt;
 | $695&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of cat ownership&lt;br /&gt;
 | $670&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of fish ownership&lt;br /&gt;
 | $35&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of bird ownership&lt;br /&gt;
 | $200&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of small mammal ownership&lt;br /&gt;
 | $300&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Cell phone bill&lt;br /&gt;
 |-&lt;br /&gt;
 | Traditional cell phone average monthly fee&lt;br /&gt;
 | $77.36&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Traditional cell phone average annual bill&lt;br /&gt;
 | $928.30&lt;br /&gt;
 | would be $928.32 since it is just the monthly fee times twelve&lt;br /&gt;
 |-&lt;br /&gt;
 | Smartphone average monthly fee&lt;br /&gt;
 | $110.30&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Smartphone average annual bill&lt;br /&gt;
 | $1,320&lt;br /&gt;
 | would be $1,323.60 since it is just the monthly fee times twelve&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Worker/CEO comparison&lt;br /&gt;
 |-&lt;br /&gt;
 | 1965 production worker average hourly wage&lt;br /&gt;
 | $19.61&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | 2007 production worker average hourly wage&lt;br /&gt;
 | $19.71&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical 1965 CEO pay for the same period&lt;br /&gt;
 | $490.31&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical 2007 CEO pay for the same period&lt;br /&gt;
 | $5,419.97&lt;br /&gt;
 | {{Actual citation needed}}&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Thousands==&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Typical household net worth by head of household’s age in 1984&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;lt;35 years&lt;br /&gt;
 | $11,680&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 35-44 years&lt;br /&gt;
 | $72,090&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 45-54 years&lt;br /&gt;
 | $115,060&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 55-64 years&lt;br /&gt;
 | $149,240&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;gt;65 years&lt;br /&gt;
 | $122,100&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Typical household net worth by head of household’s age in 2009&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;lt;35 years&lt;br /&gt;
 | $3,710&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 35-44 years&lt;br /&gt;
 | $40,140&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 45-54 years&lt;br /&gt;
 | $103,040&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 55-64 years&lt;br /&gt;
 | $164,270&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;gt;65 years&lt;br /&gt;
 | $172,820&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Raising a child to age 17&lt;br /&gt;
 |-&lt;br /&gt;
 | Upper income &lt;br /&gt;
 | $302,860&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Middle income&lt;br /&gt;
 | $206,920&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Lower income  &lt;br /&gt;
 | $150,380&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;5&amp;quot;|Vacations&lt;br /&gt;
 |-&lt;br /&gt;
 | All-inclusive one-week trip for two to St. Lucia resort from New England (incl. flights)&lt;br /&gt;
 | $3,204&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Twenty week-long Hawaiian vacations&lt;br /&gt;
 | $136,020&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical week-long Hawaii trip for two from US West Coast (incl. flights)&lt;br /&gt;
 | $6,801&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical weekend Hawaii trip for two from US West Coast incl. flights)&lt;br /&gt;
 | $2,863&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;5&amp;quot;|School Prices&lt;br /&gt;
 |-&lt;br /&gt;
 | Estimated one-year Hogwarts cost (incl. tuition)&lt;br /&gt;
 | $43,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Seven-year Hogwarts degree&lt;br /&gt;
 | $301,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average community college tuition&lt;br /&gt;
 | $10,340  (One year $2,580)&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Average in-state university tuition&lt;br /&gt;
 | $28,920  (One year $7,230)&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;8&amp;quot;|Income per capita (2005)&lt;br /&gt;
 |-&lt;br /&gt;
 | United States 2005 per capita income&lt;br /&gt;
 | $32,360&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Switzerland 2005 per capita income&lt;br /&gt;
 | $29,910&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Germany 2005 per capita income&lt;br /&gt;
 | $27,550&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | UK 2005 per capita income&lt;br /&gt;
 | $23,240&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | France 2005 per capita income&lt;br /&gt;
 | $16,400&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | China 2005 per capita income&lt;br /&gt;
 | $3,540&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Brazil 2005 per capita income&lt;br /&gt;
 | $5,540&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;3&amp;quot;|Houses&lt;br /&gt;
 |-&lt;br /&gt;
 | Small rural house&lt;br /&gt;
 | $100,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical new home&lt;br /&gt;
 | $224,910&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;3&amp;quot;|Health&lt;br /&gt;
 |-&lt;br /&gt;
 | Average individual health insurance annual premium&lt;br /&gt;
 | $5,430&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Cancer treatment including chemo&lt;br /&gt;
 | $117,260&lt;br /&gt;
 | The chart depicts 115 blocks instead of 117.&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;8&amp;quot;|Annual Household Costs&lt;br /&gt;
 |-&lt;br /&gt;
 | A daily pack of cigarettes for a year (NJ)&lt;br /&gt;
 | $3,050&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | One Starbucks latte per day&lt;br /&gt;
 | $1,820&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average smartphone annual cost&lt;br /&gt;
 | $1,320&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost of car ownership&lt;br /&gt;
 | $3,650&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Typical annual household food spending&lt;br /&gt;
 | $5,650&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average household CC debt&lt;br /&gt;
 | $9,960&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost to carry that debt&lt;br /&gt;
 | $2,090&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;13&amp;quot;|Typical annual housing cost for various cities (based on military's Basic Allowance for Housing for an E1 servicemember with no dependents)&lt;br /&gt;
 |-&lt;br /&gt;
 | NYC&lt;br /&gt;
 | $25,416&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | San Francisco&lt;br /&gt;
 | $21,888&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Boston&lt;br /&gt;
 | $18,216&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Los Angeles&lt;br /&gt;
 | $17,640&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Washington DC&lt;br /&gt;
 | $16,380&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Chicago&lt;br /&gt;
 | $13,664&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Worcester&lt;br /&gt;
 | $12,456&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Houston&lt;br /&gt;
 | $11,888&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Minneapolis&lt;br /&gt;
 | $10,908&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Detroit&lt;br /&gt;
 | $10,080&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Salt Lake City&lt;br /&gt;
 | $9,108&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Scranton&lt;br /&gt;
 | $8,604&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;4&amp;quot;|Prince William and Kate Middleton's Wedding&lt;br /&gt;
 |- &lt;br /&gt;
 | Prince William and Kate Middleton's wedding cake&lt;br /&gt;
 | $78,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Kate Middleton's wedding dress&lt;br /&gt;
 | $350,000&lt;br /&gt;
 | This appears to be a mistake by [[Randall]] and should read $375,000.&lt;br /&gt;
 |- &lt;br /&gt;
 | Flower cost for Prince William and Kate Middleton's wedding&lt;br /&gt;
 | $800,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;10&amp;quot;|Value of an investment of $1,000/year &lt;br /&gt;
(NOT changing with inflation) for 30 years at 5% annual interest&lt;br /&gt;
 |-&lt;br /&gt;
 | 1 year&lt;br /&gt;
 | $1,000&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | 5 years&lt;br /&gt;
 | $5,526&lt;br /&gt;
 |&lt;br /&gt;
 |-  &lt;br /&gt;
 | 10 years&lt;br /&gt;
 | $12,850&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 15 years&lt;br /&gt;
 | $21,580&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 20 years&lt;br /&gt;
 | $33,070&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | 25 years&lt;br /&gt;
 | $47,730&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 30 years&lt;br /&gt;
 | $66,440&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | 30 years ($30,000 saved in mattress)&lt;br /&gt;
 | $30,000&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | 30 years ($1,000/yr at a 4% real return (long-term stock + dividend average)&lt;br /&gt;
 | $56,080&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;3&amp;quot;|Value of investment (accounting for inflation)&lt;br /&gt;
 |-&lt;br /&gt;
 | 30 years&lt;br /&gt;
 | $27,370&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | 30 years ($30,000 saved in mattress)&lt;br /&gt;
 | $12,360&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;4&amp;quot;|Average Vehicle Costs&lt;br /&gt;
 |-&lt;br /&gt;
 | Average used car&lt;br /&gt;
 | $8,910&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average new car&lt;br /&gt;
 | $27,230&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | High-end bicycle &lt;br /&gt;
 | $1,500&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;15&amp;quot;|Total cost to buy and own selected vehicles for five years&lt;br /&gt;
 |-&lt;br /&gt;
 | Honda Insight&lt;br /&gt;
 | $27,874&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Toyota Prius&lt;br /&gt;
 | $38,771&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jeep Patriot&lt;br /&gt;
 | $35,425&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Honda Fit&lt;br /&gt;
 | $28,745&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | BMW Z4&lt;br /&gt;
 | $61,312&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford Explorer&lt;br /&gt;
 | $45,524&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Toyota Camry&lt;br /&gt;
 | $34,697&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | smart fortwo&lt;br /&gt;
 | $29,629&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Honda CR-V&lt;br /&gt;
 | $35,183&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Chevy Volt&lt;br /&gt;
 | $42,180&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Hyundai Sonata&lt;br /&gt;
 | $34,644&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford F-150&lt;br /&gt;
 | $48,734&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Nissan Cube&lt;br /&gt;
 | $29,383&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Porsche 911&lt;br /&gt;
 | $91,590&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;7&amp;quot;|Total cost to buy and own selected vehicles for five years if gas were $10/gallon&lt;br /&gt;
 |-&lt;br /&gt;
 | Toyota Prius&lt;br /&gt;
 | $48,990&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Honda Fit&lt;br /&gt;
 | $45,233&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford Explorer&lt;br /&gt;
 | $69,076&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | smart fortwo&lt;br /&gt;
 | $45,058&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Chevy Volt&lt;br /&gt;
 | $50,612&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford F-150&lt;br /&gt;
 | $77,111&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;8&amp;quot;|Typical annual household income&lt;br /&gt;
 |-&lt;br /&gt;
 | Bottom 20%&lt;br /&gt;
 | $10,200&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Second 20%&lt;br /&gt;
 | $24,800&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Middle 20%&lt;br /&gt;
 | $44,400&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Fourth 20%&lt;br /&gt;
 | $76,100&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Top 10%&lt;br /&gt;
 | $201,100&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Top 1%&lt;br /&gt;
 | $822,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Top 1/500th&lt;br /&gt;
 | $2,080,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;6&amp;quot;|Median US household income&lt;br /&gt;
 |-&lt;br /&gt;
 | Median US household income&lt;br /&gt;
 | $51,570&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | After-tax&lt;br /&gt;
 | $39,170&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Taxes&lt;br /&gt;
 | $12,100&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total lifetime income from ages 25-65 at $50,000/year after 25% taxes (including Social Security)&lt;br /&gt;
 | $1,500,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost per household served by US Rural Utilities Service program to expand broadband access&lt;br /&gt;
 | $359,790&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;13&amp;quot;|If I had $1000000 (Cost of the items the singer in &amp;quot;If I had $1000000&amp;quot; would buy in order to win your love: $263,330)&lt;br /&gt;
 |-&lt;br /&gt;
 | Furniture&lt;br /&gt;
 | $21,160&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Plymouth Reliant&lt;br /&gt;
 | $3,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Tree fort&lt;br /&gt;
 | $15,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Llama&lt;br /&gt;
 | $2,120&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Joseph Merrick's remains&lt;br /&gt;
 | N/A (Held in Royal London Hospital collection and not available for purchase)&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | House&lt;br /&gt;
 | $224,820&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Tiny fridge&lt;br /&gt;
 | $99.08&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Gourmet pre-wrapped sausages (2)&lt;br /&gt;
 | $34.48&lt;br /&gt;
 |&lt;br /&gt;
 |- &lt;br /&gt;
 | Kraft Dinner (two double servings)&lt;br /&gt;
 | $3.06&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Expensive ketchup&lt;br /&gt;
 | $10.75&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Faux fur coat&lt;br /&gt;
 | $198.00&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Limo ride to the store&lt;br /&gt;
 | $186.59&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;5&amp;quot;|Luxuries&lt;br /&gt;
 |-&lt;br /&gt;
 | [http://en.wikipedia.org/wiki/Golden_Opulence_Sundae Golden Opulence ice cream sundae]&lt;br /&gt;
 | $1,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Waist deep half-room ball pit&lt;br /&gt;
 | $2,400&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | All 30 bestselling game consoles (refurb, eBay)&lt;br /&gt;
 | $2,640&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Initial seat on Virgin Galactic suborbital flight&lt;br /&gt;
 | $200,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 !rowspan=&amp;quot;3&amp;quot;|Video Games&lt;br /&gt;
 |-&lt;br /&gt;
 | Typing F-U-N-D-S&lt;br /&gt;
 | $10,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Daily sales of [http://www.minecraft.net/ Minecraft]&lt;br /&gt;
 | $193,500&lt;br /&gt;
 |&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Millions==&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Dr. Evil&lt;br /&gt;
 |-&lt;br /&gt;
 | Amount Dr. Evil thought he was demanding from the 1997 world&lt;br /&gt;
 | $6,630,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Amount he was actually demanding&lt;br /&gt;
 | $1,380,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Video Games&lt;br /&gt;
 |-&lt;br /&gt;
 | Minecraft sales by October 2011&lt;br /&gt;
 | $56,780,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|William and Kate's wedding&lt;br /&gt;
 |-&lt;br /&gt;
 | Flowers&lt;br /&gt;
 | $800,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Security&lt;br /&gt;
 | $20,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total cost&lt;br /&gt;
 | $80,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Human Values&lt;br /&gt;
 |-&lt;br /&gt;
 | Amount needed to live comfortably off investments&lt;br /&gt;
 | $4,090,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | EPA value of a human life&lt;br /&gt;
 | $8,120,000&lt;br /&gt;
 | The chart depicts 10 blocks instead of 8.&lt;br /&gt;
 |-&lt;br /&gt;
 | Six Million Dollar Man (2011 dollars)&lt;br /&gt;
 | $29,870,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 50,000 salary for 40 years after 25% taxes&lt;br /&gt;
 | $1,500,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Lifetime cost to avoid changing your oil by abandoning your car and buying a new one whenever you hit 5.000 miles&lt;br /&gt;
 | $3,270,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Corporation Expenses&lt;br /&gt;
 |-&lt;br /&gt;
 | 30-second Super Bowl ad slot&lt;br /&gt;
 | $3,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost to run Wikipedia&lt;br /&gt;
 | $18,500,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Loss in NewsCorp value over hacking scandal&lt;br /&gt;
 | $750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Vehicles&lt;br /&gt;
 |-&lt;br /&gt;
 | Most expensive production car (Bugatti Veyron)&lt;br /&gt;
 | $2,400,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Most expensive car ever sold (1957 Ferrari 250)&lt;br /&gt;
 | $16,390,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Marginal cost to launch one shuttle&lt;br /&gt;
 | $450,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total shuttle program per launch&lt;br /&gt;
 | $1,451,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | One B-2 bomber&lt;br /&gt;
 | $2,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Structures&lt;br /&gt;
 |-&lt;br /&gt;
 | Large city office building&lt;br /&gt;
 | $100,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Dubai Fountain&lt;br /&gt;
 | $224,540,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Burj Khalifa&lt;br /&gt;
 | $1,521,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | New Yankee Stadium&lt;br /&gt;
 | $1,545,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;12&amp;quot;|Rare Items&lt;br /&gt;
 |-&lt;br /&gt;
 | Qianlong Chinese vase sold in 2010&lt;br /&gt;
 | $83,710,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Leonardo’s Codex Leicester (bought by Bill Gates)&lt;br /&gt;
 | $45,930,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Estimated value of first-edition Gutenberg Bible&lt;br /&gt;
 | $34,610,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 1933 Double Eagle coin (All destroyed uncirculated save a few stolen from the US Mint)&lt;br /&gt;
 | $9,330,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Treskilling Yellow postage stamp (At $50 billion/lb possibly the world’s most expensive thing by weight)&lt;br /&gt;
 | $2,780,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 1297 Magna Carta original copy signed by Edward I&lt;br /&gt;
 | $21,890,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Painting from The Card Players series (rumor)&lt;br /&gt;
 | $250,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Willem de Kooning’s “Woman III” (2006 auction bought by David Geffen)&lt;br /&gt;
 | $168,780,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jackson Pollock’s “No. 5, 1948” (2006 auction bought by David Geffen)&lt;br /&gt;
 | $153,440,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Airbus A380&lt;br /&gt;
 | $264,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Mona Lisa assessed value&lt;br /&gt;
 | $730,660,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Bitcoins&lt;br /&gt;
 |-&lt;br /&gt;
 | Market value of all Bitcoins as of 11/2011&lt;br /&gt;
 | $22,819,797&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Market value of all Bitcoins as at July 2011 peak price&lt;br /&gt;
 | $210,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;9&amp;quot;|Millionaires&lt;br /&gt;
 |-&lt;br /&gt;
 | Darrell Issa (R-CA) net worth&lt;br /&gt;
 | $304,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jane Harman (D-CA) net worth&lt;br /&gt;
 | $294,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | John Kerry (D-MA) net worth&lt;br /&gt;
 | $239,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Mitt Romney net worth&lt;br /&gt;
 | $210,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jon Huntsman net worth&lt;br /&gt;
 | $40,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average net worth of US senator&lt;br /&gt;
 | $13,400,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Average net worth of US representative&lt;br /&gt;
 | $4,900,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | A billionaire&lt;br /&gt;
 | $1,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Per US resident&lt;br /&gt;
 |-&lt;br /&gt;
 | $1 per US resident&lt;br /&gt;
 | $312,620,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | $1 per US household&lt;br /&gt;
 | $117,290,000&lt;br /&gt;
 | The chart depicts 138 blocks instead of 117.&lt;br /&gt;
 |-&lt;br /&gt;
 | $10 from every US resident&lt;br /&gt;
 | $3,326,200,000&lt;br /&gt;
 | The chart depicts 3126 blocks instead of 3326.&lt;br /&gt;
 |-&lt;br /&gt;
 | $10 from every US household&lt;br /&gt;
 | $1,179,180,000&lt;br /&gt;
 | The chart depicts 854 blocks instead of 1179.&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Raptors&lt;br /&gt;
 |-&lt;br /&gt;
 | One F-22 raptor&lt;br /&gt;
 | $154,500,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | One velociraptor (25% of Jurassic Park production budget amortized over three velociraptors)&lt;br /&gt;
 | $1,930,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;8&amp;quot;|Professional rapper net worth&lt;br /&gt;
 |-&lt;br /&gt;
 | 50 Cent&lt;br /&gt;
 | $100,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 50 Cent (stage name)&lt;br /&gt;
 | $0.50&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 50 Cent (adjusted for inflation)&lt;br /&gt;
 | $0.70&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Birdman&lt;br /&gt;
 | $100,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Dr Dre&lt;br /&gt;
 | $125,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jay-Z&lt;br /&gt;
 | $450,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Diddy&lt;br /&gt;
 | $475,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|J.K. Rowling&lt;br /&gt;
 |-&lt;br /&gt;
 | J.K. Rowling&lt;br /&gt;
 | $1,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | J.K. Rowling had she become a rapper (Professional assessment by rapper/geek culture expert MC Frontalot)&lt;br /&gt;
 | $82,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Hurricanes&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual hurricane forecast R&amp;amp;D funding&lt;br /&gt;
 | $20,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Hurricane forecast improvement funding since 1989&lt;br /&gt;
 | $440,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Economic savings—during Hurricane Irene alone—due to limiting evacuations made possible by recent forecast advances&lt;br /&gt;
 | $700,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Prizes&lt;br /&gt;
 |-&lt;br /&gt;
 | $64,000 in 1955 when &amp;quot;The $64,000 Question&amp;quot; first aired&lt;br /&gt;
 | $528,310&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | £1,000,000 in 1998 when the UK &amp;quot;Who Wants to Be a Millionaire&amp;quot; aired&lt;br /&gt;
 | $2,270,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | $1,000,000 in 1999 when the US &amp;quot;Who Wants to Be a Millionaire&amp;quot; aired&lt;br /&gt;
 | $1,330,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | $1,000,000 in 1955 when the TV show &amp;quot;The Millionaire&amp;quot; aired&lt;br /&gt;
 | $8,250,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | $1,000,000 in 1931 when the film &amp;quot;The Millionaire&amp;quot; opened&lt;br /&gt;
 | $14,530,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Elections===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Person !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | 2012 presidential fundraising || $188,260,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Herman Cain || $5,380,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Jon Huntsman || $4,510,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Michele Bachmann || $9,870,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Ron Paul || $12,790,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Rick Perry || $17,200,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Mitt Romney || $32,610,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Barack Obama || $88,420,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $17,480,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Person !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | 2008 presidential campaign fundraising ||$1,860,390,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Excluding candidate Lee L. Mercer, Jr of Houston, who claimed, in his combined FEC filings, || $900,005,507 in fundraising and $900,006,431 in campaign spending.&lt;br /&gt;
 |-&lt;br /&gt;
 | Ron Paul || $32,480,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John Edwards || $64,410,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Rudy Giuliani || $66,520,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Mitt Romney || $116,730,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Barack Obama ||$799,670,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John McCain || $394,280,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Hilary Clinton || $259,050,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $127,250,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Person !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | 2004 presidential campaign fundraising || $1,006,810,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Howard Dean || $61,620,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Wesley Clark || $34,620,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John Edwards || $39,310,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John Kerry || $352,090,000&lt;br /&gt;
 |-&lt;br /&gt;
 | George W. Bush || $429,660,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $89,510,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Person !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | 2000 presidential campaign fundraising || $805,120,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Pat Buchanan || $37,440,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John McCain || $75,180,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Bill Bradley || $65,680,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Steve Forbes || $114,400,000 *The Money Chart incorrectly reads $11,440,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Al Gore || $170,520,000&lt;br /&gt;
 |-&lt;br /&gt;
 | George W. Bush || $247,100,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $94,800,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===2010 midterm elections fundraising===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Party !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | Democrats || $815,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Republicans || $587,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===2011-2012 Campaign donations by industry===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Industry !! To Democrats (approx) !! To Republicans (approx) !! To Other (approx) !! Total Funds donated&lt;br /&gt;
 |-&lt;br /&gt;
 | Finance industry || $47,000,000 || $68,000,000 || $7,000,000 || $122,900,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Organized labor || $14,000,000 || $2,000,000 || $2,000,000 || $18,720,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Energy industry || $6,000,000 || $21,000,000 || $0 || $26,680,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Lawyers and general lobbyists || $39,000,000 || $19,000,000 || $0 || $57,590,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Health industry || $19,000,000 || $23,000,000 || $0 || $42,727,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Electronics and communication industry || $21,000,000 || $12,000,000 || $7,000,000 || $32,420,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Inaugurations===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Thing !! Price&lt;br /&gt;
 |-&lt;br /&gt;
 | Barack Obama’s 2009 inauguration || $174,100,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Festivities (private donors) || $46,400,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal + state + local government (mainly security) || $127,700,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Thing !! Price&lt;br /&gt;
 |-&lt;br /&gt;
 | George Bush’s 2005 inauguration || $178,600,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Festivities (private donors) || $47,800,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal + state + local government (mainly security) || $130,800,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Past presidential campaign fundraising===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Campaign Year !! Funds raised&lt;br /&gt;
 |-&lt;br /&gt;
 | 1996 || $559,810,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1992 || $521,480,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 || $606,300,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1984 || $429,860,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 || $434,220,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1976 || $664,160,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Value of a solid gold toilet (626 lbs) by year===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Year !! Value (Approximate)&lt;br /&gt;
 |-&lt;br /&gt;
 | 1967 || $2,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1968 || $2,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1969 || $2,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1970 || $2,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1971 || $2,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1972 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1973 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1974 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1975 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1976 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1977 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1978 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1979 || $9,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 || $15,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1981 || $10,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1982 || $8,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1983 || $9,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1984 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1985 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1986 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1987 || $8,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1989 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1990 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1991 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1992 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1993 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1994 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1995 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1996 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1997 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1998 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1999 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2000 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2002 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2003 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2004 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2006 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2007 || $8,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2008 || $8,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || $10,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2010 || $13,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2011 || $15,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Value of a carry-on suitcase full of $100 bills (30,00 ct, 60lbs)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
! Year !! Value (Approximate)&lt;br /&gt;
 |-&lt;br /&gt;
 | 1967 || $20,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1968 || $19,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1969 || $18,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1970 || $17,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1971 || $16,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1972 || $16,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1973 || $15,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1974 || $13,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1975 || $12,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1976 || $12,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1977 || $11,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1978 || $10,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1979 || $9,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 || $8,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1981 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1982 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1983 || $7,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1984 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1985 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1986 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1987 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 || $6,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1989 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1990 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1991 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1992 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1993 || $5,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1994 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1995 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1996 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1997 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1998 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1999 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2000 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2002 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2003 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2004 || $4,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2006 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2007 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2008 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2010 || $3,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2011 || $3,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Billions==&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Harry Potter movie franchise total revenue===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Harry Potter movie franchise total revenue || $21,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Treasure found in a temple in India in 2011 || $22,000,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Box office revenue===&lt;br /&gt;
&lt;br /&gt;
Adjusted for monetary inflation but not ticket price inflation&lt;br /&gt;
Hilighted [sic]: films that earned more than 2009's ''Avatar''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Year !! Movie !! Revenue !! Highlighted&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || ''Avatar'' || $783,510,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2008 || ''The Dark Knight'' || $547,520,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2003 || ''Shrek 2'' || $516,610,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1999 || ''The Phantom Menace'' || $572,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1997 || ''Titanic'' || $827,260,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1994 || ''The Lion King'' || $625,810,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1993 || ''Jurassic Park'' || $625,810,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1984 || ''Ghostbusters'' || $507,720,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1983 || ''Return of the Jedi'' || $686,710,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1982 || ''E.T.'' || $996,580,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 || ''The Empire Strikes Back'' || $778,530,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1977 || ''Star Wars'' || $1,681,000,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1975 || ''Jaws'' || $1,067,510,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1973 || ''The Exorcist'' || $1,019,000,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1965 || ''The Sound of Music'' || $1,144,920,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1962 || ''101 Dalmatians'' || $1,131,310,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1960 || ''Ben-Hur'' || $561,090,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1957 || ''The Ten Commandments'' || $532,570,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1943 || ''Bambi'' || $1,391,000,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1942 || ''Fantasia'' || $1,146,000,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1940 || ''Gone With the Wind'' || $3,157,000,000 || Yes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1938 || ''Snow White'' || $2,841,700,000 || Yes&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Charity===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Amount given&lt;br /&gt;
 |-&lt;br /&gt;
 | US annual charitable giving || $294,850,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To religious organizations || $102,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To educational organizations || $42,240,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To foundations || $33,450,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To human services || $26,850,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To societal benefit organizations || $24,570,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To health organizations || $23,140,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To international affairs || $15,980,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To arts and culture || $13,460,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | To animals and environment || $6,750,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $6,410,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
====Type of giving:====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Type !! Amount given&lt;br /&gt;
 |-&lt;br /&gt;
 | Individual giving || $214,650,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Foundation grantmaking || $41,560,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Bequests || $23,140,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Corporate giving || $15,500,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Gates Foundation total giving since 1994===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Amount given&lt;br /&gt;
 |-&lt;br /&gt;
 | Gates Foundation total giving since 1994 || $25,360,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Global health || ~$12,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | US || ~$4,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Developments || ~$3,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Grants || ~$1,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Missing || ~$5,000,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Book publishing industry revenue===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Genre !! Revenue&lt;br /&gt;
 |-&lt;br /&gt;
 | Book publishing industry revenue || $28,320,000,000 (Sum of genres is $29.39 billion, 1 block more than depicted)&lt;br /&gt;
 |-&lt;br /&gt;
 | Romance || $1,380,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Trade books || $14,130,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | K-12 || $5,570,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Professional || $3,750,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Higher education || $4,560,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Video game industry revenue===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Revenue&lt;br /&gt;
 |-&lt;br /&gt;
 | Video game industry revenue || $48,900,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | United States || $18,830,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Education===&lt;br /&gt;
 {| class= &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Student loans outstanding || $955,800,000,000 (This appears to be a mistake by [[Randall]] and should read $956,800,000,000)&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal student loans || $792,900,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Defaulted Federal student loans (Private total unknown) || $65,020,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Private student loans || $163,900,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total spending on primary and secondary education in the US || $612,470,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Teacher Salaries || $295,810,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total annual higher education spending in the US || $355,110,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Harvard University revenue===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Revenue&lt;br /&gt;
 |-&lt;br /&gt;
 | Tuition, donations, and fees || $1,425,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Investments || $7,900,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
In other words, if Harvard completely eliminated tuition, it would mean roughly a 15% budget cut.&lt;br /&gt;
&lt;br /&gt;
===Education foundations===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Foundation !! Amount given&lt;br /&gt;
 |-&lt;br /&gt;
 | Gates Foundation || $36,700,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | INGKA Foundation || $36,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Howard Hughes Medical Institute || $14,800,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford Foundation || $13,800,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | John D. and Catherine T. MacArthur Foundation || $6,100,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Endowments of the 63 wealthiest universities===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! University !! Endowments&lt;br /&gt;
 |-&lt;br /&gt;
 | Endowments of the 63 wealthiest universities || $277,570,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Harvard || $32,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Yale || $19,400,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Princeton || $17,010,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | U of Texas || $16,610,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Stanford || $16,500,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | MIT || $9,900,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Columbia || $7,800,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | U of Michigan || $7,800,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Texas A&amp;amp;M || $7,030,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Northwestern || $7,030,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | The other 53 || $136,490,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Corporate revenue===&lt;br /&gt;
 {| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Corporation !! Revenue !! Profit !! Loss&lt;br /&gt;
 |-&lt;br /&gt;
 | Walmart || $421,800,000,000 || $16,390,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | ExxonMobil || $354,700,000,000 || $30,460,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Chevron || $196,300,000,000 || $19,020,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Fannie Mae || $153,800,000,000 (the chart depicts 156 blocks instead of 154) || || $14,010,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | GE || $151,600,000,000 (the chart depicts 151 blocks instead of 152) || $11,640,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Berkshire Hathaway || $136,100,000,000 ([[Randall]] rounded down from 136.185 billion) || $12,970,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | PepsiCo || $57,840,000,000 || $6,320,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Coca-Cola || $35,840,000,000 (this appears to be a mistake by [[Randall]] and should read $35,120,000,000) || $11,800,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | VISA || $8,100,000,000 || $2,700,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | MasterCard || $5,500,000,000 (the chart depicts 5 blocks instead of 6) || $1,850,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | General Motors || $135,600,000,000 (the chart depicts 135 blocks instead of 136) || $6,170,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Ford || $129,000,000,000 || $6,560,000,000 (the chart depicts 6 blocks instead of 7) ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Chrysler || $44,950,000,000 (this appears to be a mistake by [[Randall]] and should read $41,950,000,000) || || $653,000,000 (this appears to be a mistake by [[Randall]] and should read $652,000,000)&lt;br /&gt;
 |-&lt;br /&gt;
 | AT&amp;amp;T || $124,600,000,000 (the chart depicts 126 blocks instead of 125) || $19,860,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Verizon || $106,560,000,000 (the chart depicts 106 blocks instead of 107) || $2,550,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Bank of America || $134,200,000,000 (the chart depicts 135 blocks instead of 134) || || $2,240,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | JP Morgan Chase || $115,480,000,000 || $17,370,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Citigroup || $111,060,000,000 || $10,600,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | AIG || $104,420,000,000 || $7,790,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | HP || $126,000,000,000 || $8,780,000,000 (this appears to be a mistake by [[Randall]] and should read $8,760,000,000) ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Apple || $65,230,000,000 || $14,010,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Microsoft || $62,480,000,000 || $18,760,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Google || $29,320,000,000 || $8,510,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Combined annual profit of the Fortune 500 companies || || $708,600,000,000 ||&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US health care spending===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|US cancer spending&lt;br /&gt;
 |-&lt;br /&gt;
 | US spending on lung cancer treatment&lt;br /&gt;
 | $11,310,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | US spending on tobacco marketing&lt;br /&gt;
 | $13,600,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | US spending on all cancer treatment&lt;br /&gt;
 | $106,870,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | US spending on cigarettes&lt;br /&gt;
 | $91,660,000,000&lt;br /&gt;
 | The chart depicts 93 blocks instead of 92.&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;10&amp;quot;|US health care spending (2005 data)&lt;br /&gt;
 |-&lt;br /&gt;
 | Private insurance&lt;br /&gt;
 | $785,900,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Out-of-pocket&lt;br /&gt;
 | $282,260,000,000&lt;br /&gt;
 | The chart depicts 250 blocks instead of 282.&lt;br /&gt;
 |-&lt;br /&gt;
 | Other private spending&lt;br /&gt;
 | $79,000,000,000&lt;br /&gt;
 | The chart depicts 111 blocks instead of 79.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total private spending&lt;br /&gt;
 | $1,147,050,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Medicare&lt;br /&gt;
 | $387,070,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Medicaid&lt;br /&gt;
 | $351,980,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other government spending&lt;br /&gt;
 | $219,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total Government spending&lt;br /&gt;
 | $958,950,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $2,106,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===NCAA budget===&lt;br /&gt;
$5,640,000,000&lt;br /&gt;
&lt;br /&gt;
===Total annual tax breaks to the five largest oil companies===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Combined pay at Wall St. banks and securities firms || $135,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Mobile computing annual sales || $220,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Online spending in 2009 || $251,070,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Total annual tax breaks to the five largest oil companies || $2,100,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | US annual oil and gas subsidies || $41,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Ethanol subsidies || $5,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Combined annual profits of the five largest oil companies || $36,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Combined annual profits of the ten largest health insurance companies || $12,870,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2010 lobbying || $3,560,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 lobbying || $2,750,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2000 lobbying || $2,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | One B-2 bomber || $2,500,000,000 || The chart depicts 2 blocks instead of 3.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US R&amp;amp;D===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | US annual corporate R&amp;amp;D || $334,490,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Information technology || $46,560,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Scientific technical, or professional services || $31,060,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Manufacturing industries (Unlabelled on the money chart) || $236,151,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $20,710,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US GDP===&lt;br /&gt;
&lt;br /&gt;
Combined economic value of all goods and services produced in a year&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Value&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|US GDP&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $14,545,950,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Government&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $1,980,640,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Real estate&lt;br /&gt;
 |-&lt;br /&gt;
 | Non-rental real estate&lt;br /&gt;
 | $1,737,500,000,000&lt;br /&gt;
 | The chart depicts 1736 blocks instead of 1738.&lt;br /&gt;
 |-&lt;br /&gt;
 | Rental and leasing&lt;br /&gt;
 | $187,610,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $1,925,210,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;10&amp;quot;|Nondurable Goods&lt;br /&gt;
 |-&lt;br /&gt;
 | Food, beverage, and tobacco&lt;br /&gt;
 | $212,330,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Chemicals&lt;br /&gt;
 | $223,050,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Petroleum and coal&lt;br /&gt;
 | $123,630,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Apparel&lt;br /&gt;
 | $12,050,000,000&lt;br /&gt;
 | The chart depicts 14 blocks instead of 12.&lt;br /&gt;
 |-&lt;br /&gt;
 | Paper products&lt;br /&gt;
 | $57,800,000,000&lt;br /&gt;
 | The chart depicts 62 blocks instead of 58.&lt;br /&gt;
 |-&lt;br /&gt;
 | Plastics and rubber products&lt;br /&gt;
 | $58,410,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Textile mills&lt;br /&gt;
 | $18,130,000,000&lt;br /&gt;
 | The chart depicts 12 blocks instead of 18.&lt;br /&gt;
 |-&lt;br /&gt;
 | Printing and related supports&lt;br /&gt;
 | $33,790,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $739,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;13&amp;quot;|Durable Goods&lt;br /&gt;
 |-&lt;br /&gt;
 | Computers and electronics&lt;br /&gt;
 | $212,640,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Metal products&lt;br /&gt;
 | $125,590,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Machinery&lt;br /&gt;
 | $116,110,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Wood products&lt;br /&gt;
 | $21,530,000,000&lt;br /&gt;
 | Rounded down to 21 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Furniture&lt;br /&gt;
 | $24,930,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other transportation equipment&lt;br /&gt;
 | $93,440,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Motor vehicles, trailers, and parts&lt;br /&gt;
 | $80,560,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Mineral products&lt;br /&gt;
 | $39,360,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Metals&lt;br /&gt;
 | $44,710,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Miscellaneous&lt;br /&gt;
 | $81,390,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Electrical equipment and components&lt;br /&gt;
 | $53,260,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $898,420,000,000&lt;br /&gt;
 | This appears to be a mistake by [[Randall]] and should read $893,420,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Finance and insurance&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal Reserve banks and credit intermediaries&lt;br /&gt;
 | $529,540,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Insurance&lt;br /&gt;
 | $437,340,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Investments&lt;br /&gt;
 | $180,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Funds and trusts&lt;br /&gt;
 | $59,550,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $1,207,030,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;8&amp;quot;|Professional and business services&lt;br /&gt;
 |-&lt;br /&gt;
 | Waste management&lt;br /&gt;
 | $39,870,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Administrative and support services&lt;br /&gt;
 | $358,110,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Legal services&lt;br /&gt;
 | $225,830,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Computer systems design and service&lt;br /&gt;
 | $174,730,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Corporate management&lt;br /&gt;
 | $253,950,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other professional or technical services&lt;br /&gt;
 | $700,250,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $1,752,750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Health and education&lt;br /&gt;
 |-&lt;br /&gt;
 | Social assistance&lt;br /&gt;
 | $93,750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ambulatory health care services&lt;br /&gt;
 | $529,750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Hospitals&lt;br /&gt;
 | $466,390,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Educational services&lt;br /&gt;
 | $159,580,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $1,294,580,000,000 (This appears to be a mistake by [[Randall]] and should read $1,249,580,000,000)&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Utilities&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $276,210,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Other services&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $345,540,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Construction&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $553,750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Mining&lt;br /&gt;
 |-&lt;br /&gt;
 | Mining (other than oil and gas)&lt;br /&gt;
 | $50,380,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Mining support&lt;br /&gt;
 | $51,270,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Oil and gas&lt;br /&gt;
 | $145,990,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $248,080,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Agriculture&lt;br /&gt;
 |-&lt;br /&gt;
 | Farms&lt;br /&gt;
 | $107,140,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Forestry, fishing, and related&lt;br /&gt;
 | $30,080,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $137,120,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Arts and entertainment&lt;br /&gt;
 |-&lt;br /&gt;
 | Food service&lt;br /&gt;
 | $285,480,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Performing arts, sports, and museums&lt;br /&gt;
 | $73,040,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Amusements, gambling, and general recreation&lt;br /&gt;
 | $73,040,000,000&lt;br /&gt;
 | This appears to be a mistake by [[Randall]] and should read $58,110,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Accomodation [sic]&lt;br /&gt;
 | $111,990,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $528,620,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Information&lt;br /&gt;
 |-&lt;br /&gt;
 | Information and data processing&lt;br /&gt;
 | $78,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Publishing (including software)&lt;br /&gt;
 | $152,170,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Film, video, and sound recording&lt;br /&gt;
 | $61,610,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Broadcasting and telecommunications&lt;br /&gt;
 | $366,560,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $658,630,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;10&amp;quot;|Transportation and storage&lt;br /&gt;
 |-&lt;br /&gt;
 | Warehousing and storage&lt;br /&gt;
 | $40,590,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Water&lt;br /&gt;
 | $14,730,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Air&lt;br /&gt;
 | $36,770,000,000&lt;br /&gt;
 | This appears to be a mistake by [[Randall]] and should read $63,770,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Rail&lt;br /&gt;
 | $31,730,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Truck&lt;br /&gt;
 | $116,520,000,000&lt;br /&gt;
 | Rounded down to 116 blocks&lt;br /&gt;
 |-&lt;br /&gt;
 | Transit and land passenger&lt;br /&gt;
 | $24,110,000,000&lt;br /&gt;
 | The chart depicts 22 blocks instead of 24&lt;br /&gt;
 |-&lt;br /&gt;
 | Pipeline&lt;br /&gt;
 | $12,360,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other transport&lt;br /&gt;
 | $97,560,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $401,280,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Billionaires===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Person&lt;br /&gt;
 ! Networth&lt;br /&gt;
 ! Ten Richest Ranking&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;14&amp;quot;|Technology&lt;br /&gt;
 |-&lt;br /&gt;
 | Carlos Slim Helú and family&lt;br /&gt;
 | $74,000,000,000&lt;br /&gt;
 | First&lt;br /&gt;
 |-&lt;br /&gt;
 | Bill Gates&lt;br /&gt;
 | $56,000,000,000&lt;br /&gt;
 | Second&lt;br /&gt;
 |-&lt;br /&gt;
 | Larry Ellison&lt;br /&gt;
 | $39,500,000,000&lt;br /&gt;
 | Fifth&lt;br /&gt;
 |-&lt;br /&gt;
 | Larry Page&lt;br /&gt;
 | $19,800,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Sergey Brin&lt;br /&gt;
 | $19,800,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Jeff Bezos&lt;br /&gt;
 | $18,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Steve Ballmer&lt;br /&gt;
 | $14,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Mark Zuckerberg&lt;br /&gt;
 | $13,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Paul Allen&lt;br /&gt;
 | $13,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Steve Jobs (D)&lt;br /&gt;
 | $8,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Eric Schmidt&lt;br /&gt;
 | $7,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Sean Parker&lt;br /&gt;
 | $1,600,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Steve Case&lt;br /&gt;
 | $1,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;9&amp;quot;|Politicians and alleged evil plutocratic puppet masters&lt;br /&gt;
 |-&lt;br /&gt;
 | Warren Buffett&lt;br /&gt;
 | $50,000,000,000&lt;br /&gt;
 | Third&lt;br /&gt;
 |-&lt;br /&gt;
 | Charles Koch&lt;br /&gt;
 | $22,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | David Koch&lt;br /&gt;
 | $22,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Michael Bloomberg&lt;br /&gt;
 | $18,100,000,000&lt;br /&gt;
 | The chart depicts 19 blocks instead of 18.&lt;br /&gt;
 |-&lt;br /&gt;
 | George Soros&lt;br /&gt;
 | $14,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Silvio Berlusconi and family&lt;br /&gt;
 | $7,800,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Rupert Murdoch&lt;br /&gt;
 | $7,600,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | David Geffen&lt;br /&gt;
 | $6,000,000,000&lt;br /&gt;
 | The chart depicts 4 blocks instead of 6.&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Uncategorized&lt;br /&gt;
 |-&lt;br /&gt;
 | Bernard Arnault&lt;br /&gt;
 | $41,000,000,000&lt;br /&gt;
 | Fourth&lt;br /&gt;
 |-&lt;br /&gt;
 | Lakshmi Mittal&lt;br /&gt;
 | $31,100,000,000&lt;br /&gt;
 | Sixth&lt;br /&gt;
 |-&lt;br /&gt;
 | Amancio Ortega&lt;br /&gt;
 | $31,000,000,000&lt;br /&gt;
 | Seventh&lt;br /&gt;
 |-&lt;br /&gt;
 | Eike Batista&lt;br /&gt;
 | $30,000,000,000&lt;br /&gt;
 | Eighth&lt;br /&gt;
 |-&lt;br /&gt;
 | Mukesh Ambani&lt;br /&gt;
 | $27,000,000,000&lt;br /&gt;
 | Ninth&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Walmart&lt;br /&gt;
 |-&lt;br /&gt;
 | Christy Walton and family&lt;br /&gt;
 | $26,500,000,000&lt;br /&gt;
 | Tenth&lt;br /&gt;
 |-&lt;br /&gt;
 | Jim Walton&lt;br /&gt;
 | $21,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Alice Walton&lt;br /&gt;
 | $21,200,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | S. Robson Walton&lt;br /&gt;
 | $21,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Fictional (source: ''Forbes'')&lt;br /&gt;
 |-&lt;br /&gt;
 | Carlisle Cullen&lt;br /&gt;
 | $34,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Scrooge McDuck&lt;br /&gt;
 | $33,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Bruce Wayne&lt;br /&gt;
 | $6,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Artemis Fowl&lt;br /&gt;
 | $1,900,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Fashion&lt;br /&gt;
 |-&lt;br /&gt;
 | Lilianne Bettencourt&lt;br /&gt;
 | $23,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ralph Lauren&lt;br /&gt;
 | $5,800,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Ronald Lauder&lt;br /&gt;
 | $3,100,000,000&lt;br /&gt;
 | The chart depicts 2 blocks instead of 3.&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Art and media&lt;br /&gt;
 |-&lt;br /&gt;
 | George Lucas&lt;br /&gt;
 | $3,200,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Oprah Winfrey&lt;br /&gt;
 | $3,200,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Five wealthiest rappers combined&lt;br /&gt;
 | $1,250,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | J. K. Rowling&lt;br /&gt;
 | $1,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Donald Trump&lt;br /&gt;
 |-&lt;br /&gt;
 | Donald Trump&lt;br /&gt;
 | $2,700,000,000&lt;br /&gt;
 | The chart depicts 2 blocks instead of 3.&lt;br /&gt;
 |-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Combined net worth of the world's 1,210 billionaires $4,500,000,000,000&lt;br /&gt;
&lt;br /&gt;
===Corporations===&lt;br /&gt;
&lt;br /&gt;
by market capitalization (combined value of all stock)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Company !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Saudi Aramco (State-owned company—estimated market value) || $2,940,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Apple || $358,310,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | ExxonMobil || $357,910,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | PetroChina || $280,160,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | IBM || $211,640,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Microsoft || $211,340,000,000 (the chart depicts 212 blocks instead of 211)&lt;br /&gt;
 |-&lt;br /&gt;
 | Bank of China || $208,810,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | China Mobile || $201,510,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Royal Dutch Shell || $199,780,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Nestle || $193,700,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Chevron || $188,030,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Facebook 2011 valuation || $70,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | AT&amp;amp;T attempted T-Mobile purchase || $39,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Facebook 2010 valuation || $33,450,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Zynga 2011 valuation || $14,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | LivingSocial 2011 valuation || $2,980,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Cost to buy the world a coke===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Cost&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to buy the world a coke (2011 wholesale prices) || $2,240,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Coca-Cola's annual marketing budget || $2,980,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to teach the world to sing (four half-hour lessons at $30 each) || $840,000,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US household income===&lt;br /&gt;
&lt;br /&gt;
This section shows the money made every year in the US, broken into five pools of about $2 trillion each. The pools are sorted by income level—the top $2 trillion is made by a small number of wealthy households (the &amp;quot;one percent&amp;quot;), while the bottom $2 trillion represents the combined annual income of the poorer half of the country.&lt;br /&gt;
&lt;br /&gt;
Note: Figures are only estimates—these statistics were computed using data from the Congressional Budget Office analysis of 2007 incomes, and have been subject to the normalizations detailed below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Who !! # Households !! % Households !! Typical income/year !! Income&lt;br /&gt;
 |-&lt;br /&gt;
 | The 1% || 1.6 million || 1.3 || &amp;gt;$400,000 || $1,397,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | High incomes || 9 million || 8 || $150,000 - $400,000 || $1,411,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Upper incomes || 18 million || 16 || $90,000 - $150,000 || $1,553,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Upper middle incomes || 27 million || 23 || $55,000 - $90,000 || $1,610,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | The bottom 50% || 63 million || ~50 || &amp;lt;$55,000 || $1,711,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total || 118.6 million || 98.3 || || $7,682,910,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Amount needed===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Type !! Amount !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Required for poverty-line income || $2,602,000,000,000 || This is the amount which must be set aside from each pool in order to leave $22,350—roughly a poverty-line income—for each family in that pool. If taxes cut into this region, then it forces the average after-tax income for the pool below the $22,350. (Of course, many families in this group make less than that already.)&lt;br /&gt;
 |-&lt;br /&gt;
 | Required for a middle-class income || $4,874,000,000,000 || This is the amount which must be set aside from each pool in order to leave $44,700—roughly double the poverty-line income—for each family in that pool.&lt;br /&gt;
 |-&lt;br /&gt;
 | Amount needed to give everyone an income over $100,000 || $7,070,000,000,000 || Amount which must be left in the pool to keep the average income above $100,000 (See descriptions below for details)&lt;br /&gt;
 |-&lt;br /&gt;
 | Amount needed to give everyone an income over $250,000 || $8,836,000,000,000 || Amount which must be left in the pool to keep the average income above $250,000 (See descriptions below for details)&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Taxes===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Type !! Amount !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | State taxes || $642,030,000,000 || Unlike federal taxes, state taxes are regressive—the poor pay a higher percentage of their income than the rich. This is because sales taxes, a large component of state revenues, fall disproportionately on the poor.&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal taxes || $2,192,180,000,000 || effective total federal taxes paid, after deductions and tax credits&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
Note on methodology: these totals were calculated from an analysis of the 2007 CBO report on effective federal tax rates by income. There were some mismatches between figures on total income from various sources, and between CBO tax rates and federal revenue. The income totals here were adjusted for inflation and then scaled slightly to match federal tax revenue. This should only affect the total reported income, and not the distribution of the tax burden or the rough makeup of the quintiles.&lt;br /&gt;
&lt;br /&gt;
===State government spending===&lt;br /&gt;
&lt;br /&gt;
[map without amounts]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | Total US states' debt || $46,000,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
====US foreign military aid====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Amount !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Total || $11,010,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Afghanistan || $5,800,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Israel || $2,410,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Egypt || $1,320,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $5,800,000,000 || This appears to be a mistake by [[Randall]] and should read $1,480,000,000.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
====US foreign humanitarian and economic aid====&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Amount&lt;br /&gt;
 |-&lt;br /&gt;
 | Total || $34,410,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Iraq and Afghanistan || $5,370,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | West Bank and Ghana || $1,050,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Africa (total) || $8,850,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $19,130,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Ft. Knox gold reserves===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Ft. Knox gold reserves (November 2011 prices) || $245,900,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Unclaimed US treasury bonds || $16,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | All the tea in China || $4,210,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Corporate tax deduction===&lt;br /&gt;
&lt;br /&gt;
(Note: some of the corporate deductions are very technical, and even with the help of a technical accountant, I had trouble making sense of them. The text below is my best attempt at an English interpretation of the legalese.)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Deductions !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Corporate tax deduction || $125,180,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Reduced tax on first $10 million of corporate income || $3,240,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Delay of taxes on 'income' made from defaulting on a debt (Temporary stimulus measure) || $21,390,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Temporary change to equipment depreciation rules allowing more (and sooner) deductions on the purchase of new equipment || $24,390,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Clean energy, space, science, and tech R&amp;amp;D || $13,900,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Miscellaneous rules for international corporate finance || $6,800,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Foreign corporation income financing rules || $13,680,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $41,740,000,000 || Rounded down to 41 blocks&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Individual tax deductions===&lt;br /&gt;
&lt;br /&gt;
These are types of income, or uses of income, which the government has partly or fully exempt from tax, often to encourage some activity. This can be thought of as 'spent' tax revenue, although it's not quite that simple; there's no guarantee [that] removing the deduction would add that amount to revenue, because the presence of the deduction may be affecting taxpayers' spending habits.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Deductions !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Small business health insurance|| $1,620,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal employee expenses abroad || $7,910,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | EITC (anti-poverty low-income tax credit) || $78,760,000,000 || This appears to be a mistake by [[Randall]] and should read $56,460,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 | Donations to charity || $39,130,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Capital gains (investment income) || $78,760,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Pension contributions || $84,940,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Other || $64,970,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Employee fringe benefits || $6,690,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Scholarships || $2,130,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Property taxes || $15,710,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Employer-provided transportation || $3,850,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Retirement accounts || $24,630,000,000 || Rounded down to 24 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Cafeteria plans || $26,760,000,000 || Rounded down to 26 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | State and local bonds || $19,560,000,000 || Rounded down to 19 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Company daycare || $3,140,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | College and university tax credits || $12,060,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Mortgage interest || $92,040,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Medicare Benefits || $55,850,000,000 || Rounded down to 55 blocks&lt;br /&gt;
 |-&lt;br /&gt;
 | Child care || $55,850,000,000 || The chart depicts 104 blocks instead of 107.&lt;br /&gt;
 |-&lt;br /&gt;
 | Employer health plans || $107,140,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Making Work Pay (ending) || $60,510,000,000 || The chart depicts 64 blocks instead of 61.&lt;br /&gt;
 |-&lt;br /&gt;
 | First-time homebuyer credit || $8,820,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Veterans' benefits || $5,570,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Life insurance benefits || $25,750,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Capital gains death exclusion || $25,750,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Social security and railroad retirement || $27,170,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Home sale capital gains || $15,200,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Total || $964,970,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Federal spending===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual deficit || $1,394,530,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Additional receipts || $83,230,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Taxes raised || $2,192,180,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Disasters===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Disaster !! Estimated Total Damage !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Japan 2011 Earthquake || $235,000,000,000 || reconstruction and recovery cost, World Bank estimate&lt;br /&gt;
 |-&lt;br /&gt;
 | Hurricane Katrina || $107,440,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 US Drought || $78,060,000,000 || The chart depicts 83 blocks instead of 78&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 US Drought || $60,740,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Hurricane Andrew || $46,180,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 9/11 insured losses || $40,000,000,000 || For hurricanes, the rule of thumb is that total losses are roughly double insured losses. It is unclear if a similar rule exist for terrorism.&lt;br /&gt;
 |-&lt;br /&gt;
 | Hurricane Ike || $28,170,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Hurricane Irene || $8,000,000,000 || (estimated) (the chart depicts 10 blocks instead of 8)&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Hypothetical disasters===&lt;br /&gt;
&lt;br /&gt;
Estimated total losses if the disaster happened today&lt;br /&gt;
(based on insurance industry modeling)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Disaster !! Estimated Total Losses !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1938 Long Island Express || $236,960,000,000 || if it had curved left and made landfall in New Jersey instead of Long Island (rounded down to 236 blocks)&lt;br /&gt;
 |-&lt;br /&gt;
 | 1812 New Madrid, Missouri earthquake || $206,050,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1926 Miami hurricane || $202,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1906 San Francisco earthquake || $197,810,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1900 Galveston hurricane || $82,420,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Long Island Express || $78,060,000,000 || (1938 New England Hurricane)&lt;br /&gt;
 |-&lt;br /&gt;
 | Charleston SC, quake of 1886 || $76,240,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1989 Loma Prieta earthquake || $12,360,000,000 ||&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Cost of electricity===&lt;br /&gt;
&lt;br /&gt;
(Price of electricity to power all US homes for a year, by plant type)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Plant Type !! Cost !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Advance combined cycle natural gas || 78,100,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Conventional Coal (without societal costs) || 117,340,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | External societal costs from use of that amount of coal power || $226,690,000,000 || Harvard Medical School analysis. Range of possible values was $119b to $342b. Most of the uncertainty was due to potentially lower costs from air pollution or higher ones from climate change.&lt;br /&gt;
 |-&lt;br /&gt;
 | Public Health Burden in Appalacia [sic] || $55,400,000,000 || This appears to be a mistake by [[Randall]] and should read $60,400,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 | Air pollution from power plants || $118,300,000,000 || This appears to be a mistake by [[Randall]] and should read $123,300,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 | Climate Impact || $40,030,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Advanced coal with carbon capture || $168,590,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Biomass || $139,250,000,000 || Estimates of climate impact vary wildly Consensus seems to be more than nothing but less than coal.&lt;br /&gt;
 |-&lt;br /&gt;
 | Geothermal || $125,880,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Advanced nuclear || $140,980,000,000 || Little impact on climate/air, but hard to find assessments of meltdown and fuel storage costs/risks. Some past costs shown for perspective.&lt;br /&gt;
 |-&lt;br /&gt;
 | Hydroelectric || $106,940,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Wind || $120,070,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Offshore wind || $301,030,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Solar (photovoltaic) || $260,800,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Solar (thermal) || $385,940,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Nuclear accidents===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 !Accident !! Cost !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Fukushima meltdown estimated total cost to Japan || $131,100,000,000 || Compare to $128,590,000,000 for deaths from quake/tsunami&lt;br /&gt;
 |-&lt;br /&gt;
 | Fukushima cost from 300 extra cancer deaths (EPA conversion) || $2,570,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Belarus estimated 30-year costs from Chernobyl || $282,350,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost of estimated 42,457 Chernobyl deaths (EPA method) || $344,750,000,000 ||&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===BP oil spill claims fund===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | BP oil spill claims fund || $20,270,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total 2004 Indian Ocean tsunami aid from all countries || $15,840,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Worldwide aid to Somalia since 1991 || $55,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | G8/IMF loan pledge to Arab Spring || $73,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Japan's contribution to TEPCO victim fund || $62,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to fund Wikipedia at current levels for 100 years || $1,850,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to provide free yearly tax prep to every US household || $8,450,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to give every US 18 year-old a free degree at a community college || $46,340,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Additional cost to fund all US schools at magnet school levels || $46,340,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual cost to send every US child to a university for free || $127,610,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to buy the Amazon rainforest || $130,000,000,000 || $100/acre going rate for poor-access land&lt;br /&gt;
 |-&lt;br /&gt;
 | UBS loss from one rogue trader || $2,300,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | DoE loan to CA Valley Solar Ranch Project || $1,200,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Apple's cash on hand || $76,200,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===New York CIty===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Area !! Combined Property Value !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | New York City || $806,490,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Manhattan || $281,040,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Queens || $208,180,000,000 || rounded up to 209 blocks&lt;br /&gt;
 |-&lt;br /&gt;
 | Brooklyn || $201,230,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Staten Island || $61,380,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Bronx || $54,660,000,000 || rounded down to 54 blocks&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Megaprojects===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Project !! Cost !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | National missile defense shield cost through 2013 || $107,690,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | F-22 Raptor program (halted) || $67,610,000,000 || The chart depicts 61 blocks instead of 68.&lt;br /&gt;
 |-&lt;br /&gt;
 | Planned Russian Bering Strait tunnel || $66,000,000,000 || The chart depicts 56 blocks instead of 66.&lt;br /&gt;
 |-&lt;br /&gt;
 | Obama's 2011 high-speed rail proposal || $53,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to build SF-to-LA high-speed rail || $45,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | UK Crossrail || $26,490,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | King Abdullah Economic City || $50,020,000,000 || High-speed rail $9,120,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Hong Kong International airport || $27,120,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Manhattan Project || $24,400,000,000 || Rounded up to 25 blocks&lt;br /&gt;
 |-&lt;br /&gt;
 | 2nd Avenue NYC subway line || $17,960,000,000 || Rounded down to 17 blocks&lt;br /&gt;
 |-&lt;br /&gt;
 | Big Dig cost || $18,510,000,000 || as of 2008 (rounded down to 18 blocks)&lt;br /&gt;
 |-&lt;br /&gt;
 | Failed Army intelligence-sharing computer system || $2,700,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Bay Bridge span replacement || $6,300,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Downtown Dubai project || $20,270,000,000 || Burj Khalifa $1,520,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Channel Tunnel || $22,960,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | ''Nimitz''-class carrier || $4,930,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | ''Gerald R. Ford''-class carrier || $9,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Amtrak 30-year plan for northeast corridor || $192,000,000,000 || This appears to be a mistake by [[Randall]] and should read $117,000,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 | City Qatar is building to host the 2022 World Cup || $207,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Apollo moon landing project || $192,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | International Space Station || $138,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Space Shuttle program || $194,620,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | US interstate highway system || $465,970,000,000 || The largest single public-works project in the history of mankind&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Federal budget===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;8&amp;quot;|General/Legislative&lt;br /&gt;
 |-&lt;br /&gt;
 | Policy and regulation&lt;br /&gt;
 | $629,460,000&lt;br /&gt;
 | Merged into one block with Management.&lt;br /&gt;
 |-&lt;br /&gt;
 | Fiscal assistance&lt;br /&gt;
 | $5,150,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Property and records&lt;br /&gt;
 | $1,550,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Legislative&lt;br /&gt;
 | $4,140,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Fiscal operations&lt;br /&gt;
 | $12,070,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Management&lt;br /&gt;
 | $535,000,000&lt;br /&gt;
 | Merged into one block with Policy and regulation.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $24,074,460,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Energy&lt;br /&gt;
 |-&lt;br /&gt;
 | Conservation&lt;br /&gt;
 | $5,070,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Supply&lt;br /&gt;
 | $5,870,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Policy and regulation&lt;br /&gt;
 | $629,460,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Preparedness&lt;br /&gt;
 | $201,710,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $11,771,170,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Science/Tech&lt;br /&gt;
 |-&lt;br /&gt;
 | General R&amp;amp;D&lt;br /&gt;
 | $12,850,000,000&lt;br /&gt;
 | Rounded down to 12 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Space&lt;br /&gt;
 | $18,620,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $31,470,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Agriculture&lt;br /&gt;
 |-&lt;br /&gt;
 | Farm income&lt;br /&gt;
 | $16,830,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | R&amp;amp;D and services&lt;br /&gt;
 | $4,820,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $21,650,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;6&amp;quot;|Justice&lt;br /&gt;
 |-&lt;br /&gt;
 | Law Enforcement&lt;br /&gt;
 | $28,140,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Criminal justice assistance&lt;br /&gt;
 | $4,920,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Legal&lt;br /&gt;
 | $13,250,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Corrections&lt;br /&gt;
 | $7,850,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $54,160,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Community and regional development&lt;br /&gt;
 |-&lt;br /&gt;
 | Community&lt;br /&gt;
 | $10,040,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Regional&lt;br /&gt;
 | $3,290,000,000&lt;br /&gt;
 | Label swapped with Disaster relief.&lt;br /&gt;
 |-&lt;br /&gt;
 | Disaster relief&lt;br /&gt;
 | $10,800,000,000&lt;br /&gt;
 | Label swapped with Regional.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $24,130,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Transportation&lt;br /&gt;
 |-&lt;br /&gt;
 | Air&lt;br /&gt;
 | $21,720,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Water&lt;br /&gt;
 | $9,480,000,000&lt;br /&gt;
 | Rounded up to 10 bocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Ground&lt;br /&gt;
 | $61,610,000,000&lt;br /&gt;
 | Rounded down to 61 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $92,810,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Education and job training&lt;br /&gt;
 |-&lt;br /&gt;
 | Social services&lt;br /&gt;
 | $19,440,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Research and other labor&lt;br /&gt;
 | $5,470,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Training/employment&lt;br /&gt;
 | $9,990,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Higher education&lt;br /&gt;
 | $20,300,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | K-12 and vocational education&lt;br /&gt;
 | $74,260,000,000&lt;br /&gt;
 | The chart depicts 73 blocks instead of 74.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $129,460,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Natural resources&lt;br /&gt;
 |-&lt;br /&gt;
 | Pollution control&lt;br /&gt;
 | $10,990,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Conservation&lt;br /&gt;
 | $10,930,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Recreation&lt;br /&gt;
 | $3,960,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other resources&lt;br /&gt;
 | $6,560,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Water&lt;br /&gt;
 | $11,810,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $44,250,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;5&amp;quot;|Health/Medicaid&lt;br /&gt;
 |-&lt;br /&gt;
 | Health care&lt;br /&gt;
 | $335,320,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Safety&lt;br /&gt;
 | $4,200,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Research&lt;br /&gt;
 | $34,670,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $374,080,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;2&amp;quot;|Interest on debt&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $198,870,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;3&amp;quot;|Social Security&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 | $716,360,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal payments to dead retirees&lt;br /&gt;
 | $120,200,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;8&amp;quot;|Income security&lt;br /&gt;
 |-&lt;br /&gt;
 | Other income aid&lt;br /&gt;
 | $184,350,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Food aid&lt;br /&gt;
 | $96,410,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Retirement and disability (non-SS)&lt;br /&gt;
 | $6,650,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Housing&lt;br /&gt;
 | $59,450,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Government retirement and disability&lt;br /&gt;
 | $121,500,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Unemployment&lt;br /&gt;
 | $162,330,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $630,680,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;7&amp;quot;|Veterans&lt;br /&gt;
 |-&lt;br /&gt;
 | Other&lt;br /&gt;
 | $4,940,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Training and rehab&lt;br /&gt;
 | $8,200,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Housing&lt;br /&gt;
 | $547,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Medical care&lt;br /&gt;
 | $46,340,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Unemployment&lt;br /&gt;
 | $49,830,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $109,860,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;10&amp;quot;|Military&lt;br /&gt;
 |-&lt;br /&gt;
 | R&amp;amp;D&lt;br /&gt;
 | $78,040,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Housing&lt;br /&gt;
 | $3,220,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Nuclear security&lt;br /&gt;
 | $19,580,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;quot;Defense-related&amp;quot;&lt;br /&gt;
 | $7,670,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Construction&lt;br /&gt;
 | $21,460,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Personnel&lt;br /&gt;
 | $157,810,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Operations&lt;br /&gt;
 | $279,750,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Equipment&lt;br /&gt;
 | $135,420,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $703,030,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Budget options===&lt;br /&gt;
&lt;br /&gt;
Estimates by the Congressional Budget Office of the effect of various hypothetical policy decisions on annual tax revenue, averaged over the next ten years.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! Category&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Price&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Cost of existing tax cuts (Loss in annual revenue if tax cuts are made permanent)&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 (Bush) tax cuts&lt;br /&gt;
 | $158,240,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2003 (Bush) capital gains tax cuts&lt;br /&gt;
 | $27,190,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2010 (Obama) payroll tax cut&lt;br /&gt;
 | $111,700,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 ! rowspan=&amp;quot;4&amp;quot;|Potential new taxes (Increase in annual tax revenue if implimented)&lt;br /&gt;
 |-&lt;br /&gt;
 | Raise corporate taxes by one percentage point&lt;br /&gt;
 | $10,060,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Legalize marijuana (and tax it at levels similar to tobacco)&lt;br /&gt;
 | $7,020,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Institute tax on CO2 emissions&lt;br /&gt;
 | $10,060,000,000 (This appears to be a mistake by [[Randall]] and should read $118,000,000,000)&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Stimulus spending===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Year&lt;br /&gt;
 ! Item&lt;br /&gt;
 ! Value&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | rowspan=&amp;quot;5&amp;quot;|2008&lt;br /&gt;
 |-&lt;br /&gt;
 | Individual tax breaks &lt;br /&gt;
 | $120,110,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Student loan guarantees&lt;br /&gt;
 | $33,470,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Business tax breaks&lt;br /&gt;
 | $52,360,000,000&lt;br /&gt;
 | Rounded up to 53 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $205,930,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | rowspan=&amp;quot;9&amp;quot;|2009&lt;br /&gt;
 |-&lt;br /&gt;
 | Tax breaks&lt;br /&gt;
 | $307,530,000,000&lt;br /&gt;
 | The chart depicts 318 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Education&lt;br /&gt;
 | $90,460,000,000&lt;br /&gt;
 | The chart depicts 92 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Medicare/Medicaid&lt;br /&gt;
 | $80,500,000,000&lt;br /&gt;
 | The chart depicts 89 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Transportation&lt;br /&gt;
 | $32,560,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Unemployment&lt;br /&gt;
 | $62,740,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Infrastructure&lt;br /&gt;
 | $24,000,000,000&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | Other&lt;br /&gt;
 | $150,160,000,000&lt;br /&gt;
 | The chart depicts 183 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | Total&lt;br /&gt;
 | $747,950,000,000&lt;br /&gt;
 | The chart depicts 800 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Bailouts===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Value !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980s-1990 S&amp;amp;L bailout || $78,300,000,000 || total cost to taxpayers (the chart depicts 180 blocks)&lt;br /&gt;
 |-&lt;br /&gt;
 | Cost to FDIC of bank failures || $19,000,000,000 || resulting from the 2008 financial crisis&lt;br /&gt;
 |-&lt;br /&gt;
 | TARP bailout funds distributed || $392,980,000,000 || Out of $700,000,000,000 available&lt;br /&gt;
 |-&lt;br /&gt;
 | Estimated TARP taxpayer losses || $41,660,000,000 || The chart depicts 36 blocks instead of 42.&lt;br /&gt;
 |-&lt;br /&gt;
 | Value of outstanding TARP assets || $144,440,000 || This appears to be a mistake by [[Randall]] and should read $144,440,000,000.&lt;br /&gt;
 |-&lt;br /&gt;
 | Bailout funds returned || $206,880,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Current Eurozone bailout fund || $1,361,700,000,000 || The chart depicts 1162 blocks instead of 1362.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Federal Payments===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Cost !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual improper federal payments comprising fraud, abuse, and poorly-documented payments || $125,400,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal payments to dead retirees || $120,200,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Ground Zero medical expenses fund || $2,800,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | NEA-estimated cost to bring all US schools into good repair || $413,300,000,000,000 || The chart depicts 423 blocks instead of 413.&lt;br /&gt;
 |-&lt;br /&gt;
 | Annual economic cost of unmaintained infrastructure || $129,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Estimated direct annual agricultural value of bees || $220,000,000,000 ||&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Military/Security Spending===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Item !! Cost&lt;br /&gt;
 |-&lt;br /&gt;
 | Wasted money in Afghanistan/Iraq war contracts || $60,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Reconstruction money reportedly missing || $18,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total US spending since 2001 to secure borders || $90,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | US nuclear arms spending during the Cold War || $2,818,300,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Ballistic missile submarines || $451,360,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Ballistic missiles to put on those submarines || $136,690,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | The $87 billion which John Kerry voted for/against || $101,800,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;quot;Star Wars&amp;quot; missile defense system (1987 Heritage Foundation estimate) || $185,300,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US Spending on Wars===&lt;br /&gt;
&lt;br /&gt;
Including only direct spending on war operations, and not resulting veterans' benefits or interest on debt incurred.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! War !! Cost !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | World War I || $334,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Spanish-American War || $9,030,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Civil War || $79,740,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | American revolution || $2,410,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1812 || $1,550,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Mexican War || $2,380,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | World War II || $4,104,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Korean War || $341,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Vietnam War || $738,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Persian Gulf War || $102,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Iraq War || $784,000,000,000 || The chart depicts 786 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | War in Afghanistan || $321,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Total || $804,410,000,000 || This appears to be a mistake by [[Randall]] and should read $8,044,100,000,000.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trillions==&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Size of derivatives market by year===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Year !! Amount !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 || $3,090,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1995 || $26,690,000,000,000 || Rounded down to 26 blocks.&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 || $86,390,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 || $227,260,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || $439,000,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Size of credit default swap market by year (included in derivatives)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Year !! Amount&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 || $1,150,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 || $19,350,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2007 || $66,280,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || $31,350,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===US household net worth===&lt;br /&gt;
&lt;br /&gt;
$58,740,000,000,000&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Item !! Net Worth&lt;br /&gt;
 |-&lt;br /&gt;
 | Richest 1% || $19,620,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Richer half || $57,270,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Poorer half || $1,470,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Total debt in the US===&lt;br /&gt;
&lt;br /&gt;
$36,560,000,000,000&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Item !! Debt&lt;br /&gt;
 |-&lt;br /&gt;
 | Household || $13,560,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | State and local government || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Federal government || $9,510,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Business || $10,980,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===World GDP===&lt;br /&gt;
&lt;br /&gt;
$62,900,000,000,000&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Region !! GDP&lt;br /&gt;
 |-&lt;br /&gt;
 | North America || $17,850,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | United States || $14,530,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | South America || $3,070,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | EU || $16,240,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Europe (incl. Russia and Turkey) || $20,130,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Africa || $1,610,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Asia || $17,530,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Oceania || $1,310,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Total public debt===&lt;br /&gt;
&lt;br /&gt;
Note: US figures are from 2011, while the other totals use 2010 debt in 2011 dollars, which is likely an underestimate.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Region !! Debt !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | EU (total) || $13,340,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | United States || $10,200,000,000,000 || Plus internal government borrowing of 4,740,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Japan || $8,630,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Germany || $2,480,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Italy || $2,140,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | India || $2,140,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | China || $1,907,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | France || $1,767,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | United Kingdom || $1,654,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Brazil || $1,281,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Canada || $1,130,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Spain || $834,210,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Mexico || $584,860,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Greece || $460,180,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===World total===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Item !! Value !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | proven oil reserves || $131,960,000,000,000 || November 2011 prices&lt;br /&gt;
 |-&lt;br /&gt;
 | US reserves || $20,580,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | proven coal reserves || $72,850,000,000,000 || 2011 central Appalachian prices&lt;br /&gt;
 |-&lt;br /&gt;
 | US reserves || $20,020,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | proven natural gas reserves || $21,470,000,000,000 || 2011 NYMEX prices&lt;br /&gt;
 |-&lt;br /&gt;
 | US reserves || $930,470,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | liquid assets || $77,000,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Estimated total economic production of the human race (so far, roughly three-fifths of it since 1980) || $2,396,950,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Value of 10 years of electricity generated if the surface of Texas were converted to:===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Item !! Value&lt;br /&gt;
 |-&lt;br /&gt;
 | Solar power plants || $89,240,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | Wind turbines || $7,950,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===All US real estate===&lt;br /&gt;
&lt;br /&gt;
$28,380,000,000,000&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 ! Type !! Value !! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | Home || $23,010,000,000,000 ||&lt;br /&gt;
 |-&lt;br /&gt;
 | Commercial || $5,370,000,000,000 || includes stores, apartments, industrial, etc.&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Value of all gold ever mined (late 2011 prices)===&lt;br /&gt;
&lt;br /&gt;
$9,120,000,000,000&lt;br /&gt;
&lt;br /&gt;
===GDP by year===&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! Year !! GDP (total economic activity) the world (minus US) !! GDP (total economic productivity) of the US (minus government) !! US federal government&lt;br /&gt;
 |-&lt;br /&gt;
 | 1920 || || ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1930 || || ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1940 || || ||&lt;br /&gt;
 |-&lt;br /&gt;
 | 1942 || || || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1943 || || || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1944 || || || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1945 || || || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1946 || || || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1947 || || $2,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1948 || || $2,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1949 || || $2,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1950 || || $2,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1951 || || $2,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1952 || || $2,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1953 || || $2,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1954 || || $2,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1955 || || $3,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1956 || || $3,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1957 || || $3,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1958 || || $3,000,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1959 || || $3,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1960 || || $3,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1961 || || $3,500,000,000,000 || $500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1962 || || $3,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1963 || || $4,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1964 || || $4,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1965 || || $4,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1966 || || $4,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1967 || || $5,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1968 || || $5,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1969 || || $5,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1970 || || $5,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1971 || || $5,500,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1972 || || $6,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1973 || || $6,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1974 || || $6,000,000,000,000 || $1,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1975 || || $5,500,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1976 || || $6,000,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1977 || || $6,000,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1978 || || $6,500,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1979 || || $7,000,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1980 || $19,000,000,000,000 || $6,500,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1981 || $19,000,000,000,000 || $6,500,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1982 || $19,500,000,000,000 || $6,000,000,000,000 || $1,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1983 || $20,000,000,000,000 || $6,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1984 || $20,000,000,000,000 || $7,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1985 || $22,000,000,000,000 || $7,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1986 || $23,000,000,000,000 || $7,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1987 || $23,500,000,000,000 || $7,500,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1988 || $25,000,000,000,000 || $8,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1989 || $26,000,000,000,000 || $8,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1990 || $27,000,000,000,000 || $8,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1991 || $27,000,000,000,000 || $8,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1992 || $31,000,000,000,000 || $8,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1993 || $32,500,000,000,000 || $8,500,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1994 || $33,000,000,000,000 || $9,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1995 || $34,000,000,000,000 || $9,000,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1996 || $34,500,000,000,000 || $9,500,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1997 || $36,500,000,000,000 || $9,500,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1998 || $36,500,000,000,000 || $10,500,000,000,000 || $2,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 1999 || $37,000,000,000,000 || $10,500,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2000 || $39,000,000,000,000 || $10,500,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2001 || $39,000,000,000,000 || $10,500,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2002 || $41,000,000,000,000 || $10,500,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2003 || $42,500,000,000,000 || $11,000,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2004 || $45,000,000,000,000 || $11,500,000,000,000 || $2,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2005 || $47,500,000,000,000 || $11,500,000,000,000 || $3,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2006 || $50,000,000,000,000 || $12,000,000,000,000 || $3,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2007 || $53,000,000,000,000 || $12,000,000,000,000 || $3,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2008 || $58,500,000,000,000 || $11,500,000,000,000 || $3,000,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2009 || $57,500,000,000,000 || $11,000,000,000,000 || $3,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2010 || $61,000,000,000,000 || $11,500,000,000,000 || $3,500,000,000,000&lt;br /&gt;
 |-&lt;br /&gt;
 | 2011 || $63,500,000,000,000 || $11,500,000,000,000 || $4,000,000,000,000&lt;br /&gt;
 |}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{DEFAULTSORT:0980}}&lt;/div&gt;</summary>
		<author><name>172.70.90.43</name></author>	</entry>

	</feed>