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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3015:_D%26D_Combinatorics&amp;diff=357714</id>
		<title>3015: D&amp;D Combinatorics</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3015:_D%26D_Combinatorics&amp;diff=357714"/>
				<updated>2024-11-23T13:27:55Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Added additional explanation about the overkillness of the solution.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3015&lt;br /&gt;
| date      = November 22, 2024&lt;br /&gt;
| title     = D&amp;amp;D Combinatorics&lt;br /&gt;
| image     = dnd_combinatorics_2x.png&lt;br /&gt;
| imagesize = 328x446px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Look, you can't complain about this after giving us so many scenarios involving N locked chests and M unlabeled keys.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT THAT GRABBED A CURSED ARROW - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Dungeons and Dragons (D&amp;amp;D) is a role-playing game that usually has a &amp;quot;Dungeon Master&amp;quot; (narrator) that takes a team of players through scenarios where they attack monsters and go on quests.&lt;br /&gt;
&lt;br /&gt;
Often, there will be semi-random events: e.g., when attacking a monster, often, a player will roll a die and deal damage based on what that die returns. D&amp;amp;D also uses a variety of dice, from regular d6 (6-sided, cubic dice) to other polyhedral dice, with the number of faces denoted by dX (e.g., d10 is a 10-sided die, with numbers from 1 to 10 on it). Common sets include: d4, d6, d8, d10, d12, d20, and occasionally d100 (typically not, however, the [[2626:_d65536|d65536]]).{{cn}}&lt;br /&gt;
&lt;br /&gt;
With these, you can simulate events with a wide variety of denominators. In this case, Cueball gives a {{w|combinatorics|combinatorial}} problem:&lt;br /&gt;
&lt;br /&gt;
* There are 10 arrows.&lt;br /&gt;
* 5 arrows are cursed.&lt;br /&gt;
* You randomly take two.&lt;br /&gt;
* What are the odds that neither of them are cursed?&lt;br /&gt;
&lt;br /&gt;
Calculating using {{w|binomial coefficients}}, there are “10 choose 2” (45) ways to choose two arrows, of which there are “5 choose 2” (10) ways to choose 2 arrows that are non-cursed. As a result, the odds of taking all non-cursed arrows is 2/9.&lt;br /&gt;
&lt;br /&gt;
The Dungeon Master in this case [[356: Nerd Sniping|has to]] map that probability into rolling multiple dice, whose sums are also not evenly distributed: i.e. if rolling 3d6 (3 six-sided dice) and a d4 (1 four-sided die), the sums can range from 4 to 22. It's pretty hard to do this in one's head, but it does happen that the odds of rolling 16 or more with this combination is 2/9, matching the probability that we want to simulate.&lt;br /&gt;
&lt;br /&gt;
However, there is a much easier way of implementing the operation, that is, to literally present 10 similar-looking arrows, or other objects that are taken to represent arrows (cards, for example), with the assigned information of whether each one is cursed hidden away from Cueball, and then let Cueball pick any two. It may be inferred that as the DM's mind is too occupied with advanced, high-level knowledge, she is no longer capable of considering straightforward solutions to the problem.&lt;br /&gt;
&lt;br /&gt;
The title text claims that Randall only started doing this to the DM after she herself insisted on forcing another combinatorial puzzle on the players several times, involving a bunch of locked treasure chests and a multitude of keys to unlock them with. This might be a reference to an M-of-N encryption system, where a system has ''n'' valid passwords (instead of just one) but requires ''m'' of those passwords to be given before it will open; it is assumed m is greater than 1 but less than n. While this is easy enough to implement in a computer system, it would be extremely cumbersome to build for a physical lock with keys, and spreading the mechanism across multiple separate treasure chests would be impossible without literal magic (luckily, magic is in plentiful supply in a typical Dungeons and Dragons game).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball, Megan, Ponytail, White Hat, and Knit Cap are sitting at a table. Everyone is looking at Cueball. Ponytail is facepalming. The table is covered in sheets of paper and assorted dice.]&amp;lt;br&amp;gt;&lt;br /&gt;
:Cueball: I grab 2 of the 10 arrows without looking and fire them, hoping I didn't grab one of the 5 cursed ones. Did I?&lt;br /&gt;
:Ponytail: Sigh. Umm. Okay.&lt;br /&gt;
:Ponytail: Roll... Uh... Hang on...&lt;br /&gt;
:Ponytail: Roll 3d6 and a d4. You need... 16 or better to avoid the cursed arrows.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I got '''''way''''' more annoying to play D&amp;amp;D with once I learned that our DM has a combinatorics degree and can't resist puzzles.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Knit Cap]]&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3013:_Kedging_Cannon&amp;diff=357326</id>
		<title>3013: Kedging Cannon</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3013:_Kedging_Cannon&amp;diff=357326"/>
				<updated>2024-11-19T15:35:52Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Nicely reformatted the analysis section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3013&lt;br /&gt;
| date      = November 18, 2024&lt;br /&gt;
| title     = Kedging Cannon&lt;br /&gt;
| image     = kedging_cannon_2x.png&lt;br /&gt;
| imagesize = 740x259px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The real key was inventing the windmill-powered winch.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a HEADCANNON. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Sailing vessels can navigate upwind through a technique called {{w|Tacking_(sailing)|tacking}} (or &amp;quot;tacking against the wind&amp;quot;) which involves zigzagging across the wind's direction. However, this comic describes a fictional scenario where a ship's captain, unfamiliar with tacking, has developed an alternative method based on {{w|kedging}}. &lt;br /&gt;
&lt;br /&gt;
The basics of kedging are not dissimilar to the comic: a boat affixes a rope or chain to an anchor point (such as a literal anchor) and winches itself closer. Traditional kedging involves deploying an anchor from the vessel, either manually or via a smaller boat, and then {{w|winch|winching}} the ship toward the anchor point using ropes or chains. The anchor points often utilize natural features such as trees or reefs. Kedging is a real historical technique, but has definite limitations compared to tacking, typically reserved for specific situations where conventional sailing methods are impractical, such as in calm waters, during precise maneuvering, or against strong opposing winds or currents.  In this comic, the captain has modified this technique by inventing a specialized &amp;quot;kedging cannon&amp;quot; to project the anchor greater distances.&lt;br /&gt;
&lt;br /&gt;
In places with a large depth, an anchor cannot be used, but a so-called {{w|sea anchor}} could solve the problem... somewhat.&lt;br /&gt;
&lt;br /&gt;
The title text indicates that the captain's system has evolved to incorporate a windmill mechanism that harnesses wind power to draw in the kedging rope, which might be intentionally ironic -- given that the captain knows that windmills work, they could presumably have used that knowledge to reinvent tacking.  Additionally, this makes the solution even less efficient, given that wind could be used for tacking.&lt;br /&gt;
&lt;br /&gt;
{{cot|Speed and economic analysis of dual wind-winched kedging cannons compared to tacking}}&lt;br /&gt;
A dual-anchor kedging cannon system for sailing upwind, consisting of:&lt;br /&gt;
* Two kedging cannons firing 16 kg anchors&lt;br /&gt;
* 6-meter diameter windmill powering winch system&lt;br /&gt;
* Dual-winch setup for continuous operation&lt;br /&gt;
* Operating in 15 knot headwind conditions&lt;br /&gt;
&lt;br /&gt;
Vessel specifications:&lt;br /&gt;
* Length: 30 feet (9.1 meters)&lt;br /&gt;
* Displacement: 10,000 lbs (4536 kg)&lt;br /&gt;
* Sail area: 600 sq ft (55.7 m²)&lt;br /&gt;
* Wetted surface: 40 m²&lt;br /&gt;
* Frontal area: 8 m²&lt;br /&gt;
&lt;br /&gt;
;Wind power generation&lt;br /&gt;
Available wind power is given by:&lt;br /&gt;
''P'' = ½''ρAv''³''η''&lt;br /&gt;
where:&lt;br /&gt;
* ''ρ'' = 1.225 kg/m³ (air density)&lt;br /&gt;
* ''A'' = ''π''(''D''/2)² = 28.3 m² (windmill area)&lt;br /&gt;
* ''v'' = 7.72 m/s (wind speed)&lt;br /&gt;
* ''η'' = 0.245 (combined efficiency)&lt;br /&gt;
&lt;br /&gt;
This yields 1.95 kW of usable power.&lt;br /&gt;
&lt;br /&gt;
;Drag forces&lt;br /&gt;
Total drag combines water and air resistance:&lt;br /&gt;
''F''&amp;lt;sub&amp;gt;drag&amp;lt;/sub&amp;gt; = ''F''&amp;lt;sub&amp;gt;water&amp;lt;/sub&amp;gt; + ''F''&amp;lt;sub&amp;gt;wind&amp;lt;/sub&amp;gt;&lt;br /&gt;
where:&lt;br /&gt;
* ''F''&amp;lt;sub&amp;gt;water&amp;lt;/sub&amp;gt; = ½''ρ''&amp;lt;sub&amp;gt;w&amp;lt;/sub&amp;gt;''C''&amp;lt;sub&amp;gt;d&amp;lt;/sub&amp;gt;''A''&amp;lt;sub&amp;gt;w&amp;lt;/sub&amp;gt;''v''²&lt;br /&gt;
* ''F''&amp;lt;sub&amp;gt;wind&amp;lt;/sub&amp;gt; = ½''ρ''&amp;lt;sub&amp;gt;a&amp;lt;/sub&amp;gt;''C''&amp;lt;sub&amp;gt;a&amp;lt;/sub&amp;gt;''A''&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt;''v''²&lt;br /&gt;
&lt;br /&gt;
Using:&lt;br /&gt;
* Water density (''ρ''&amp;lt;sub&amp;gt;w&amp;lt;/sub&amp;gt;) = 1025 kg/m³&lt;br /&gt;
* Hull drag coefficient (''C''&amp;lt;sub&amp;gt;d&amp;lt;/sub&amp;gt;) = 0.04&lt;br /&gt;
* Wetted area (''A''&amp;lt;sub&amp;gt;w&amp;lt;/sub&amp;gt;) = 40 m²&lt;br /&gt;
* Air density (''ρ''&amp;lt;sub&amp;gt;a&amp;lt;/sub&amp;gt;) = 1.225 kg/m³&lt;br /&gt;
* Air drag coefficient (''C''&amp;lt;sub&amp;gt;a&amp;lt;/sub&amp;gt;) = 0.8&lt;br /&gt;
* Frontal area (''A''&amp;lt;sub&amp;gt;f&amp;lt;/sub&amp;gt;) = 8 m²&lt;br /&gt;
&lt;br /&gt;
Total drag force = 1053.4 N&lt;br /&gt;
&lt;br /&gt;
;Anchor ballistics&lt;br /&gt;
For 300 m range with 45° launch angle:&lt;br /&gt;
* Required velocity = 54.7 m/s&lt;br /&gt;
* Launch energy = 23.7 kJ&lt;br /&gt;
* Black powder energy per shot = 680.4 kJ&lt;br /&gt;
* Launch efficiency = 3.5%&lt;br /&gt;
&lt;br /&gt;
;System performance&lt;br /&gt;
* Winch speed = 3.60 knots&lt;br /&gt;
* Cycle time = 194.7 seconds&lt;br /&gt;
* Effective speed = 3.04 knots&lt;br /&gt;
* Compared to tacking speed = 4.95 knots&lt;br /&gt;
* Speed ratio (kedging/tacking) = 0.61&lt;br /&gt;
&lt;br /&gt;
;Economic analysis&lt;br /&gt;
* Shots needed per nautical mile: 6.1&lt;br /&gt;
* Black powder cost per shot: $10 (0.5 lbs @ $20/lb)&lt;br /&gt;
* Cost per nautical mile: $60.76&lt;br /&gt;
* Powder consumption: 9.2 lbs/hour&lt;br /&gt;
* Operating cost: $184.90/hour&lt;br /&gt;
&lt;br /&gt;
Example 100 nmi journey:&lt;br /&gt;
* Total powder cost: $6,076.12&lt;br /&gt;
* Journey time: 32.9 hours&lt;br /&gt;
&lt;br /&gt;
;Conclusion&lt;br /&gt;
The dual-anchor kedging cannon system is both slower and significantly more expensive than traditional tacking:&lt;br /&gt;
&lt;br /&gt;
Speed disadvantage:&lt;br /&gt;
* Achieves only 61% of tacking speed&lt;br /&gt;
* 100 nmi journey takes 32.9 hours vs 20.2 hours tacking&lt;br /&gt;
&lt;br /&gt;
Economic disadvantage:&lt;br /&gt;
* High powder costs ($60.76 per nautical mile)&lt;br /&gt;
* Requires significant powder storage (303 lbs for 100 nmi journey)&lt;br /&gt;
* Additional wear and tear on mechanical systems&lt;br /&gt;
&lt;br /&gt;
Key limiting factors:&lt;br /&gt;
* Limited wind power available (1.95 kW from 6 m windmill)&lt;br /&gt;
* High drag forces (1053.4 N total)&lt;br /&gt;
* Poor ballistic efficiency (3.5% of powder energy converts to useful launch)&lt;br /&gt;
* Long cycle times due to realistic winching speeds&lt;br /&gt;
&lt;br /&gt;
The system could potentially be improved by:&lt;br /&gt;
* Larger windmill (though practical size limits on boats)&lt;br /&gt;
* More aerodynamic anchor design&lt;br /&gt;
* More efficient powder-to-launch energy conversion&lt;br /&gt;
* Reduced transfer time between anchors&lt;br /&gt;
&lt;br /&gt;
Therefore, given both the energy constraints and economic factors, traditional tacking remains far more practical for upwind progress. The key insight is that while the kedging cannon seems to &amp;quot;cheat&amp;quot; the wind by going straight upwind, it actually requires converting wind energy to mechanical work less efficiently than a well-designed sail plan, while also consuming expensive gunpowder. The indirect path of tacking makes better use of the available wind force with no consumable costs.&lt;br /&gt;
{{cob}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A two-masted sailing ship with its sails up is floating on a calm sea with tiny waves. Two tiny figures can be seen at the ship's bow. One of them is speaking. In the next panel it becomes clear this is the captain.]&lt;br /&gt;
:Captain: I hope someday someone invents a way to sail upwind.  &lt;br /&gt;
:Captain: Using the kedging cannon just wastes so much gunpowder.&lt;br /&gt;
&lt;br /&gt;
:[Close-up on the deck of the ship, showing two persons behind the taffrail. Cueball is standing behind the ship's captain and talking to him. The captain is wearing a black bicorne navy hat and aiming a cannon containing an anchor forward. Chains are draped from the cannon.]&lt;br /&gt;
:Cueball: The '''''what?''''' &lt;br /&gt;
:Cueball: Wait, do you not know how to sail upwind? Is that why your ship takes forever to--&lt;br /&gt;
:Captain: Stand by...'''''Fire!'''''&lt;br /&gt;
&lt;br /&gt;
:[Distant shot showing the anchor and its chain being launched out in front of the ship, towards the right of the panel. Cueball and the Captain can still be seen behind the cannon. The cannon has exhaust fumes coming out in front and the sound it makes is indicated:]&lt;br /&gt;
:Cannon: ''Boom''&lt;br /&gt;
&lt;br /&gt;
:[Same setting but the anchor is now under water and the chain has become taut as the ship is dragged forward to the right. Movement lines behind the ship indicated its progress and it is also further into the frame than the previous panel. The movement is caused by pulling the chain back in on the ship. This produces a series of sounds:]&lt;br /&gt;
:Dragging chain: ''Click click click''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2748:_Radians_Are_Cursed&amp;diff=308443</id>
		<title>2748: Radians Are Cursed</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2748:_Radians_Are_Cursed&amp;diff=308443"/>
				<updated>2023-03-13T07:26:17Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: /* Transcript */ Added explicit descriptions of the colored texts.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2748&lt;br /&gt;
| date      = March 10, 2023&lt;br /&gt;
| title     = Radians Are Cursed&lt;br /&gt;
| image     = radians_are_cursed_2x.png&lt;br /&gt;
| imagesize = 394x437px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Phil Plait once pointed out that you can calculate the total angular area of the sky this way. If the sky is a sphere with radius 57.3 degrees, then its area is 4*pi*r^2=41,253 square degrees. This makes dimensional analysts SO mad, but you can't argue with results.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a DIAMETER OF 114.6 DEGREES - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic presents a series of Math Facts, appearing to be in a sequential order.&lt;br /&gt;
&lt;br /&gt;
The first fact states that the {{w|unit circle}} has a radius of one, which is precisely its definition. Randall labels this fact as being &amp;quot;normal,&amp;quot; complete with a large green checkmark to verify this. The unit circle is typically used in abstract contexts rather than applications with a specific length unit (such as meters). For example, the trigonometric functions cosine and sine can be define the x and y coordinates of a point on the unit circle without any additional factor.&lt;br /&gt;
&lt;br /&gt;
The second fact states that one {{w|radian}} is equal to the length of a circle's radius. This isn't actually the way that the unit is defined. Instead, radians are usually defined as the angle encompassing an arc of a circle equal in length to its radius. This comic's logic is thus somewhat erroneous. However, this fact is still labeled as also being &amp;quot;normal.&amp;quot; Also, while Randall again uses the unit circle in the fact's associated diagram, any circle could theoretically be used to show the conventional definition. Under the standard definition of an {{w|angle}} as the ratio of the length of a circular arc to its radius, the radian is a dimensionless unit equal to 1. &lt;br /&gt;
&lt;br /&gt;
A correct version of the second fact would be that a radian has the same value (1) as the radius of the unit circle.&lt;br /&gt;
&lt;br /&gt;
The third fact states that one radian is equal to 57.3 degrees. This is indeed true (albeit rounded). The circumference of a circle is 2pi radius-lengths, so the angle of a complete circle is both 2pi radians and 360 degrees. Thus 1 radian equals 180/pi degrees. This fact is again labeled &amp;quot;normal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The fourth and final fact states that because it was determined in earlier facts that a radian is equal to the radius of the unit circle as well as 57.3 degrees, then the radius of the unit circle must be equal to 57.3 degrees. This is usually not how degrees are supposed to work, because they are a measure of angle, not length. Hence, this fact is labeled &amp;quot;cursed&amp;quot; by Randall, leading to the comic's title. (However, since the radian is also an angular measure, the second fact could be viewed as equally cursed.)&lt;br /&gt;
&lt;br /&gt;
The title text is referring to {{w|Phil Plait}}'s claim about the size of the sky, which was published on his blog:  http://www.badastronomy.com/bitesize/bigsky.html. Dimensional analysis utilizes the rationale that both sides of an equation need to have the same unit. Radius typically refers to a length, which has SI units of meters. The surface area has SI units of square meters. The units of Phil Plait's &amp;quot;angular area&amp;quot; is as the title text mentions, {{w|square degrees}}. Thus the comic's {{w|dimensional analysis|dimensional analysts}} (not a profession, but instead the adherents of the mathematical technique) are said to be angered by this argument.&lt;br /&gt;
&lt;br /&gt;
Randall has alluded to Plait's angular area tip previously [https://what-if.xkcd.com/109/ in his own blog What If?], in a post that examined the chances of hitting various celestial objects with a laser blast aimed at random from Earth's surface.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Title:]&lt;br /&gt;
:&amp;lt;u&amp;gt;Math facts&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[A diagram of a circle is shown with radius labeled as “1”]&lt;br /&gt;
:The unit circle has a radius of one [In green] &amp;lt;span style=&amp;quot;color:green&amp;gt;✓ Normal&amp;lt;/span&amp;gt;&lt;br /&gt;
:[The diagram now has another (unlabeled and lighter) radius at a 57.3 degree angle. The arc between the points where the radii intersect the circle is labeled as “1”]&lt;br /&gt;
:One radian equals the length of a circle’s radius [In green] &amp;lt;span style=&amp;quot;color:green&amp;gt;✓ Normal&amp;lt;/span&amp;gt;&lt;br /&gt;
:[The diagram now is completely unlabeled except for the arc, which is labeled as “57.3°”]&lt;br /&gt;
:One radian is 57.3 degrees [In green] &amp;lt;span style=&amp;quot;color:green&amp;gt;✓ Normal&amp;lt;/span&amp;gt;&lt;br /&gt;
:[The first diagram is shown; however, the radius is labeled as “57.3°”]&lt;br /&gt;
:The unit circle has a radius of 57.3 degrees [In red] &amp;lt;span style=&amp;quot;color:darkred&amp;gt;X Cursed&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Geometry]]&lt;br /&gt;
[[Category:Facts]]&lt;br /&gt;
[[Category:Comics featuring real people]] &amp;lt;!-- Phil Plait --&amp;gt;&lt;br /&gt;
[[Category:Comics featuring cursed items]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306566</id>
		<title>2740: Square Packing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306566"/>
				<updated>2023-02-21T01:33:01Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Fixed the last word of the paper name that I forgot to bring to lowercase.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2740&lt;br /&gt;
| date      = February 20, 2023&lt;br /&gt;
| title     = Square Packing&lt;br /&gt;
| image     = square_packing_2x.png&lt;br /&gt;
| imagesize = 326x295px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I also managed to improve the solution for n=1 to s&amp;lt;0.97, and with some upgrades I think I can hit 0.96.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a HYDRAULIC PRESSED SQUARE - This appears to be referring to a specific puzzle that merits explanation before going into description of the comic. Do NOT delete this tag too soon.}}&lt;br /&gt;
A few days before this comic's post, a web page [https://erich-friedman.github.io/packing/squinsqu/ ''Squares in squares''] gained interest on social media platforms such as [https://twitter.com/KangarooPhysics/status/1625436240412540928 Twitter] and [https://news.ycombinator.com/item?id=34809023 Hacker News]. The page depicts the optimal, or at least the best known, solutions for the {{w|square packing in a square}} problem, where one attempts to arrange a provided number of non-overlapping unit squares such that the smallest square enclosing them is itself the smallest possible.&lt;br /&gt;
&lt;br /&gt;
Herein, Randall claims to have found a more efficient solution for the case of 11 unit squares, by physically deforming the squares involved in the optimal solution (found by Walter Trump in 1979 and proved by Thierry Gensane et al. in 2004&amp;lt;ref&amp;gt;Gensane, T., Ryckelynck, P. – ''Improved dense packings of congruent squares in a square''. Discrete Comput Geom 34, pages 97–109 (2005). https://doi.org/10.1007/s00454-004-1129-z&amp;lt;/ref&amp;gt;) with a hydraulic press. The size of the resulting bounding square is indeed smaller, but one may claim the solution doesn't look as elegant as the original solution, due to the countless wrinkles on every &amp;quot;square&amp;quot;. Geometrical shapes in packing problems are not conventionally assumed to be deformable in this manner.{{citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text mentions the same approach applied to the solution for 1 unit square, whose original optimal solution is obviously that unit square itself. Randall remarks that if he had &amp;quot;some upgrades&amp;quot;, namely a more powerful hydraulic press, he could get the resulting square to be even smaller.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[11 squares optimally packed inside a square arrangement]&lt;br /&gt;
:Previous best&lt;br /&gt;
:s&amp;lt;3.877084&lt;br /&gt;
:(Gensane, 2004)&lt;br /&gt;
&lt;br /&gt;
:[11 deformed squares crushed together to pack them into a smaller square arrangement]&lt;br /&gt;
:New record &lt;br /&gt;
:s&amp;lt;3.40&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I've significantly improved on the solution to the n=11 square packing problem by using a hydraulic press.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Geometry]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306565</id>
		<title>2740: Square Packing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306565"/>
				<updated>2023-02-21T01:31:55Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Added a &amp;quot;pages&amp;quot; specifier to the reference and a missing closing parenthesis.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2740&lt;br /&gt;
| date      = February 20, 2023&lt;br /&gt;
| title     = Square Packing&lt;br /&gt;
| image     = square_packing_2x.png&lt;br /&gt;
| imagesize = 326x295px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I also managed to improve the solution for n=1 to s&amp;lt;0.97, and with some upgrades I think I can hit 0.96.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a HYDRAULIC PRESSED SQUARE - This appears to be referring to a specific puzzle that merits explanation before going into description of the comic. Do NOT delete this tag too soon.}}&lt;br /&gt;
A few days before this comic's post, a web page [https://erich-friedman.github.io/packing/squinsqu/ ''Squares in squares''] gained interest on social media platforms such as [https://twitter.com/KangarooPhysics/status/1625436240412540928 Twitter] and [https://news.ycombinator.com/item?id=34809023 Hacker News]. The page depicts the optimal, or at least the best known, solutions for the {{w|square packing in a square}} problem, where one attempts to arrange a provided number of non-overlapping unit squares such that the smallest square enclosing them is itself the smallest possible.&lt;br /&gt;
&lt;br /&gt;
Herein, Randall claims to have found a more efficient solution for the case of 11 unit squares, by physically deforming the squares involved in the optimal solution (found by Walter Trump in 1979 and proved by Thierry Gensane et al. in 2004&amp;lt;ref&amp;gt;Gensane, T., Ryckelynck, P. – ''Improved dense packings of congruent squares in a Square''. Discrete Comput Geom 34, pages 97–109 (2005). https://doi.org/10.1007/s00454-004-1129-z&amp;lt;/ref&amp;gt;) with a hydraulic press. The size of the resulting bounding square is indeed smaller, but one may claim the solution doesn't look as elegant as the original solution, due to the countless wrinkles on every &amp;quot;square&amp;quot;. Geometrical shapes in packing problems are not conventionally assumed to be deformable in this manner.{{citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text mentions the same approach applied to the solution for 1 unit square, whose original optimal solution is obviously that unit square itself. Randall remarks that if he had &amp;quot;some upgrades&amp;quot;, namely a more powerful hydraulic press, he could get the resulting square to be even smaller.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[11 squares optimally packed inside a square arrangement]&lt;br /&gt;
:Previous best&lt;br /&gt;
:s&amp;lt;3.877084&lt;br /&gt;
:(Gensane, 2004)&lt;br /&gt;
&lt;br /&gt;
:[11 deformed squares crushed together to pack them into a smaller square arrangement]&lt;br /&gt;
:New record &lt;br /&gt;
:s&amp;lt;3.40&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I've significantly improved on the solution to the n=11 square packing problem by using a hydraulic press.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Geometry]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306564</id>
		<title>2740: Square Packing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2740:_Square_Packing&amp;diff=306564"/>
				<updated>2023-02-21T01:28:28Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Added more information to the explanation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2740&lt;br /&gt;
| date      = February 20, 2023&lt;br /&gt;
| title     = Square Packing&lt;br /&gt;
| image     = square_packing_2x.png&lt;br /&gt;
| imagesize = 326x295px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I also managed to improve the solution for n=1 to s&amp;lt;0.97, and with some upgrades I think I can hit 0.96.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a HYDRAULIC PRESSED SQUARE - This appears to be referring to a specific puzzle that merits explanation before going into description of the comic. Do NOT delete this tag too soon.}}&lt;br /&gt;
A few days before this comic's post, a web page [https://erich-friedman.github.io/packing/squinsqu/ ''Squares in squares''] gained interest on social media platforms such as [https://twitter.com/KangarooPhysics/status/1625436240412540928 Twitter] and [https://news.ycombinator.com/item?id=34809023 Hacker News]. The page depicts the optimal, or at least the best known, solutions for the {{w|square packing in a square}} problem, where one attempts to arrange a provided number of non-overlapping unit squares such that the smallest square enclosing them is itself the smallest possible.&lt;br /&gt;
&lt;br /&gt;
Herein, Randall claims to have found a more efficient solution for the case of 11 unit squares, by physically deforming the squares involved in the optimal solution (found by Walter Trump in 1979 and proved by Thierry Gensane et al. in 2004&amp;lt;ref&amp;gt;Gensane, T., Ryckelynck, P. – ''Improved dense packings of congruent squares in a Square''. Discrete Comput Geom 34, 97–109 (2005). https://doi.org/10.1007/s00454-004-1129-z&amp;lt;/ref&amp;gt; with a hydraulic press. The size of the resulting bounding square is indeed smaller, but one may claim the solution doesn't look as elegant as the original solution, due to the countless wrinkles on every &amp;quot;square&amp;quot;. Geometrical shapes in packing problems are not conventionally assumed to be deformable in this manner.{{citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text mentions the same approach applied to the solution for 1 unit square, whose original optimal solution is obviously that unit square itself. Randall remarks that if he had &amp;quot;some upgrades&amp;quot;, namely a more powerful hydraulic press, he could get the resulting square to be even smaller.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[11 squares optimally packed inside a square arrangement]&lt;br /&gt;
:Previous best&lt;br /&gt;
:s&amp;lt;3.877084&lt;br /&gt;
:(Gensane, 2004)&lt;br /&gt;
&lt;br /&gt;
:[11 deformed squares crushed together to pack them into a smaller square arrangement]&lt;br /&gt;
:New record &lt;br /&gt;
:s&amp;lt;3.40&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I've significantly improved on the solution to the n=11 square packing problem by using a hydraulic press.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Geometry]]&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227554</id>
		<title>2586: Greek Letters</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227554"/>
				<updated>2022-02-26T01:58:26Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: /* Explanation */ Fixed formatting issues.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2586&lt;br /&gt;
| date      = February 25, 2022&lt;br /&gt;
| title     = Greek Letters&lt;br /&gt;
| image     = greek_letters.png&lt;br /&gt;
| titletext = If you ever see someone using a capital xi in an equation, just observe them quietly to learn as much as you can before they return to their home planet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by '''''O R B S''''' PRO®- Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Mathematics uses lots of Greek letters, [https://en.wikipedia.org/wiki/Greek_letters_used_in_mathematics,_science,_and_engineering typically using the same letter consistently to represent a particular constant or type of variable]. &lt;br /&gt;
This comic gives a (non-)explanation of what they typically mean.&lt;br /&gt;
&lt;br /&gt;
The letters are:&lt;br /&gt;
&lt;br /&gt;
- lower-case pi&lt;br /&gt;
&lt;br /&gt;
- capital delta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to a change in quantity.&lt;br /&gt;
&lt;br /&gt;
- lower-case delta&lt;br /&gt;
&lt;br /&gt;
Also typically used to refer to a change in quantity, but unlike the capital delta, this is only for infinitesimal changes and is used in derivative and integration expressions in mathematics hence the text's reference to &amp;quot;a mathematician's fault&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-case theta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to an angle, and is notably used in the polar coordinate system. The text refers to its close relationship with circles, on which the polar coordinate system is based on.&lt;br /&gt;
&lt;br /&gt;
- lower-case phi&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to another angle other than one referred to by theta. It's used in spherical coordinates, and the text refers to how spheres, or orbs, are important in spherical coordinates. &lt;br /&gt;
&lt;br /&gt;
- lower-case epsilon&lt;br /&gt;
&lt;br /&gt;
- lower-case upsilon and lower-case nu&lt;br /&gt;
&lt;br /&gt;
- lower-case mu&lt;br /&gt;
&lt;br /&gt;
The SI prefix for &amp;quot;micro&amp;quot; = 10&amp;lt;sup&amp;gt;-6&amp;lt;/sup&amp;gt;, representing very small quantities: a micrometer (μm) is tens of times smaller than the width of a human hair, a microgram (μg) is one single fine speck of flour, both of which are barely visible with the bare human eye nor feelable through the skin.&lt;br /&gt;
&lt;br /&gt;
- capital sigma&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for summation of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- capital pi&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for multiplication of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- lower-case zeta&lt;br /&gt;
&lt;br /&gt;
- lower-case beta&lt;br /&gt;
&lt;br /&gt;
- lower-case alpha&lt;br /&gt;
&lt;br /&gt;
- capital omega&lt;br /&gt;
&lt;br /&gt;
- lower-case omega&lt;br /&gt;
&lt;br /&gt;
- lower-case sigma&lt;br /&gt;
&lt;br /&gt;
- lower-case ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case gamma&lt;br /&gt;
&lt;br /&gt;
Gamma ray is the most powerful classification of electromagnetic radiation AKA &amp;quot;light&amp;quot;, and powerful lights are frequently associated with high-tech, futuristic devices and weapons, hence &amp;quot;space noises&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-care rho&lt;br /&gt;
&lt;br /&gt;
- capital ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case psi&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:What Greek letters mean in equations&lt;br /&gt;
&lt;br /&gt;
:π This math is either very simple or impossible.&lt;br /&gt;
:Δ Something has changed.&lt;br /&gt;
:δ Something has changed and it's a mathematician's fault.&lt;br /&gt;
:θ Circles!&lt;br /&gt;
:Φ '''''O R B S'''''&lt;br /&gt;
:ϵ Not important, don't worry about it.&lt;br /&gt;
:υ,ν Is that a V or a U? Or...oh no, it's one of ''those''.&lt;br /&gt;
:μ This math is cool but it's not about anything that you will ever see or touch, so whatever.&lt;br /&gt;
:Σ Thank you for purchasing ''Addition Pro''®!&lt;br /&gt;
:Π ...and the ''Multiplication''® expansion pack!&lt;br /&gt;
:ζ This math will only lead to more math.&lt;br /&gt;
:β There are just too many coefficients.&lt;br /&gt;
:α Oh boy, now '''''this''''' is math about something real. This is math that could '''''kill''''' someone.&lt;br /&gt;
:Ω Oooh, ''some'' mathematician thinks their function is cool and important.&lt;br /&gt;
:ω A lot of work went into these equations and you are going to die here among them.&lt;br /&gt;
:σ Some poor soul is trying to apply this math to real life and it's not working.&lt;br /&gt;
:ξ Either this is terrifying mathematics or there was a hair on the scanned page.&lt;br /&gt;
:γ ''Zoom'' pew pew pew [space noises] ''zoooom!''&lt;br /&gt;
:ρ Unfortunately, the test vehicle suffered an unexpected wing separation event.&lt;br /&gt;
:Ξ Greetings! We hope to learn a great deal by exchanging knowledge with your Earth mathematicians.&lt;br /&gt;
:ψ You have entered the domain of King Trition, ruler of the waves.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227553</id>
		<title>2586: Greek Letters</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227553"/>
				<updated>2022-02-26T01:56:03Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: /* Explanation */ Fixed a misspelling in the previous edit.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2586&lt;br /&gt;
| date      = February 25, 2022&lt;br /&gt;
| title     = Greek Letters&lt;br /&gt;
| image     = greek_letters.png&lt;br /&gt;
| titletext = If you ever see someone using a capital xi in an equation, just observe them quietly to learn as much as you can before they return to their home planet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by '''''O R B S''''' PRO®- Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Mathematics uses lots of Greek letters, [typically using the same letter consistently to represent a particular constant or type of variable](https://en.wikipedia.org/wiki/Greek_letters_used_in_mathematics,_science,_and_engineering). &lt;br /&gt;
This comic gives a (non-)explanation of what they typically mean.&lt;br /&gt;
&lt;br /&gt;
The letters are:&lt;br /&gt;
&lt;br /&gt;
- lower-case pi&lt;br /&gt;
&lt;br /&gt;
- capital delta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to a change in quantity.&lt;br /&gt;
&lt;br /&gt;
- lower-case delta&lt;br /&gt;
&lt;br /&gt;
Also typically used to refer to a change in quantity, but unlike the capital delta, this is only for infinitesimal changes and is used in derivative and integration expressions in mathematics hence the text's reference to &amp;quot;a mathematician's fault&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-case theta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to an angle, and is notably used in the polar coordinate system. The text refers to its close relationship with circles, on which the polar coordinate system is based on.&lt;br /&gt;
&lt;br /&gt;
- lower-case phi&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to another angle other than one referred to by theta. It's used in spherical coordinates, and the text refers to how spheres, or orbs, are important in spherical coordinates. &lt;br /&gt;
&lt;br /&gt;
- lower-case epsilon&lt;br /&gt;
&lt;br /&gt;
- lower-case upsilon and lower-case nu&lt;br /&gt;
&lt;br /&gt;
- lower-case mu&lt;br /&gt;
&lt;br /&gt;
The SI prefix for &amp;quot;micro&amp;quot; = 10&amp;lt;sub&amp;gt;-6&amp;lt;/sub&amp;gt;, representing very small quantities: a micrometer (μm) is tens of times smaller than the width of a human hair, a microgram (μg) is one single fine speck of flour, both of which are barely visible with the bare human eye nor feelable through the skin.&lt;br /&gt;
&lt;br /&gt;
- capital sigma&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for summation of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- capital pi&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for multiplication of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- lower-case zeta&lt;br /&gt;
&lt;br /&gt;
- lower-case beta&lt;br /&gt;
&lt;br /&gt;
- lower-case alpha&lt;br /&gt;
&lt;br /&gt;
- capital omega&lt;br /&gt;
&lt;br /&gt;
- lower-case omega&lt;br /&gt;
&lt;br /&gt;
- lower-case sigma&lt;br /&gt;
&lt;br /&gt;
- lower-case ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case gamma&lt;br /&gt;
&lt;br /&gt;
Gamma ray is the most powerful classification of electromagnetic radiation AKA &amp;quot;light&amp;quot;, and powerful lights are frequently associated with high-tech, futuristic devices and weapons, hence &amp;quot;space noises&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-care rho&lt;br /&gt;
&lt;br /&gt;
- capital ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case psi&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:What Greek letters mean in equations&lt;br /&gt;
&lt;br /&gt;
:π This math is either very simple or impossible.&lt;br /&gt;
:Δ Something has changed.&lt;br /&gt;
:δ Something has changed and it's a mathematician's fault.&lt;br /&gt;
:θ Circles!&lt;br /&gt;
:Φ '''''O R B S'''''&lt;br /&gt;
:ϵ Not important, don't worry about it.&lt;br /&gt;
:υ,ν Is that a V or a U? Or...oh no, it's one of ''those''.&lt;br /&gt;
:μ This math is cool but it's not about anything that you will ever see or touch, so whatever.&lt;br /&gt;
:Σ Thank you for purchasing ''Addition Pro''®!&lt;br /&gt;
:Π ...and the ''Multiplication''® expansion pack!&lt;br /&gt;
:ζ This math will only lead to more math.&lt;br /&gt;
:β There are just too many coefficients.&lt;br /&gt;
:α Oh boy, now '''''this''''' is math about something real. This is math that could '''''kill''''' someone.&lt;br /&gt;
:Ω Oooh, ''some'' mathematician thinks their function is cool and important.&lt;br /&gt;
:ω A lot of work went into these equations and you are going to die here among them.&lt;br /&gt;
:σ Some poor soul is trying to apply this math to real life and it's not working.&lt;br /&gt;
:ξ Either this is terrifying mathematics or there was a hair on the scanned page.&lt;br /&gt;
:γ ''Zoom'' pew pew pew [space noises] ''zoooom!''&lt;br /&gt;
:ρ Unfortunately, the test vehicle suffered an unexpected wing separation event.&lt;br /&gt;
:Ξ Greetings! We hope to learn a great deal by exchanging knowledge with your Earth mathematicians.&lt;br /&gt;
:ψ You have entered the domain of King Trition, ruler of the waves.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227552</id>
		<title>2586: Greek Letters</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2586:_Greek_Letters&amp;diff=227552"/>
				<updated>2022-02-26T01:53:53Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Added some more explanations.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2586&lt;br /&gt;
| date      = February 25, 2022&lt;br /&gt;
| title     = Greek Letters&lt;br /&gt;
| image     = greek_letters.png&lt;br /&gt;
| titletext = If you ever see someone using a capital xi in an equation, just observe them quietly to learn as much as you can before they return to their home planet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by '''''O R B S''''' PRO®- Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Mathematics uses lots of Greek letters, [typically using the same letter consistently to represent a particular constant or type of variable](https://en.wikipedia.org/wiki/Greek_letters_used_in_mathematics,_science,_and_engineering). &lt;br /&gt;
This comic gives a (non-)explanation of what they typically mean.&lt;br /&gt;
&lt;br /&gt;
The letters are:&lt;br /&gt;
&lt;br /&gt;
- lower-case pi&lt;br /&gt;
&lt;br /&gt;
- capital delta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to a change in quantity.&lt;br /&gt;
&lt;br /&gt;
- lower-case delta&lt;br /&gt;
&lt;br /&gt;
Also typically used to refer to a change in quantity, but unlike the capital delta, this is only for infinitestimal changes and is used in derivative and integration expressions in mathematics hence the text's reference to &amp;quot;a mathematician's fault&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-case theta&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to an angle, and is notably used in the polar coordinate system. The text refers to its close relationship with circles, on which the polar coordinate system is based on.&lt;br /&gt;
&lt;br /&gt;
- lower-case phi&lt;br /&gt;
&lt;br /&gt;
Typically used to refer to another angle other than one referred to by theta. It's used in spherical coordinates, and the text refers to how spheres, or orbs, are important in spherical coordinates. &lt;br /&gt;
&lt;br /&gt;
- lower-case epsilon&lt;br /&gt;
&lt;br /&gt;
- lower-case upsilon and lower-case nu&lt;br /&gt;
&lt;br /&gt;
- lower-case mu&lt;br /&gt;
&lt;br /&gt;
The SI prefix for &amp;quot;micro&amp;quot; = 10&amp;lt;sub&amp;gt;-6&amp;lt;/sub&amp;gt;, representing very small quantities: a micrometer (μm) is tens of times smaller than the width of a human hair, a microgram (μg) is one single fine speck of flour, both of which are barely visible with the bare human eye nor feelable through the skin.&lt;br /&gt;
&lt;br /&gt;
- capital sigma&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for summation of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- capital pi&lt;br /&gt;
&lt;br /&gt;
Typically used as a symbol for multiplication of a series of numbers.&lt;br /&gt;
&lt;br /&gt;
- lower-case zeta&lt;br /&gt;
&lt;br /&gt;
- lower-case beta&lt;br /&gt;
&lt;br /&gt;
- lower-case alpha&lt;br /&gt;
&lt;br /&gt;
- capital omega&lt;br /&gt;
&lt;br /&gt;
- lower-case omega&lt;br /&gt;
&lt;br /&gt;
- lower-case sigma&lt;br /&gt;
&lt;br /&gt;
- lower-case ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case gamma&lt;br /&gt;
&lt;br /&gt;
Gamma ray is the most powerful classification of electromagnetic radiation AKA &amp;quot;light&amp;quot;, and powerful lights are frequently associated with high-tech, futuristic devices and weapons, hence &amp;quot;space noises&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- lower-care rho&lt;br /&gt;
&lt;br /&gt;
- capital ksi&lt;br /&gt;
&lt;br /&gt;
- lower-case psi&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:What Greek letters mean in equations&lt;br /&gt;
&lt;br /&gt;
:π This math is either very simple or impossible.&lt;br /&gt;
:Δ Something has changed.&lt;br /&gt;
:δ Something has changed and it's a mathematician's fault.&lt;br /&gt;
:θ Circles!&lt;br /&gt;
:Φ '''''O R B S'''''&lt;br /&gt;
:ϵ Not important, don't worry about it.&lt;br /&gt;
:υ,ν Is that a V or a U? Or...oh no, it's one of ''those''.&lt;br /&gt;
:μ This math is cool but it's not about anything that you will ever see or touch, so whatever.&lt;br /&gt;
:Σ Thank you for purchasing ''Addition Pro''®!&lt;br /&gt;
:Π ...and the ''Multiplication''® expansion pack!&lt;br /&gt;
:ζ This math will only lead to more math.&lt;br /&gt;
:β There are just too many coefficients.&lt;br /&gt;
:α Oh boy, now '''''this''''' is math about something real. This is math that could '''''kill''''' someone.&lt;br /&gt;
:Ω Oooh, ''some'' mathematician thinks their function is cool and important.&lt;br /&gt;
:ω A lot of work went into these equations and you are going to die here among them.&lt;br /&gt;
:σ Some poor soul is trying to apply this math to real life and it's not working.&lt;br /&gt;
:ξ Either this is terrifying mathematics or there was a hair on the scanned page.&lt;br /&gt;
:γ ''Zoom'' pew pew pew [space noises] ''zoooom!''&lt;br /&gt;
:ρ Unfortunately, the test vehicle suffered an unexpected wing separation event.&lt;br /&gt;
:Ξ Greetings! We hope to learn a great deal by exchanging knowledge with your Earth mathematicians.&lt;br /&gt;
:ψ You have entered the domain of King Trition, ruler of the waves.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2552:_The_Last_Molecule&amp;diff=222269</id>
		<title>2552: The Last Molecule</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2552:_The_Last_Molecule&amp;diff=222269"/>
				<updated>2021-12-09T06:08:13Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: /* Transcript */ Added transcript.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2552&lt;br /&gt;
| date      = December 8, 2021&lt;br /&gt;
| title     = The Last Molecule&lt;br /&gt;
| image     = the_last_molecule.png&lt;br /&gt;
| titletext = Biology is really struggling; they're barely at 93% and they keep finding more ants.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a FRUSTRATED BIOLOGIST - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There are an infinite number of ways to arrange atoms into molecules, and chemistry is the study of the interaction of subatomic particles, atoms, and molecules, not simply the cataloging of all specimens of molecule.&lt;br /&gt;
&lt;br /&gt;
This is reminiscent of biology's focus on previous centuries on simply cataloging the species on Earth.&lt;br /&gt;
&lt;br /&gt;
Further, the goal of science is not to &amp;quot;complete&amp;quot; a field, but to understand it better and better.  No scientific field, with the possible exception of optics, is considered fully understood.&lt;br /&gt;
&lt;br /&gt;
Putting Biology at 93% and Physics at 98% is patently absurd. As mentioned in the comic, we don't even know how many kinds of ants there are yet. When J.B.S Haldane, founder of the field of population genetics, was asked what could be inferred about the creator from the creation, he reportedly said, &amp;quot;He has an inordinate fondness for beetles&amp;quot;. Insects aside, fundamental and important problems such as what genes promote which traits, the nature of cognition, and the mechanism behind several diseases remain complete mysteries. We know less about our own ocean floor than we do about the surface of Mars. Needless to say, Biology is nowhere close to 93% solved. As for Physics, questions such as &amp;quot;what the actual hell is dark matter?&amp;quot; and &amp;quot;how do we unify the four fundamental forces?&amp;quot; and &amp;quot;how do we make nuclear fusion possible on earth?&amp;quot; and &amp;quot;how fast does light travel in one direction?&amp;quot; make it clear that the field still has a long, long way to go.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[Ponytail is presenting on a stage. To the top-center of the slide displays &amp;quot;Chemistry&amp;quot; at a circled &amp;quot;100% complete&amp;quot;, then to the left is &amp;quot;Biology&amp;quot; at &amp;quot;93% complete&amp;quot; and to the right is &amp;quot;Physics&amp;quot; at &amp;quot;98% complete&amp;quot;. The bottom of the slide shows the [[Wikipedia:structural formula|structural formula]] of a molecule captioned &amp;quot;The last one&amp;quot;, along with a few smaller captions around it drawn as squiggles.]&lt;br /&gt;
&lt;br /&gt;
Ponytail:&lt;br /&gt;
&lt;br /&gt;
:With the discovery of the last molecule, I'm pleased to announce that chemistry is finally complete.&lt;br /&gt;
&lt;br /&gt;
:Best of luck to our competitors in their race for second place.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2496:_Mine_Captcha&amp;diff=215784</id>
		<title>2496: Mine Captcha</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2496:_Mine_Captcha&amp;diff=215784"/>
				<updated>2021-07-30T14:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: Added transcription.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2496&lt;br /&gt;
| date      = July 30, 2021&lt;br /&gt;
| title     = Mine Captcha&lt;br /&gt;
| image     = mine_captcha.png&lt;br /&gt;
| titletext = This data is actually going into improving our self-driving car project, so hurry up--it's almost at the minefield.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LIVE MINEFIELD. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic expects users click on the mines in a minesweeper puzzle to proceed with their task. Traditionally, the goal in minesweeper is to click on boxes where there are NOT mines, so the puzzle would be especially difficult for anyone used to playing minesweeper. &lt;br /&gt;
&lt;br /&gt;
The comic shows a 4x4 grid with mostly grey squares, and a few tiles showing colored numbers. The setup and colors suggest a gaming board of the popular minesweeper game, with a few tiles uncovered. Numbers would then show the number of mines in adjacent squares. Given the current board configuration, one can deduce that there are four mines  (in squares A2, B2, B3 and D3, where letters (numbers) mark columns (rows)). For example, there are two mines within the squares A2,B1,B2, as signified by the 2 in A1, but only one of those can be in B1 or B2 (because of the 1 in C1). Therefore, A2 has to be a mine. The title suggests this as a CAPTCHA, where proving to be human involves first recognizing this as a minesweeper simile, and then solving for those squares with mines.&lt;br /&gt;
&lt;br /&gt;
Traditionally, the goal in minesweeper is to click on boxes where there are NOT mines, so the puzzle would be especially difficult for anyone used to playing minesweeper.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[A &amp;quot;CAPTCHA&amp;quot; box.]&lt;br /&gt;
&lt;br /&gt;
To proceed, click&amp;lt;br&amp;gt;all the pictures of&amp;lt;br&amp;gt;MINES&lt;br /&gt;
&lt;br /&gt;
[A 4 by 4 ''Minesweeper'' field, with some cells revealed with numbers.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2 . 1 .&lt;br /&gt;
. . 3 .&lt;br /&gt;
3 . . .&lt;br /&gt;
. 1 . 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2089:_Christmas_Eve_Eve&amp;diff=167327</id>
		<title>2089: Christmas Eve Eve</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2089:_Christmas_Eve_Eve&amp;diff=167327"/>
				<updated>2018-12-24T14:59:11Z</updated>
		
		<summary type="html">&lt;p&gt;Leduyquang753: /* Transcript */ Removed redundant &amp;quot;for&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2089&lt;br /&gt;
| date      = December 24, 2018&lt;br /&gt;
| title     = Christmas Eve Eve&lt;br /&gt;
| image     = christmas_eve_eve.png&lt;br /&gt;
| titletext = It turns out that saying &amp;quot;Oh, so THAT'S why they call it Boxing Day&amp;quot; is a good way to get punched a second time.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by SANTA. There appears to be no explanation. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic was posted on December 24, 2018.&lt;br /&gt;
&lt;br /&gt;
The day before a holiday, is often referred to as the &amp;quot;eve&amp;quot; of the holiday. Thus December 24 is Christmas Eve.&lt;br /&gt;
Some people (presumably including Randall) extend this and call December 23 &amp;quot;Christmas Eve Eve&amp;quot;. We add one &amp;quot;eve&amp;quot; for each night before Christmas morning.&lt;br /&gt;
&lt;br /&gt;
Cueball notes this, and Megan acknowledges this. Cueball follows by naming December 24 as Christmas Eve, December 25 as Christmas, and then mentions that the following day is his favorite.&lt;br /&gt;
Megan's &amp;quot;Oh no&amp;quot; implies that she knows what Cueball will say next.&lt;br /&gt;
&lt;br /&gt;
Since December 26 is the 364th day before Christmas, it follows that December 26 is &amp;quot;Christmas eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Cueball's friend Megan finds this fact unacceptable; as such, she announces that she will not give Cueball gifts.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the [[wikipedia:Boxing Day|Boxing Day]] holiday celebrated the day after Christmas in the UK and many parts of the former British Empire. In this title text we can presume Cueball was punched (or ''boxed'') after his litany of 364 “eves”, to which he replies “Oh, so that's why they call it Boxing Day” only to be boxed again.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon. I demand a recount!}}&lt;br /&gt;
&lt;br /&gt;
[Cueball, White Hat, and Megan stand in frame.]&lt;br /&gt;
&lt;br /&gt;
Cueball: Today is Christmas Eve. Yesterday was Christmas eve eve.&lt;br /&gt;
&lt;br /&gt;
Megan: Uh huh...&lt;br /&gt;
&lt;br /&gt;
Cuball: Of course, tomorrow is Christmas. And then, my favourite...&lt;br /&gt;
&lt;br /&gt;
Megan: Oh no.&lt;br /&gt;
&lt;br /&gt;
Cueball: ...Christmas eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve eve!&lt;br /&gt;
&lt;br /&gt;
[The &amp;quot;eve&amp;quot;s get smaller over time.]&lt;br /&gt;
&lt;br /&gt;
Megan: I'm returning the presents I got you.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Leduyquang753</name></author>	</entry>

	</feed>