MathQuarryCalculators

Learn

Method guides that teach the how and why behind everyday math.

The Learn hub is where this site slows down. Everywhere else — the number pages, the factor pages, the calculators — the point is speed: type in a value, get the computed answer immediately. This hub does the opposite on purpose. Each of the 25 guides here teaches one specific method from the ground up, with the reasoning laid out step by step and worked through with real numbers, so that after reading it you could do the calculation yourself without needing the site at all. That's the actual test of whether a guide here is doing its job — not whether it produces a correct answer, but whether it leaves you able to reproduce the method independently.

The guides cluster around a handful of core skill areas. Factoring and primes form one cluster: how to find the factors of a number by trial division, how to check whether a number is prime, and how to break a number down into its full prime factorization — three closely related skills that build on each other, since prime factorization is really just factoring taken all the way down to its prime building blocks. GCF and LCM get their own dedicated guides, because while both rely on prime factorization, the two calculations solve different problems (GCF finds the largest shared divisor of two numbers; LCM finds the smallest shared multiple) and mixing them up is one of the most common errors students make on this topic.

Fractions and decimals form a second cluster: simplifying a fraction to its lowest terms, converting a fraction to a decimal and back, and understanding what's actually happening arithmetically in each direction rather than memorizing a disconnected trick for each. Percentages get their own pair of guides — calculating a straight percentage, and calculating percentage change specifically, because "what percent is 30 of 150" and "what's the percentage change from 30 to 150" use genuinely different formulas despite looking like similar questions on the surface, and conflating them is a very common source of wrong answers.

Roman numerals get two guides covering both directions of the conversion — reading and writing them, and converting numerals back to Arabic numbers — because the subtractive-notation rule (why IV means 4, not IIII) trips people up in both directions independently. Roots and exponents get their own cluster: finding a square root without a calculator (using an estimation-and-refinement method that's genuinely learnable by hand), finding a cube root, and understanding exponents and powers more generally, including why a negative exponent means "divide" rather than "make negative."

Rounding, scientific notation, and long division form a practical arithmetic cluster — skills that are simple in concept but easy to get subtly wrong in execution (rounding a number that ends in exactly 5, for instance, has more than one defensible convention depending on context, and this site is explicit about which one it uses and why). Statistics gets one guide on mean, median, and mode — three different, commonly confused ways of describing "the typical value" in a data set, each useful in different situations and each capable of giving a very different answer from the same data. Ratios get a dedicated guide on setting up and simplifying ratio problems. And a final cluster covers number-theory topics that are more about understanding than calculating: what makes a number "perfect," what triangular numbers are and why they're called that, the Fibonacci sequence and how each term relates to the ones before it, the full set of divisibility rules from 2 through 12, and how binary and hexadecimal number systems represent the same values our everyday base-10 system does, just with a different number of digits to work with.

Every guide here is written to actually teach the underlying reasoning, not just restate the calculator's output in prose form — a genuinely useful guide should be usable with a pencil and paper and zero internet access. If you'd rather get an instant computed answer for a specific number, the Numbers, Factors, and Primes hubs handle that; if you want to actually understand the method behind the answer, this is the hub built for that.

Every guide on this hub follows the same internal shape, even though the length and depth vary by topic: a plain-language definition of the term or method first, a numbered walk-through of the actual steps second, one or more fully worked examples third — using real numbers, shown at every intermediate step rather than jumping to the answer — and a short "common mistakes" section last, covering the specific ways people get the method wrong in practice rather than generic advice to be careful. That last section earns its place: a guide that only shows the correct path leaves you unable to recognize your own error when you make one, and everyone makes one eventually.

The divisibility rules guide is a good example of how much genuine shortcut-value sits in a topic that looks like rote memorization at first. A number is divisible by 3 if the sum of its digits is divisible by 3 — take 4,317: 4+3+1+7 = 15, and 15 is divisible by 3, so 4,317 is too (4,317 ÷ 3 = 1,439), without doing the division directly. Divisibility by 4 depends only on a number's last two digits: 4,317 ends in 17, which isn't divisible by 4, so 4,317 isn't either, regardless of how large the rest of the number is. Divisibility by 9 works exactly like the rule for 3 but with a stricter threshold — the digit sum itself must divide by 9, not just by 3 — while divisibility by 11 uses an alternating-sum trick (add and subtract digits alternately from right to left) that looks unrelated to the others but follows from the same modular-arithmetic reasoning underneath every one of them. The guide covers all nine rules from 2 through 12 with the reasoning behind each, not just the shortcut in isolation.

The number-theory cluster covers ground the calculator pages don't touch at all, because these aren't things you calculate for a single input so much as patterns you recognize across a sequence. The Fibonacci guide walks through why each term is the sum of the two before it (1, 1, 2, 3, 5, 8, 13, 21, 34...) and why the ratio between consecutive terms converges toward the golden ratio, approximately 1.618, as the sequence grows — 34 ÷ 21 ≈ 1.619, already close after just a handful of terms. The perfect numbers guide explains why 6 (1+2+3), 28 (1+2+4+7+14), 496, and 8,128 are the only four perfect numbers below ten thousand, and why every even perfect number ever found follows the same pattern discovered by Euclid and later completed by Euler, connecting them directly to the Mersenne primes covered on the Primes hub. The triangular numbers guide shows why the formula n(n+1)/2 works geometrically, not just algebraically — stack n dots in a triangle and the total is always exactly half of an n-by-(n+1) rectangle of dots, a genuinely satisfying way to see why the formula is true rather than just memorizing it.

In practice, the guides get used less like a textbook read start to finish and more like a reference pulled up mid-homework, mid-lesson-plan, or mid-refresher: a student working through a problem set who needs the method spelled out once more before it clicks, a parent trying to help with homework using a method they haven't touched since their own school years, a teacher looking for a clean worked example to put on a board, and a genuinely curious adult who never quite understood why a particular rule works and finally wants the real explanation instead of a half-remembered shortcut. The binary and hexadecimal guide is a common stop for that last group specifically — most adults can vaguely recall that computers "use binary" without ever having actually converted a number by hand, and the guide walks through exactly that: converting a decimal number into binary by repeated division by 2 and reading the remainders bottom-to-top, and into hexadecimal the same way but dividing by 16, with worked examples at each step rather than a black-box conversion table.

The square root guide is one of the more genuinely surprising ones for readers who assume a calculator is required for anything beyond a perfect square. Estimating √50 by hand starts by bracketing it between the nearest perfect squares — 49 (7²) and 64 (8²) — so the answer sits between 7 and 8, closer to 7 since 50 is much nearer to 49. A next refinement pass, averaging 7 with 50 ÷ 7 ≈ 7.14 to get roughly 7.07, lands within a few thousandths of the true value (7.0710...) after just one iteration of that averaging step — a method that's been usable with nothing but pencil and paper for as long as square roots have needed estimating, long before calculators existed at all.

The GCF and LCM guides are worth calling out specifically for how often the two get confused, since they're taught close together and solve visually similar-looking problems. Finding the GCF of 18 and 24 by listing method — writing out every factor of each and picking the largest one they share — gives factors of 18 as 1, 2, 3, 6, 9, 18 and factors of 24 as 1, 2, 3, 4, 6, 8, 12, 24, with 6 as the largest shared value. Finding their LCM instead means listing multiples of each until the first one matches: multiples of 18 (18, 36, 54, 72...) and multiples of 24 (24, 48, 72...) first coincide at 72. Both guides teach this listing method first, since it's the most intuitive starting point, before moving to the faster prime-factorization method for numbers too large to list out comfortably by hand.