๐Ÿ‡บ๐Ÿ‡ธ USC
Math & Conversion
๐Ÿ”ข

Common Denominator Calculator

Find the least common denominator of two to six fractions

โœ…

Last updated September 6, 2026

Method: The least common denominator is the least common multiple of the denominators, computed with the exact identity LCM(a, b) = a × b ÷ GCF(a, b) applied one pair at a time, and cross-checked against the highest-power prime factorization.

Included: LCD of two to six fractions, the product-method denominator, the multiplier and rewritten form for every fraction, the pairwise LCM chain, a prime factor table, the sum in lowest terms, and the fractions sorted smallest to largest.

Not included: Decimal or algebraic denominators, variables such as x, and mixed numbers entered as a whole part. Convert those to plain integer fractions first. All arithmetic is exact integer arithmetic, so results are definitions, not estimates.

๐Ÿ”ข Enter your fractions

1
/
2
/
3
/
Try an example

Whole numbers only, two to six fractions. A minus sign is allowed; a negative denominator is moved up to the numerator.

โœ… Least common denominator

24

LCD of 4, 6, 8 = 24

Fractions
3
Least common denom.
24
Product of denoms.
192
LCD is smaller by
8x

๐Ÿ“ Each fraction over 24

FractionMultiplierRewrittenDecimal
1/4ร— 6/66/240.25
5/6ร— 4/420/240.833333
3/8ร— 3/39/240.375

Multiplying the top and the bottom by the same number does not change a fraction, only how it is written.

๐Ÿงฎ Step by step

  1. 1
    List the denominators
    4, 6, 8
  2. 2
    Take their least common multiple, one pair at a time
    Step 1LCM(4, 6) = 4 ร— 6 รท 2 = 12GCF = 2
    Step 2LCM(12, 8) = 12 ร— 8 รท 4 = 24GCF = 4
    The least common denominator is 24.
  3. 3
    Scale every fraction up to 24
    1/4 ร— 6/6 = 6/24
    5/6 ร— 4/4 = 20/24
    3/8 ร— 3/3 = 9/24
  4. 4
    Now the numerators can be added or compared directly
    6 + 20 + 9 = 35, so the total is 35/24

โž• Sum of these fractions

1/4 + 5/6 + 3/8 = 35/24 = 1 11/24 = 1.458333

The total is reduced whenever it can be; the common denominator itself is left as 24 above.

๐Ÿ” Check with prime factors

DenominatorPrime factorization
42^2
62 x 3
82^3
LCD 242^3 x 3

Take every prime that appears in any denominator, raised to the highest power it reaches anywhere in the list, and multiply. That product is the least common denominator.

๐Ÿ“Š Smallest to largest

Once every fraction sits over 24, ordering them is just ordering the numerators: 1/4 < 3/8 < 5/6

6/24 < 9/24 < 20/24

๐Ÿ“‹ Common denominators for everyday pairs

DenominatorsGCFLCDProduct
2 and 3166
3 and 411212
4 and 621224
6 and 822448
5 and 1051050
8 and 1242496
9 and 12336108
10 and 15530150
7 and 1117777
12 and 18636216

Exact integer arithmetic. The least common denominator is the least common multiple of the denominators, computed with LCM(a, b) = a ร— b รท GCF(a, b) applied across the list and cross-checked against the highest-power prime factorization. Decimals are rounded for display only.

Common denominator calculator: everything you need to know

A common denominator calculator finds one bottom number that every fraction in your set can be written over, so the numerators can finally be added or compared. For 1/4, 5/6 and 3/8 the least common denominator is 24: the three fractions become 6/24, 20/24 and 9/24, and their sum is 35/24, or 1 11/24. Enter two to six fractions above and every step appears instantly.

Three sister tools cover neighboring questions. The LCM Calculator answers the same underlying question for bare whole numbers when no fractions are involved, the Fraction Calculator carries the arithmetic all the way through to a reduced answer for you, and the Simplify Fractions Calculator takes a single fraction back down to lowest terms. Use this page when you specifically need the shared denominator and the rewritten fractions, which is what homework and worked solutions usually ask you to show.

What a common denominator actually is

The denominator of a fraction names the size of the pieces you are counting; the numerator counts them. Fourths and sixths are different-sized pieces, so 1/4 and 5/6 cannot be added straight across, in the same way you cannot add 3 feet to 3 meters without converting one of them. A common denominator is a piece size that both fractions can be expressed in exactly. It has to be a multiple of every denominator in the set, and the smallest such number is the least common denominator (LCD), also called the lowest common denominator.

Because there is no upper limit on multiples, a set of fractions has infinitely many common denominators: for 4 and 6 the list runs 12, 24, 36, 48 and onward. Only the smallest one is interesting, since every larger option means bigger numbers and more reducing at the end.

How the least common denominator is calculated

The LCD of a set of fractions is the least common multiple of their denominators. For two numbers, the fastest exact route runs through the greatest common factor:

LCD(a, b) = a × b ÷ GCF(a, b)

where GCF(a, b) is the greatest common factor, the largest whole number that divides both. For three or more denominators the calculation is chained: find the LCD of the first two, then the LCD of that result and the third denominator, and so on. Once the shared denominator is known, each fraction is scaled up with its own multiplier:

multiplier = LCD ÷ denominator   →   new numerator = numerator × multiplier

Multiplying the top and the bottom by the same number is multiplying by 1, so the value of each fraction is untouched. Only its written form changes.

Worked example: 1/4, 5/6 and 3/8

Start with the three denominators 4, 6 and 8 and chain the pairwise calculation:

  1. GCF(4, 6) = 2, so LCD(4, 6) = 4 × 6 ÷ 2 = 24 ÷ 2 = 12.
  2. GCF(12, 8) = 4, so LCD(12, 8) = 12 × 8 ÷ 4 = 96 ÷ 4 = 24.
  3. The least common denominator of 4, 6 and 8 is 24.

Now rewrite each fraction. The multipliers are 24 ÷ 4 = 6, 24 ÷ 6 = 4 and 24 ÷ 8 = 3:

  • 1/4 × 6/6 = 6/24
  • 5/6 × 4/4 = 20/24
  • 3/8 × 3/3 = 9/24

With one shared piece size the numerators add directly: 6 + 20 + 9 = 35, so the total is 35/24, which is 1 11/24 as a mixed number and about 1.4583 as a decimal. Note how much work the LCD saves. Multiplying the three denominators together gives 4 × 6 × 8 = 192, which is also a perfectly valid common denominator, but it is eight times larger than 24 and forces you to reduce a four-digit numerator at the end.

Least common denominators for everyday pairs

The table below shows the LCD for pairs of denominators that turn up constantly in schoolwork, recipes and shop measurements, with the greatest common factor and the plain product beside them for comparison. Every value is the exact result of the formula above.

Denominators GCF LCD Product Product ÷ LCD
2 and 31661
3 and 4112121
4 and 6212242
6 and 8224482
5 and 10510505
8 and 12424964
9 and 123361083
10 and 155301505
7 and 11177771
12 and 186362166

The last column is the punchline: the product of two denominators is always exactly GCF times bigger than the LCD. When the denominators share nothing, as with 2 and 3 or 7 and 11, the GCF is 1 and the two methods agree, so multiplying is already optimal.

A second worked example: 2/3 + 5/12 - 1/8

Subtraction works exactly like addition once the denominators match. The denominators here are 3, 12 and 8. Chaining: GCF(3, 12) = 3, so LCD(3, 12) = 3 × 12 ÷ 3 = 12; then GCF(12, 8) = 4, so LCD(12, 8) = 12 × 8 ÷ 4 = 24. The multipliers are 24 ÷ 3 = 8, 24 ÷ 12 = 2 and 24 ÷ 8 = 3, giving 16/24, 10/24 and 3/24. Now the arithmetic is trivial: 16 + 10 - 3 = 23, so the answer is 23/24, or about 0.9583. Multiplying the denominators instead gives 3 × 12 × 8 = 288 and the answer 276/288, correct but needing a reduction by 12 to reach the same 23/24.

Least common denominator versus any common denominator

Both modes give correct answers. The product method simply multiplies every denominator together, needs no factoring, and is the shortcut behind cross-multiplying two fractions. The LCD method costs one extra step to find the greatest common factor but keeps the numbers as small as possible, which matters a lot with three or more fractions.

The table below shows how quickly the gap opens up on three-fraction sets. Every LCD is the least common multiple of the row's denominators; every product is the three denominators multiplied together.

Denominators LCD Product Times larger
2, 3, 412242
2, 3, 530301
2, 5, 101010010
3, 4, 612726
4, 6, 9362166
5, 6, 81202402
3, 7, 9631893
8, 12, 16481,53632

The 8, 12, 16 row is the extreme case: multiplying gives 1,536 where 48 would do, a denominator 32 times too big for no benefit at all. When denominators share plenty of factors, always spend the extra moment on the LCD.

The prime factorization method

There is a second way to reach the same LCD, and many textbooks teach it first. Break each denominator into prime factors, then for every prime that appears anywhere in the list, keep the highest power it reaches, and multiply those together. For our first example:

  • 4 = 2 × 2 = 22
  • 6 = 2 × 3
  • 8 = 2 × 2 × 2 = 23

The primes involved are 2 and 3. The highest power of 2 anywhere is 23 (from the 8), and the highest power of 3 is 31 (from the 6). So the LCD is 23 × 3 = 8 × 3 = 24, matching the chained formula exactly. The calculator prints this factor table under the result, so you can present whichever method your class expects. It also explains why some sets collapse so neatly: with 8 = 23, 12 = 22 × 3 and 16 = 24, the highest powers are 24 and 3, giving 16 × 3 = 48.

Using a common denominator to compare and order fractions

Adding is not the only reason to find a shared denominator. Comparing fractions by eye is unreliable, because a bigger numerator or a bigger denominator on its own tells you nothing. Take 5/8, 7/12 and 3/5. The denominators 8, 12 and 5 have an LCD of 120, since LCD(8, 12) = 24 and LCD(24, 5) = 120. Rewritten, they are 75/120, 70/120 and 72/120, so the order is 7/12 < 3/5 < 5/8, or 0.5833 < 0.6 < 0.625 in decimals. Use this whenever a decimal comparison would round two close values to the same digits; the calculator sorts your fractions once they are rewritten.

Where this comes up outside of homework

Fractions with unlike denominators are everywhere in American measurement. In the kitchen, scaling a recipe means adding things like 1/2 cup + 1/3 cup + 1/4 cup. The LCD of 2, 3 and 4 is 12, giving 6/12 + 4/12 + 3/12 = 13/12, which is 1 1/12 cups, so one cup plus a splash. On a tape measure, inch markings run in halves, quarters, eighths, sixteenths and thirty-seconds, all powers of two, which makes the LCD simply the finest marking used: 3/8 + 1/2 + 5/16 has an LCD of 16, so 6/16 + 8/16 + 5/16 = 19/16 inches, or 1 3/16 inches. Woodworking, sewing patterns and machine shop drawings all work the same way.

How to use this calculator

The result updates as you type, so there is no button to press. Work through it in this order:

  1. Pick a method. Leave it on Least common denominator for the smallest possible numbers, or switch to Product method if your assignment asks you to multiply the denominators together.
  2. Enter the fractions. Type a numerator and a denominator for each one. Three rows are shown by default; the plus button adds rows up to six and the small cross removes one.
  3. Read the headline number. The big figure is your common denominator; the tiles beneath it give the LCD, the product of the denominators, and how much smaller the LCD is.
  4. Check the rewriting table. Every fraction is listed with its multiplier, its new form over the common denominator, and its decimal value.
  5. Follow the steps. The step-by-step panel shows the pairwise LCM chain, the scaling of each fraction and the addition of the numerators, which is the work most teachers want to see.
  6. Use the extras. Below that you get the sum in lowest terms, the prime factor check, and the fractions ordered from smallest to largest.

Try one of the preset examples if you just want to see how the output is laid out before entering your own numbers.

Who this calculator is for

  • Students in grades 4 through 8 learning to add, subtract and compare fractions, who need to show the intermediate steps and not just the answer.
  • Parents and tutors checking homework, where the multiplier for each fraction shows where a mistake crept in.
  • Adult learners preparing for the GED, an ASVAB test or a trade apprenticeship entrance test, where fraction arithmetic is standard material.
  • Cooks scaling recipes who need to combine cup and teaspoon fractions into one total.
  • Woodworkers, machinists and sewers adding measurements in eighths, sixteenths and thirty-seconds.

Key terms explained

  • Denominator and numerator: the bottom number names how many equal pieces the whole is divided into; the top number counts how many you have.
  • Common denominator: any number that every denominator in your set divides into evenly.
  • Least common denominator (LCD): the smallest such number. Also called the lowest common denominator.
  • Least common multiple (LCM): the same idea applied to whole numbers generally. The LCD of a set of fractions is the LCM of their denominators.
  • Greatest common factor (GCF): the largest whole number dividing two values. It is what makes the LCD formula work and what you divide by to reduce an answer.
  • Equivalent fractions: different-looking fractions with the same value, such as 1/4 and 6/24. Scaling to a common denominator creates equivalent fractions on purpose.
  • Coprime: two numbers whose only shared factor is 1, such as 7 and 11. Coprime denominators have an LCD equal to their product.

What changes the result the most

  • Shared factors. The more factors the denominators share, the further the LCD falls below their product: for 8, 12 and 16 it is 48 against 1,536.
  • A prime denominator. A prime such as 7, 11 or 13 that divides nothing else multiplies straight into the LCD, so 3, 7 and 9 give 63.
  • One denominator being a multiple of the rest. Then the LCD is that largest denominator, and only the smaller fractions need rewriting: for 4, 8 and 16 it is 16.
  • The numerators. They change the sum but never the common denominator, which depends on the bottom numbers only.

Tips for finding the LCD quickly

  • Check the largest denominator first. If every other denominator divides into it, you are done. This catches sets like 2, 4 and 8 instantly.
  • Count up in multiples of the largest number. For 6 and 8, run 8, 16, 24 and stop at the first one divisible by 6. This beats listing multiples of both.
  • Coprime denominators multiply. If the denominators share nothing, the product is already the LCD, so 3 and 5 give 15 with no work.
  • Reduce your final answer. An LCD keeps numbers small along the way, but the sum can still need reducing: 6/24 + 3/24 = 9/24 = 3/8.

Limitations and assumptions

  • Numerators and denominators must be whole numbers. Convert a decimal such as 0.375 to 3/8 first with the Decimal to Fraction Calculator.
  • Mixed numbers such as 2 1/3 need converting to an improper fraction (7/3) before entry. The Mixed Number Calculator does that conversion.
  • The tool handles numeric denominators only, not algebraic ones such as x + 2.
  • Entries are capped at 100,000 per number so every result stays inside exact integer arithmetic with no rounding.
  • It reports the shared denominator and the sum; multiplying and dividing fractions need no common denominator and are not covered.

How it compares to related calculators

This page answers "what denominator do these fractions share, and what do they look like over it?" If your question is different, a sister tool fits better:

Sources

Everything here is deterministic arithmetic, so no external data source applies. The least common denominator is defined as the least common multiple of the denominators and computed from the exact identity LCM(a, b) × GCF(a, b) = a × b, with the greatest common factor found by the Euclidean algorithm. The prime factorization cross-check rests on the fundamental theorem of arithmetic: every integer greater than 1 has exactly one factorization into primes. Equivalence of fractions follows from multiplying by 1 in the form n/n. These are mathematical definitions and proofs rather than published figures, and no legal, tax, financial or health values appear on this page.

โš ๏ธ Common mistakes & edge cases

Adding the denominators together

1/4 + 1/6 is not 2/10. Adding tops and bottoms straight across gives 0.2, while the true answer is 5/12, about 0.4167 - more than double. Denominators name the piece size and are never added; only the numerators are, and only after the piece sizes match.

Scaling only the denominator

Turning 5/6 into 5/24 changes the value from 0.8333 to 0.2083. Whatever you multiply the bottom by, you must multiply the top by too: 5/6 becomes 20/24. The multiplier column in the calculator exists to make that pairing visible.

Assuming the LCD is always the product

For 4 and 6 the product is 24 but the LCD is 12, because they share a factor of 2. The product always works, but on a set like 8, 12 and 16 it gives 1,536 instead of 48 and leaves you reducing a large fraction at the end.

Forgetting to reduce the answer

Using the least common denominator does not guarantee a reduced result. 1/8 + 1/24 over an LCD of 24 gives 4/24, which still reduces to 1/6. Always check the final fraction against its greatest common factor.

Looking for a common denominator to multiply fractions

Multiplication and division of fractions do not need one. Multiply straight across (2/3 × 3/4 = 6/12 = 1/2) or flip and multiply to divide. A common denominator is required only for addition, subtraction and comparison.

Note: Any common multiple of the denominators is a valid common denominator. The least one just keeps the numbers small; it never changes the value of the answer.

❓ Frequently asked questions

What is a common denominator?

A common denominator is a single bottom number that every fraction in a set can be rewritten over without changing its value. For 1/4, 5/6 and 3/8 the number 24 works, because 24 is divisible by 4, 6 and 8, so the fractions become 6/24, 20/24 and 9/24. Any common multiple of the denominators is a common denominator; the smallest one is called the least common denominator.

How do you find the least common denominator?

Take the least common multiple of the denominators. The fast route is the identity LCM(a, b) = a x b / GCF(a, b), applied to two numbers at a time. For 4, 6 and 8: LCM(4, 6) = 4 x 6 / 2 = 12, then LCM(12, 8) = 12 x 8 / 4 = 24. The least common denominator is 24.

Is the LCD the same as the LCM?

They are the same calculation with different names. The least common multiple (LCM) is a general idea about any set of whole numbers; the least common denominator (LCD) is that same least common multiple applied specifically to the denominators of fractions. The LCD of 1/4 and 1/6 is the LCM of 4 and 6, which is 12.

Do I have to use the least common denominator?

No. Any common denominator gives a correct answer, and multiplying the denominators together always produces one. For 1/4 and 1/6 the product 24 works: 6/24 + 4/24 = 10/24, which reduces to 5/12, the same answer the LCD 12 gives directly. The only cost of the larger denominator is bigger numbers and an extra reduction step at the end.

What is the common denominator of 3 and 4?

12. Since 3 and 4 share no factor other than 1, their least common denominator is simply their product, 3 x 4 = 12. So 1/3 becomes 4/12 and 1/4 becomes 3/12, and 1/3 + 1/4 = 7/12.

How do you find a common denominator for three or more fractions?

Chain the calculation. Find the least common multiple of the first two denominators, then take that result together with the next denominator, and so on until the list is used up. For 3, 12 and 8: LCM(3, 12) = 12, then LCM(12, 8) = 24. This calculator shows every link in the chain and handles up to six fractions at once.

How do I rewrite a fraction over the common denominator?

Divide the common denominator by the fraction's current denominator to get the multiplier, then multiply the top and the bottom by it. For 5/6 over an LCD of 24, the multiplier is 24 / 6 = 4, so 5/6 becomes 20/24. Multiplying the numerator and the denominator by the same number is the same as multiplying by 1, so the value never changes.

Why do fractions need a common denominator to be added?

A denominator names the size of the pieces you are counting. Fourths and sixths are different-sized pieces, so their numerators cannot be added directly any more than you could add 3 feet to 3 meters. Rewriting both over 12 turns them into twelfths, one common piece size, and once the pieces match you simply add the counts: 3/12 + 2/12 = 5/12.

Can I use a common denominator to compare fractions?

Yes, and it is the most reliable method. Put every fraction over the same denominator, then compare the numerators. For 5/8, 7/12 and 3/5 the LCD is 120, giving 75/120, 70/120 and 72/120, so the order from smallest to largest is 7/12, 3/5, 5/8. The calculator sorts them for you.

What is the common denominator of 1/2, 1/3 and 1/4?

12. The denominators 2, 3 and 4 all divide into 12, so the fractions become 6/12, 4/12 and 3/12. Adding them gives 13/12, which is 1 1/12, or about 1.083. Multiplying the denominators instead would give 24, which also works but leaves larger numbers to reduce.

What happens if one denominator is a multiple of the others?

The largest denominator is already the least common denominator, and only the smaller fractions have to be rewritten. For 2/3, 5/12 and 1/8 the chain still runs, but for 1/4, 3/8 and 5/16 the LCD is just 16, because 16 is divisible by both 4 and 8. When every denominator matches, the calculator says so and skips the rewriting.

How does the prime factorization method find the LCD?

Break each denominator into primes, then for every prime that appears anywhere, keep the highest power it reaches, and multiply those together. With 4 = 2^2, 6 = 2 x 3 and 8 = 2^3, the highest powers are 2^3 and 3, so the LCD is 8 x 3 = 24. This calculator shows that factor table next to the pairwise LCM chain so you can check one against the other.

Can the least common denominator be smaller than the largest denominator?

No. The LCD has to be a multiple of every denominator, including the biggest one, so it is always greater than or equal to the largest denominator in the set. When one denominator is a multiple of all the others, the LCD equals that largest denominator exactly, as with 4, 8 and 16, whose LCD is 16.

Does this calculator handle negative fractions?

Yes. A minus sign in front of a numerator is carried through the rewriting and the sum, and a negative denominator is moved up to the numerator first, so 3/-8 is treated as -3/8. The common denominator itself is always reported as a positive number, since denominators are conventionally written positive.

What is the largest common denominator?

There is not one. Common denominators go on forever, because you can multiply any of them by another whole number and get a bigger one. For 4 and 6 the common denominators are 12, 24, 36, 48 and so on with no upper limit, which is exactly why the useful question is always the least common denominator, here 12.

๐Ÿ’ก Good to know

Check the biggest denominator before doing any work

If every other denominator divides into the largest one, that largest number is already the least common denominator. For 1/4, 3/8 and 5/16 the LCD is just 16, and only two of the three fractions need rewriting. This single check solves a large share of textbook problems in one glance.

The product of two denominators is always GCF times the LCD

For 12 and 18 the product is 216, the greatest common factor is 6, and the LCD is 36 - exactly 216 divided by 6. That relationship, LCM × GCF = a × b, is why one formula finds the other, and it gives you a quick way to check any LCD you calculate by hand.

American measurements are built on powers of two

Inches split into halves, quarters, eighths, sixteenths and thirty-seconds, and cups into halves, thirds and quarters. That is why 3/8 + 1/2 + 5/16 lands neatly on sixteenths (19/16 inches) while a recipe mixing 1/3 with 1/4 needs twelfths. Knowing the family of denominators you are in tells you the LCD before you compute it.

Related Calculators