Create wiki/immediate/arithmetic-everywhere.md
08dd1a8afe80 harrisonqian 2026-04-12 1 file
new file mode 100644
index 0000000..6f995c0
@@ -0,0 +1,55 @@
+---
+visibility: public-edit
+---
+
+# arithmetic everywhere
+
+addition. subtraction. multiplication. division. you learned these before you were ten. they're so embedded in daily life that doing them doesn't feel like "doing math" — it feels like common sense. but that's exactly the point.
+
+## the invisible math
+
+you wake up. you check the time (subtraction: "I have 45 minutes before I need to leave"). you pour cereal (estimation, ratios). you check your bank account (addition, subtraction). you drive to school (speed × time = distance, even if you don't think of it that way). you split lunch with a friend (division). you tip the waiter (multiplication by 0.2, or whatever you tip).
+
+by noon you've done dozens of arithmetic operations without once thinking "I'm doing math." this is arithmetic's greatest success: it's so useful that it became invisible.
+
+## the operations are deeper than they seem
+
+each arithmetic operation captures a fundamental relationship:
+
+**addition** — combining. merging. accumulating. any time two things come together to form a whole, that's addition. revenues from two product lines. ingredients in a recipe. hours worked across a week. the concept of "putting things together" is so basic that it's hard to imagine thinking without it.
+
+**subtraction** — difference. comparison. removal. "how much more?" "how much is left?" "what changed?" subtraction is how we detect change, measure progress, and find gaps.
+
+**multiplication** — scaling. repetition. area. any time you have "some number of groups, each of some size" — that's multiplication. it's also how we handle rates: price × quantity, speed × time, probability × outcomes. dimensional analysis is just multiplication with units attached.
+
+**division** — sharing. averaging. ratio. per-unit thinking. "miles per gallon," "dollars per hour," "points per game" — all division. it's how we normalize, compare, and think about rates.
+
+## where it gets interesting
+
+### dosage calculations
+
+medical dosing is arithmetic that kills people when it goes wrong. a drug might be prescribed at 5mg per kg of body weight, administered in 3 doses per day, diluted in a solution of 10mg/mL. that's multiplication, division, and unit conversion — elementary school math — but errors in this chain cause roughly 7,000 deaths per year in the US.
+
+### cooking ratios
+
+a vinaigrette is 3 parts oil to 1 part vinegar. a bread dough is roughly 5:3 flour to water by weight. once you think in ratios instead of recipes, you can cook anything in any quantity without looking anything up. this is the power of multiplicative thinking — it scales.
+
+### compound interest
+
+einstein (probably) never called it the eighth wonder of the world, but compound interest does demonstrate something genuinely profound about multiplication: repeated multiplication (exponentiation) grows shockingly fast. $1000 at 7% annual return becomes $7,612 in 30 years. you've added $0 — multiplication did all the work.
+
+this same principle underlies population growth, viral spread, and nuclear chain reactions. it's why [probability in daily life](/wiki/immediate/probability-in-daily-life) matters so much for financial decisions.
+
+### mental shortcuts
+
+people who are "good with numbers" usually aren't doing harder math — they're doing the same arithmetic with better shortcuts:
+- to tip 20%, find 10% (move the decimal) and double it
+- to multiply by 15, multiply by 10 and add half
+- to check if a number is divisible by 3, add its digits
+- to estimate 18 × 22, compute 20² - 2² = 400 - 4 = 396 (difference of squares — this is algebra sneaking into arithmetic)
+
+## the philosophical point
+
+arithmetic works. that's actually strange. why should the abstract rules governing numbers — which are themselves abstract objects — map so perfectly onto physical reality? why does 3 apples + 4 apples always give 7 apples, never 8?
+
+this is a baby version of wigner's "unreasonable effectiveness of mathematics" question that becomes much more dramatic at the [physics](/wiki/stem/physics) level. but it starts here, with the fact that addition works on apples, dollars, people, photons, and ideas — despite these things having nothing else in common.
\ No newline at end of file