MathQuarryCalculators

Factors

Find the factors of any number 1-500, with the method explained.

Take any whole number and ask what else divides into it cleanly, and you've asked for its factors — the building blocks that show up again and again once you start looking, from splitting a bill evenly to reducing a fraction to its simplest form. This hub is the index for that question across the whole practical range: a dedicated page for every number from 1 to 550, each showing the complete factor list, the prime factorization behind it, and a short note on what kind of number it is — prime, a perfect square, or an ordinary composite.

How to Use This Section

If you already have a specific number in mind, search it directly and the answer — full factor list, prime breakdown, and the reasoning — is right there without any extra steps. If you're here to actually learn *how* the reasoning works so you're not dependent on looking numbers up one at a time, How to Find the Factors of a Number covers the full trial-division method by hand, with the square-root shortcut that keeps the search efficient and several worked examples across easy and harder cases. This hub deliberately stays lighter than that guide — think of it as the reference shelf, with the guide as the classroom.

Patterns Worth Knowing Before You Look a Number Up

A few patterns are worth knowing before you go looking up specific numbers.

  • Prime numbers always have exactly two factors: 1 and themselves — nothing else, by definition.
  • Perfect squares always have an odd number of total factors, for the pairing reason above.
  • Highly composite numbers — values like 12, 24, 36, 48, 60, and 120 — pack in an unusually large number of factors relative to their size, which is precisely why they show up so often as "nice" numbers for dividing things evenly: a class of 24 students splits cleanly into groups of 2, 3, 4, 6, 8, or 12, while a class of 23 (prime) only splits into groups of 1 or 23.

Where Factoring Connects to GCF and LCM

Factoring also connects directly to two other common tasks covered elsewhere on this site: finding the greatest common factor (GCF) of two numbers, which is the largest number that divides evenly into both, and finding the least common multiple (LCM), which is the smallest number both divide into evenly. Both rely on the same prime factorization shown on every page here — GCF takes the shared prime factors at their lowest shared power, LCM takes every prime factor at its highest power across both numbers. The GCF and LCM calculators and their companion learn guides walk through worked examples if you need the step-by-step version rather than just the definition.

If you're checking factors for a specific practical reason — simplifying a fraction, splitting a bill evenly, or just settling a disagreement about whether a number divides evenly into another — the fastest path is to search the number directly. If you're here to actually learn the method so you can do it without a page in front of you, the How to Find the Factors of a Number guide walks through the trial-division method by hand with several worked examples, including how to handle numbers where the answer isn't obvious at a glance.

One limitation worth stating plainly: this hub's dedicated factor pages stop at 550, not because factoring gets mathematically different above that point (the method is identical for any positive integer) but because the practically useful range for a reference site tapers off — very large numbers are rarely looked up by hand, and factoring them efficiently is itself a hard computational problem once they get large enough (which, again, is exactly the property cryptography exploits). For numbers above 550 that still fall within the site's general number range, the /number/ pages up to 1,000 still show the full factor list; they just don't get the extended factors-specific explanation this dedicated hub provides.

Two Paths to the Same Prime Breakdown

Every number's prime factorization can be reached two different ways that always land on the identical answer: repeated division by the smallest prime that still fits, or a "factor tree" that splits the number into any two factors and keeps branching each one until every leaf is prime. Take 126 as a quick illustration of the tree version: split it into 9 and 14, then split 9 into 3 and 3 (both prime, done) and 14 into 2 and 7 (also both prime, done) — reading the four leaves gives 2 × 3 × 3 × 7, or 2 × 3² × 7. Split 126 into a completely different starting pair — say 6 and 21 — and the tree looks different in the middle but ends at the exact same four primes, because a number's prime factorization doesn't depend on which path you took to find it. Both the division method and the tree method get the full worked treatment, on easier and harder numbers, in How to Find the Prime Factorization of a Number.

Worked Example: Goodie Bags and Recurring Events

A concrete case where factoring earns its keep: splitting 36 cupcakes and 60 cookies into identical goodie bags with nothing left over and no type shorted unevenly between bags. The largest number of bags you can make is the GCF of 36 and 60. Factor both: 36 = 2² × 3², and 60 = 2² × 3 × 5. The GCF takes each shared prime at its lowest shared power — 2² and 3¹ are common to both — giving 2² × 3 = 12. Twelve bags, each holding 3 cupcakes and 5 cookies, uses every item with nothing left over. The same underlying factorization answers a differently-shaped question through LCM: if one event repeats every 36 days and another every 60 days, they next coincide on their LCM, found by taking each prime at its highest power across both numbers — 2², 3², and 5¹ — giving 4 × 9 × 5 = 180 days. Same two factorizations, two different formulas, two genuinely different real-world questions answered.

Common Factoring Mistakes

A few mistakes come up often enough in factoring to flag directly.

  • The most common is mishandling the divisor search's stopping point — forgetting to test all the way up to √n (and missing a factor pair as a result), or, more often, needlessly testing well past √n out of uncertainty about when it's safe to stop.
  • A second common error is treating "prime factorization" and "the full factor list" as the same thing when they're related but distinct: the prime factorization of 126 is just 2 × 3² × 7 (the prime building blocks), while its full factor list runs to twelve entries, including composite factors like 9, 14, and 18 that are combinations of those primes rather than primes themselves.
  • A third mistake, especially with larger numbers, is losing track of which divisors have already been tested and duplicating or skipping one — exactly why working systematically upward from 1, pairing each divisor with its co-divisor as you go rather than searching at random, is worth the extra discipline even when it feels slower.

Factors as Rectangles

One more practical framing worth having in mind: every factor pair of a number corresponds to a possible whole-number rectangle with that area. A garden plot of 84 square feet could be laid out as 1×84, 2×42, 3×28, 4×21, 6×14, or 7×12 — six distinct rectangular shapes, one for every factor pair found above, and no others, because no other whole-number pair multiplies to 84. A prime number like 13, by contrast, only allows one possible rectangle shape, 1×13, since 13 has no other factor pairs at all — a concrete, visual way to see why prime numbers are sometimes described as having no way to be arranged into a "nicer" rectangular shape than a single long strip.

Factors Versus Multiples: the Mix-Up Worth Clearing Up Early

These two words get swapped constantly, and it's worth being precise before it becomes a habit. A factor of a number is smaller than or equal to it and divides in; a multiple is the reverse relationship entirely — it's what you get by multiplying the number by something else, and it's always equal to or larger than where you started. 4 is a factor of 12 (it divides in evenly); 24 is a multiple of 12 (it's 12 times 2). Every number has a short, finite list of factors — 12 has exactly six — but an infinite list of multiples, since you can always multiply by one more integer. This hub covers factors specifically; multiples come up on this site mainly through LCM, which is really just "the smallest shared multiple of two numbers" viewed from the opposite direction of the GCF question this hub is built around.

A Sense of Scale: How Factor Counts Vary

Not every number in the 1-550 range indexed here carries the same number of factors, and the spread is bigger than most people expect. A prime near the top of the range, like 547, has exactly two factors — 1 and itself — the minimum possible for any number above 1. A highly composite number in the same rough neighborhood, like 480, has twenty-four. Both are ordinary whole numbers of similar size; one just happens to be built from a single prime raised to the first power, and the other from a rich combination of small primes (2⁵ × 3 × 5) stacked together. Scanning across the full indexed range is a genuinely fast way to build an intuition for which kinds of numbers tend to be "factor-rich" (even numbers, multiples of 12, round numbers built from small primes) versus "factor-poor" (primes and numbers built from one or two large prime factors) — an intuition that's hard to build from a single worked example but comes quickly from browsing several pages back to back.

Browse factors of 1 through 550.