- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
523 lines (482 loc) · 24.8 KB
/
Copy pathindex.html
File metadata and controls
523 lines (482 loc) · 24.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8" />
<metaname="viewport" content="width=device-width,initial-scale=1" />
<title>MathEXplained Magazine</title>
<metaname="description" content="MathEXplained Magazine — a free, student-run monthly magazine about mathematics." />
<linkrel="icon" href="assets/favicon.ico" type="image/x-icon">
<linkrel="preconnect" href="https://fonts.googleapis.com">
<linkrel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<linkrel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400..700&family=Inter:wght@400..700&display=swap">
<linkrel="stylesheet" href="./style.css">
<scriptsrc="https://unpkg.com/lucide@1.27.0/dist/umd/lucide.min.js" defer></script>
<!-- Pre-rendered SVG for the decorative background; no MathJax runtime needed. -->
<scriptsrc="math-symbols.js" defer></script>
<scriptsrc="background.js" defer></script>
<scriptsrc="site.js" defer></script>
</head>
<bodyclass="index-page with-header-gap">
<aclass="skip-link" href="#main">Skip to content</a>
<canvasid="proximity-grid" aria-hidden="true"></canvas>
<divclass="math-bg-layer" aria-hidden="true"></div>
<divclass="announcement-banner">📣 Join our Google Group for exclusive email updates! <ahref="https://groups.google.com/g/mathexplained-magazine-releases" target="_blank">Learn more...</a></div>
<headerclass="headerbar">
<aclass="brand" href="index.html">
<imgsrc="assets/logo.webp" width="48" height="48">
<spanclass="site-title">Math<spanclass="accent">EX</span>plained</span>
</a>
<navclass="nav-right" aria-label="Primary">
<ahref="index.html">Past Releases</a>
<ahref="about_us.html">About Us</a>
<ahref="staff.html">Staff</a>
<ahref="crossword.html">Crossword</a>
<ahref="apply.html" class="nav-cta">APPLY!</a>
<ahref="https://discord.com/invite/Fnhwbzfpfz" target="_blank" class="navlink">
<imgsrc="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/discord.svg" alt="Join us on Discord" class="discord-icon">
</a>
<ahref="https://www.instagram.com/mathexplainedmagazine" target="_blank" class="navlink">
<imgsrc="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/instagram.svg" alt="Follow us on Instagram" class="instagram-icon">
</a>
</nav>
</header>
<mainid="main">
<sectionclass="hero">
<h1class="hero-title">Math, <em> 100% EXplained.</em></h1>
<pclass="hero-sub">A student-run magazine that turns the corners of mathematics into applicable stories anyone can read.</p>
<divclass="hero-actions">
<aclass="btn btn-primary" href="#archive">Browse the archive</a>
<aclass="btn btn-ghost" href="apply.html">Write for us</a>
</div>
<dlclass="hero-stats">
<div><dtdata-stat="issues">28</dt><dd>Issues published</dd></div>
<div><dtdata-stat="articles">100+</dt><dd>Spreads</dd></div>
<div><dt>17</dt><dd>Staffers worldwide</dd></div>
</dl>
</section>
<divclass="section-head" id="archive">
<h2>The Archive</h2>
<pclass="section-note">Every issue, free to read.</p>
</div>
<divclass="archive-toolbar" data-archive>
<divclass="filter-pills" role="group" aria-label="Filter issues by year"></div>
<divclass="archive-tools">
<spanclass="archive-count" id="archive-count" role="status" aria-live="polite"></span>
<divclass="archive-search">
<idata-lucide="search"></i>
<labelclass="sr-only" for="archive-search">Search releases and spreads</label>
<inputid="archive-search" type="search" placeholder="Search releases…" autocomplete="off">
</div>
</div>
</div>
<divclass="grid-container">
<!-- begin special releases -->
<articleclass="release-card exclusive-card" data-exclusive="true" data-year="2026">
<ahref="https://functor.network/user/3352/entry/1604" target="_blank" rel="noopener" class="release-link">
<imgsrc="assets/interstellar-magazine-logo.webp" alt="Interstellar exclusive cover" loading="lazy" decoding="async">
<divclass="exclusive-tag">Interstellar × MathEXplained Collab</div>
<divclass="releasetitle">How Energy Transmission Can Be Optimized for a Future of Solar Power</div>
<divclass="releasedescription">
<p>Explore the physics and optimization behind renewable energy systems.</p>
<p>By: Julia Somlo (I) / Kevin Chen (M)</p>
</div>
</a>
</article>
<articleclass="release-card exclusive-card" data-exclusive="true" data-year="2026">
<ahref="https://functor.network/user/3352/entry/1606" target="_blank" rel="noopener" class="release-link">
<imgsrc="assets/interstellar-magazine-logo.webp" alt="Interstellar exclusive cover" loading="lazy" decoding="async">
<divclass="exclusive-tag">Interstellar × MathEXplained Collab</div>
<divclass="releasetitle">Star Trackers</div>
<divclass="releasedescription">
<p>How navigation, observation, and mathematics guide our view of the stars.</p>
<p>By: Yulee Oh (I) / Samairra Malhotra (M)</p>
</div>
</a>
</article>
<articleclass="release-card exclusive-card" data-exclusive="true" data-year="2026">
<ahref="https://functor.network/user/3352/entry/1607" target="_blank" rel="noopener" class="release-link">
<imgsrc="assets/interstellar-magazine-logo.webp" alt="Interstellar exclusive cover" loading="lazy" decoding="async">
<divclass="exclusive-tag">Interstellar × MathEXplained Collab</div>
<divclass="releasetitle">The Role of Mathematical Models in Modern Cancer Therapy</div>
<divclass="releasedescription">
<p>Modeling, treatment planning, and the mathematics behind modern medicine.</p>
<p>By: Shivali H. Patra (I) / Wenhao Lu (M)</p>
</div>
</a>
</article>
<!-- begin regular releases -->
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1hj4DI4bedG2gPCwzJnPc4oVtDPLB3E0j/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1AA4ykQnbFXpd0W1AggHX4-PmVhomty-s" alt="August 2026 Cover" decoding="async">
<divclass="releasetitle">August 2026 Release</div>
<divclass="releasedescription">
<p>1. The Topological Mystery of the Möbius Strip</p>
<p>2. The Ham Sandwich Theorem</p>
<p>3. When 1 = 2: The Paradox of Space Filling Curves</p>
<p>4. Linearity of Expectation</p>
<p>5. The Fundamental Identity of Ramification</p>
<p>6. Back-to-School Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1KgW9KrXfylhPzAtyPWC424OoTVim-qpW/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1WZP1ZznE4vClaKNbg4n4bP8O7xrSrdgy" alt="June-July 2026 Cover" decoding="async">
<divclass="releasetitle">June-July 2026 Release</div>
<divclass="releasedescription">
<p>1. How Hyperbolic Geometry is Shown in Nature</p>
<p>2. Sunflowers</p>
<p>3. Ducci Squares</p>
<p>4. Continued Fractions</p>
<p>5. Father's Day Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1R7Zm4sjXjOWrajyjAoXGoJiE2IyXkpwX/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1lpDjcBX78lECl3BsdOtVfif5TcoF4Dlu" alt="May 2026 Cover" decoding="async">
<divclass="releasetitle">May 2026 Release</div>
<divclass="releasedescription">
<p>1. The Narcissists of Number Theory</p>
<p>2. Cops and Robbers</p>
<p>3. Graph Neural Networks</p>
<p>4. Mother's Day Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1HW1izEnKY4ob6wu2aLTApPH4OCQs5Ca5/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1jCs9c3GTUNYn2utyWWukRhxLf2EJRfoV" alt="April 2026 Cover" decoding="async">
<divclass="releasetitle">April 2026 Release</div>
<divclass="releasedescription">
<p>1. The 37% Rule of Knowing When To Stop</p>
<p>2. Martin Gardner – A Magician in a World of Mathematics</p>
<p>3. The Königsberg Bridge Problem: The Walk That Started Graph Theory</p>
<p>4. Which Math Competitions Have You Done? Poll Results</p>
<p>5. April Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1VbQV7h6SClgKV732i5OT0mnSytLuCBHn/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1eaPjOvdr7nf4bC1XV2GoC8Mv3AeiQENP" alt="March 2026 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">March 2026 Release</div>
<divclass="releasedescription">
<p>1. Emmy Noether: The Most Influential Woman in Physics and Mathematics</p>
<p>2. Approximating Pi: From Archimedes to Nilakantha</p>
<p>3. The Mathematics of March Breakups</p>
<p>4. The Sleeping Beauty Problem</p>
<p>5. Cricket Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1_tfrzCcqzgSbrxJE47xpRrnRVhrCvctw/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1_cSkpV5QRB7VuVvzUrV9QdGzjsslk7_3" alt="February 2026 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">February 2026 Release</div>
<divclass="releasedescription">
<p>1. A Mathematical Valentine</p>
<p>2. Are All Horses the Same Color?</p>
<p>3. Poll Results: What Are Transcendental Numbers?</p>
<p>4. February Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1DLW1mnK8m2pgWTkhAhj3ZQS9nLoYx5T9/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1EVg8g5L649vnNExuyY0LJ3ZFaDWlHaJt" alt="January 2026 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">January 2026 Release</div>
<divclass="releasedescription">
<p>1. Why Waking Up in the Winter Is So Hard</p>
<p>2. Symmetry in Snowflakes</p>
<p>3. How Partitions Are Solving One of Math's Oldest Problems</p>
<p>4. 2026 Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1K3ZCNWuJDqLbyc7zyajhBjw_xil7UatR/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=18zD8ym1lv28xAsl695EgvY82zhSN0Get" alt="December 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">December 2025 Release</div>
<divclass="releasedescription">
<p>1. A December Nobel & The Gift of Stability</p>
<p>2. Partitions: From Euler to Ramanujan</p>
<p>3. Winter Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1bza0cMA0cvMbHgvkpGU5oGBwedCkxT4s/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1ZqX81npqAGYoZ_G01CUZGGcwkVYFG7Ax" alt="November 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">November 2025 Release</div>
<divclass="releasedescription">
<p>1. Four Colors Suffice: Inside the Long History of the Four Color Theorem</p>
<p>2. The Sequence From Rabbits to Markets</p>
<p>3. The Fractals of Fall</p>
<p>4. November Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1KsZsWIbDb5zFh_Afoo63sOV4q15P5fw0/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1LibJwoab1kypN8UwUA3-YNEvyCwgZ9IX" alt="October 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">October 2025 Release</div>
<divclass="releasedescription">
<p>1. The Benford Hierarchy: Why Your Data Prefers a '1'</p>
<p>2. The October That Solved Fermat</p>
<p>3. The Pumpkin Problem</p>
<p>4. October Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1-EleNMfMB1aUd5bDzK_2MKaAJaVR3VLI/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1fcwbcx8TyzUjm1FCfXKwk2XYdItBrLZb" alt="September 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">September 2025 Release</div>
<divclass="releasedescription">
<p>1. PID Control: The Math that Keeps Machines Steady</p>
<p>2. The Collatz Conjecture: A Simple and Impossible Problem</p>
<p>3. September Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1CaKMp6i5jezvE8aoFgn5DZQ5eVoPs04i/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=17SB56uaEitnUzSggxZ9ElazIN_4YgRlZ" alt="August 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">August 2025 Release</div>
<divclass="releasedescription">
<p>1. The Banach-Tarski Paradox</p>
<p>2. Fair Cake Cutting</p>
<p>3. Polynomial Irreducibility</p>
<p>4. The Central Limit Theorem</p>
<p>5. Gödel's Incompleteness Theorems: The Limits of Logic</p>
<p>6. Flight Paths</p>
<p>7. The Cayley-Bacharach Theorem, Groups, and Elliptic Curves</p>
<p>8. N. Bourbaki: The Nonexistent Man Who Changed Math</p>
<p>9. Math Behind Mogging</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1zEIb3OilpFtnBK7rRWYpvGNMNrzGuaIf/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1w9v9hyvQfa9U6Uxz9S1fl0ReZxez4TW4" alt="July 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">July 2025 Release</div>
<divclass="releasedescription">
<p>1. The Linear Algebra Behind Search Results</p>
<p>2. Scientific Applications of Knot Theory</p>
<p>3. Simple Question, Enduring Mystery</p>
<p>4. An Introduction to Galton-Watson Processes</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1ztgh3XosO3c1n4GgHqIYHIRqG3fjY2pF/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1zAgm_q3seq2-ghI_9i8Xpr284opRUBD4" alt="June 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">June 2025 Release</div>
<divclass="releasedescription">
<p>1. Primality Tests</p>
<p>2. Simpson's Paradox</p>
<p>3. Approximations</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1K1M49R19Rjcj4t_01hOIZwOJVVrHdHpP/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=17mBrvl6y1_GM4tCkdCvO9USB067HstBE" alt="May 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">May 2025 Release</div>
<divclass="releasedescription">
<p>1. Sports Betting</p>
<p>2. Birthday Paradox</p>
<p>3. May Mathematicians</p>
<p>4. Ulam Spiral</p>
<p>5. The Cubic Formula's Surprising Past</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/16vb-fqvkEu_qpHceTKaY67eWal4Fnh3D/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1cJgEeIB-R-BWsChajt34l78c5Vy7Mu-k" alt="April 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">April 2025 Release</div>
<divclass="releasedescription">
<p>1. Fibonacci in Nature</p>
<p>2. Math in Nature: Fractals</p>
<p>3. Deriving Trigonometry Values with a Stick</p>
<p>4. Spring Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1I4mZlhtHcc3L_Gt6j0u99lYECDq1qJG-/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1ffvyRQN2flN637MVGkN0irXAWa1x__xK" alt="March 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">March 2025 Release</div>
<divclass="releasedescription">
<p>1. Exploring π's Legacy Through the Ages</p>
<p>2. π and Philly Cheesesteak</p>
<p>3. Mathematical Beauties within Chess</p>
<p>4. Pi Day Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1PDb5bQEt-2uaNRzhVN0enNLxndt_Zl3r/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1hcTc7oJuT26R1VRx8RIG42Oi4ZWRphRy" alt="February 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">February 2025 Release</div>
<divclass="releasedescription">
<p>1. Is Punxsutawney Phil Actually a Fraud?</p>
<p>2. Discovering Nostalgia in Mathematics</p>
<p>3. Math Pick-up Lines</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1mr3On7OeMTaFnH-aTaDxXC5HHxwhgA2e/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=125FBr1CdDa16cjJ1dnRNnDofoSqTQDyt" alt="January 2025 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">January 2025 Release</div>
<divclass="releasedescription">
<p>1. Math's Most Beautiful Equation Explained</p>
<p>2. 2025 - a Year of Interesting Properties</p>
<p>3. New Year's Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1ecx7rgrrJ_E86uqZ7yc7PGkeJtClJbda/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=10dNQHDzRFMX2IramuNTcFmythmnL3qRD" alt="December 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">December 2024 Release</div>
<divclass="releasedescription">
<p>1. Monte Carlo Fallacy - the Death of Inexperienced Gamblers</p>
<p>2. Book Review - A Manga Guide to Calculus</p>
<p>3. Christmas Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1T89HK8i8vs2fWdYSIvemgKy4U3JEXepZ/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1XR0gJ5oYh6hu1fZ2Ss0C-W4y2yYHnIT5" alt="November 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">November 2024 Release</div>
<divclass="releasedescription">
<p>1. Voting Theory: the Impossibility of Perfection</p>
<p>2. Mathematical History: November Edition</p>
<p>3. Nim: The Most Complex Simple Game</p>
<p>4. BMT 2024 - the in-Person Experience</p>
<p>5. Thanksgiving Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/17pZcgOOLXz3JYWEXyGVhSrnd_MITgNiZ/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1kzXW82a6VrkuVCLPNTP4AwP5yir8kf-3" alt="October 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">October 2024 Release</div>
<divclass="releasedescription">
<p>1. Achieving Musical Harmony with Math</p>
<p>2. Largest Prime Number Discovered</p>
<p>3. The Math Behind Origami</p>
<p>4. The Culmination of Art and Math: A Golden Connection</p>
<p>5. Halloween Math Crossword</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1YuIAVMfM54ytgCSygmJ9UbNIK9RVl1iC/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1SP4JcGakwKt86FOhcNrMuknyW4G5f2ZJ" alt="September 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">September 2024 Release</div>
<divclass="releasedescription">
<p>1. Notice Deceptive Statistics</p>
<p>2. How Many Holes Does a Straw Have?</p>
<p>3. Surprising Connections Between Probabilistic Theory and Number Theory</p>
<p>4. Sperner's Lemma: Achieving Rental Harmony</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1PlHWW2ES9aaXDm619-TlHhEw0rDN03oK/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=17JVqHvYglzwrILv7hhmF845-1Z-TEB14" alt="August 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">August 2024 Release</div>
<divclass="releasedescription">
<p>1. Should I Take Calc AB or Calc BC?</p>
<p>2. Pursuing Math into College</p>
<p>3. Math and Synesthesia</p>
<p>4. APMO 2024 Results Released!</p>
<p>5. Is Mathematics an Art Form?</p>
</div>
</a>
</article>
<articleclass="release-card">
<ahref="https://drive.google.com/file/d/1dQaIBsus20a6I8nj0YpkUebhAHOth0mm/view?usp=sharing" target="_blank"
class="release-link">
<imgsrc="https://drive.google.com/thumbnail?id=1mhV4qOKYSItIXXnBAZ4RswF3OVRdbJTE" alt="July 2024 Cover" loading="lazy" decoding="async">
<divclass="releasetitle">July 2024 Release</div>
<divclass="releasedescription">
<p>1. Mathletes From Over 100 Nations Meet For the 65th IMO</p>
<p>2. Just Under 100 Days Until the 2024 AMC 10/12</p>
</div>
</a>
</article>
</div>
<pclass="archive-empty" hidden>No issues match that search.
<strong>Please try a different query.</strong></p>
</main>
<footer>
<divclass="footer-top">
<divclass="footer-brand">
<imgsrc="assets/logo.webp" width="48" height="48">
<divclass="site-title">Math<spanclass="accent">EX</span>plained</div>
<pclass="footer-tagline">A student-run magazine making mathematics readable —
one monthly issue at a time.</p>
</div>
<divclass="footer-links">
<divclass="footer-col">
<h4>Explore</h4>
<ul>
<li><ahref="index.html">Past Releases</a></li>
<li><ahref="crossword.html">Crossword</a></li>
<li><ahref="about_us.html">About Us</a></li>
<li><ahref="staff.html">Staff</a></li>
</ul>
</div>
<divclass="footer-col">
<h4>Get involved</h4>
<ul>
<li><ahref="apply.html">Apply to join</a></li>
<li><ahref="https://groups.google.com/g/mathexplained-magazine-releases"
target="_blank" rel="noopener">Mailing list</a></li>
<li><ahref="https://discord.com/invite/Fnhwbzfpfz"
target="_blank" rel="noopener">Discord</a></li>
<li><ahref="https://www.instagram.com/mathexplainedmagazine"
target="_blank" rel="noopener">Instagram</a></li>
</ul>
</div>
</div>
</div>
<p>© 2026 MathEXplained. All rights reserved.</p>
</footer>
<!-- Swaps every [data-lucide] placeholder for its inline <svg>. Deferred scripts
run in order before DOMContentLoaded, so lucide is defined by the time this fires. -->
<script>window.addEventListener('DOMContentLoaded',function(){window.lucide&&lucide.createIcons();});</script>
</body>
</html>