Ask any number.
MathQuarry pairs an instant computed answer with a genuine, taught explanation — factors, prime checks, roman numerals, and a full set of everyday math calculators.
1,021
Number pages
550
Factor answer pages
550
Prime-check pages
15
Calculators
Browse
Numbers
Every number from 1 to 1,000, plus curated notable numbers, with full computed facts.
Factors
Find the factors of any number 1-500, with the method explained.
Primes
Check whether any number 1-500 is prime, with the reasoning shown.
Roman Numerals
Convert between Roman numerals and Arabic numbers.
Calculators
Everyday math calculators — percentages, fractions, ratios, rounding, and more.
Learn
Method guides that teach the how and why behind everyday math.
Notable numbers
Why MathQuarry
Most number tools give you a single output and nothing else — type in 48, get back “1, 2, 3, 4, 6, 8, 12, 16, 24, 48” and no sense of why that list is complete or how you’d find it by hand. MathQuarry was built the other way around. Every page pairs the computed answer with the actual method behind it, so a student checking homework can see the reasoning, not just the result, and can catch their own mistake instead of just copying a number.
The math behind every page is one shared, unit-tested core. The factor list for 48 and the prime factorization of 48 are computed from the same functions whether you land on /number/48, /factors-of/48, or /is-prime/48 — the three page families are never allowed to disagree with each other about the same number, because they all call the same code. That core is covered by an automated test suite that checks it against known values (91 is not prime, 496 is a perfect number, 1,729 is the Hardy–Ramanujan taxicab number) so an arithmetic bug can’t quietly ship.
Alongside the reference pages, MathQuarry keeps a set of clean, no-nonsense everyday-math calculators (percentages, fractions, GCF/LCM, rounding, roman numerals, and more) and a library of method guides that teach the underlying skill rather than just producing an answer. If you only need the number, it’s right there at the top of the page. If you want to actually understand it, the explanation is right below.
The three page families cross-reference each other on purpose. A number’s full fact page links out to its dedicated factors page and prime-check page for the deeper reasoning on each; those dedicated pages link back to the number page for the complete picture, and both link to the relevant Learn guide when a reader wants the general method rather than just this one number’s answer. Nothing here is a dead end — every answer sits next to a path toward understanding it better, whether that’s one click away or a full guide away.
Frequently asked questions
- How are the factors of a number calculated on this site?
- By trial division up to the square root of the number: every integer from 1 up to √n is tested for divisibility, and each divisor found also gives its paired co-divisor (n divided by that number). This is the same method described step by step on the How to Find the Factors of a Number guide, and it’s exact — no approximation, no rounding.
- Why does a number page sometimes show a full written story and sometimes just the computed facts?
- Around 50 numbers on this site are genuinely notable for a specific, real reason — 6174 is Kaprekar’s constant, 1729 is the taxicab number from the Hardy–Ramanujan story, 496 is a perfect number, and so on. Those get a researched write-up. Every other number from 1 to 1,000 gets the full computed fact set (factors, primality, prime factorization, binary, hex, roman numeral, and the perfect/triangular/Fibonacci checks) without invented filler padded around it.
- Is 1 a prime number?
- No. A prime number is defined as having exactly two distinct positive divisors: 1 and itself. The number 1 has only one divisor (itself), so it fails that definition — it’s neither prime nor composite. This trips a lot of people up; the blog covers common prime mix-ups like this one in more depth.
- What’s the largest number range covered?
- Full computed fact pages run 1 through 1,000, plus curated notable numbers beyond that range (up to 987,654,321). Dedicated factor and primality answer pages run 1 through 550. Roman numeral pages cover 1 through 100 plus historically and currently relevant values like 1994, 2024, 2025, and 3999 (the conventional upper limit for standard Roman numeral notation).