Common Denominator - LCD, Multipliers, Equivalent Fractions

Use this common denominator calculator to find the least common denominator of up to 5 fractions and see the equivalent numerator for each one.

Updated: June 16, 2026 • Free Tool

Common Denominator

Top number of the first fraction.

Bottom number of the first fraction (must be a positive integer).

Top number of the second fraction.

Bottom number of the second fraction (must be a positive integer).

Top number of the third fraction. Leave at 0 to skip this slot.

Bottom number of the third fraction. Keep at 1 to skip this slot.

Top number of the fourth fraction. Leave at 0 to skip this slot.

Bottom number of the fourth fraction. Keep at 1 to skip this slot.

Top number of the fifth fraction. Leave at 0 to skip this slot.

Bottom number of the fifth fraction. Keep at 1 to skip this slot.

Results

Least Common Denominator
0
Multiplier for fraction 1 0
Multiplier for fraction 2 0
Multiplier for fraction 3 0
Multiplier for fraction 4 0
Multiplier for fraction 5 0
Equivalent numerator 1 0
Equivalent numerator 2 0
Equivalent numerator 3 0
Equivalent numerator 4 0
Equivalent numerator 5 0

What Is a Common Denominator?

A common denominator calculator finds the smallest positive integer that every denominator in a list of fractions can divide into evenly, then rewrites each fraction so they all share that bottom number. It is the workhorse step behind adding fractions with unlike denominators, subtracting them, and ranking them from smallest to largest, so whenever you see two fractions with different bottom numbers and need to combine them, a common denominator is what makes the rest of the math work.

  • Add and subtract unlike fractions: Quickly turn 1/3 + 2/7 into 7/21 + 6/21 without manually listing multiples.
  • Compare fractions with different denominators: Rewrite 5/8 and 2/3 as 15/24 and 16/24 so the larger value is obvious.
  • Set up a unit-rate or ratio problem: Convert mixed-denominator recipes, mixtures, or scaled measurements into a single shared base.
  • Prepare for algebra with rational expressions: Find the LCD before combining (x + 1)/6 and (x - 2)/9 into one rational term.

You can use this common denominator calculator for two-fraction homework, three-fraction recipes, and five-fraction word problems alike. It also lets you include whole numbers (enter them as n/1) so that mixed inputs like 4 and 1/2 can be rewritten over the same denominator in one step.

Once you know the LCD, the natural next step is to combine the rewritten fractions with the adding fractions calculator to finish the sum.

How the Common Denominator Calculator Works

This common denominator calculator reads up to five numerators and denominators, validates that every denominator is a positive integer, and then reduces the problem to one number - the LCM of the denominators. From there it derives the multiplier for each input and reports the equivalent fraction over the LCD.

LCD(d1, d2, ..., dn) = lcm(d1, d2, ..., dn), lcm(a, b) = |a x b| / gcd(a, b)
  • d1 ... d5: Denominators of the input fractions. Each must be a positive integer.
  • lcd: Least common denominator - the smallest positive integer that is a multiple of every d_i.
  • factor_i: Multiplicative factor for fraction i, equal to lcd divided by d_i.
  • gcd(a, b): Greatest common divisor of two positive integers, used in the LCM identity.

For more than two fractions the LCM is folded in one at a time, so adding a third denominator can only grow the LCD, never shrink it. That property is also why the prime factorization of the LCD is useful: it is literally the highest power of every prime that appears in any of the denominators.

Worked example: 1/3 and 2/7

Numerators (1, 2), denominators (3, 7).

Step 1: lcm(3, 7) = (3 x 7) / gcd(3, 7) = 21 / 1 = 21. Step 2: factor_1 = 21 / 3 = 7, factor_2 = 21 / 7 = 3. Step 3: 1 x 7 = 7 and 2 x 3 = 6.

LCD = 21, equivalent fractions 7/21 and 6/21.

Now that 1/3 = 7/21 and 2/7 = 6/21, you can add them as 13/21 directly, or rank them by their rewritten numerators.

According to Khan Academy, two fractions can only be added or subtracted once they share a common denominator, which is the smallest number every denominator divides into evenly.

According to Wolfram MathWorld, the least common denominator of a collection of fractions is the least common multiple (LCM) of their denominators.

When the rewritten fractions are ready, the fraction calculator can finish the arithmetic in one extra click.

Key Concepts Behind a Common Denominator

Four ideas carry the whole technique behind a common denominator: an equivalent fraction preserves value, the LCD is just an LCM, the gcd gives a fast LCM, and any common multiple works if the least one is inconvenient.

Equivalent fraction

Multiplying the numerator and denominator of a/b by the same non-zero integer n gives (a x n) / (b x n), which represents the same value as a/b. This is the operation that lets you swap denominators without changing the fraction.

Least Common Multiple (LCM)

The smallest positive integer that is a multiple of every number in a set. For two numbers, lcm(a, b) = a x b / gcd(a, b). For three or more numbers, fold the LCM in one value at a time.

Greatest Common Divisor (gcd)

The largest integer that divides every number in a set. It is the engine behind the fast LCM formula and is the same quantity you strip out when reducing a fraction to lowest terms.

LCD vs any common denominator

Any common multiple of the denominators is a valid common denominator, but the LCD is the smallest such multiple, which keeps the equivalent fractions easier to read and the resulting arithmetic easier to simplify.

Equivalent fractions are the only reason the trick works - if multiplying by 7 changed the value of 1/3, the whole exercise would be cosmetic. Once you trust that (n x k) / (d x k) is the same number as n/d for any non-zero k, the LCD is just a convenient choice of k for every fraction at once.

To verify the rewritten forms manually, the equivalent fractions calculator will scale a single fraction by any chosen factor.

How to Use This Common Denominator Calculator

Enter the fractions you want to combine, leave the slots you are not using at their default values, and read the LCD plus the rewritten numerators on the right of this common denominator calculator.

  1. 1 Enter fraction 1: Type the numerator and denominator of the first fraction. The denominator must be a positive whole number.
  2. 2 Enter fraction 2: Type the numerator and denominator of the second fraction. For two-fraction homework this is the last slot you need.
  3. 3 Add up to three more fractions if needed: Slots 3 to 5 are optional. Leave them at their defaults, or fill them in for three-, four-, or five-fraction problems.
  4. 4 Read the LCD: The least common denominator is the largest bold number in the results panel. This is the value you would use as the new bottom number for every fraction.
  5. 5 Read the multipliers and equivalents: Each fraction has a multiplier and an equivalent numerator. The equivalent fraction is (n_i x factor_i) / LCD, ready to drop into addition, subtraction, or comparison.

Enter 1/3 and 2/7. The common denominator calculator shows LCD 21, factor 7 for the first fraction, factor 3 for the second, and equivalent numerators 7 and 6 - so 1/3 = 7/21 and 2/7 = 6/21, which means their sum is 13/21.

If the original problem is subtraction instead of addition, hand the rewritten fractions to the subtracting fractions calculator to finish the work.

Benefits of Using a Common Denominator

Finding a common denominator by hand is doable, but it is also the step where most fraction errors creep in. A common denominator calculator removes the bookkeeping so you can focus on the meaning of the problem.

  • Avoids the list-of-multiples bottleneck: You do not have to enumerate multiples of 7 and 3 by hand to spot 21; the calculator returns the LCM directly.
  • Works for two, three, four, or five fractions: The same interface handles a quick homework problem and a multi-fraction recipe without changing tools.
  • Surfaces equivalent numerators immediately: You get the rewritten n_i for every fraction, so addition, subtraction, and comparison are one extra step.
  • Validates denominators as you type: A blank or zero denominator produces a clear error, not a silent Infinity or NaN result.
  • Pairs with the rest of the fraction toolkit: You can hand the equivalent fractions to a downstream adding, subtracting, or comparing calculator without re-typing values.
  • Updates in real time: Editing any input re-solves the LCD and the equivalent forms on the fly, which is helpful for trial and error.

The benefit shows up most clearly in word problems and recipe scaling, where you are not just adding the fractions but also interpreting what the rewritten values mean in context.

Once the fractions share a denominator, the comparing fractions calculator ranks them by the rewritten numerators in a single click.

Factors That Affect the LCD

Four properties of the input denominators drive the size of the LCD and the difficulty of finding it by hand. Knowing them helps you predict the result before you press calculate.

Size of the denominators

Larger denominators generally produce a larger LCD, especially when the numbers share few prime factors.

Number of fractions

Each new denominator can only add new prime factors to the LCM, so the LCD never shrinks as you add more fractions.

Shared prime factors

When two denominators share a prime factor (for example 6 and 9 both contain 3), the LCD uses the highest power of 3 that appears, which keeps the result from blowing up.

Whether a denominator equals 1

A denominator of 1 is a perfect divisor of any LCD, so whole-number inputs (entered as n/1) do not raise the LCD above the rest of the set.

  • The calculator assumes every denominator is a positive integer. Negative or zero denominators are rejected so the result never reports Infinity or NaN.
  • The displayed equivalent fractions are in lowest-common-denominator form, not lowest-terms form. A separate reduction step is needed to express each fraction in lowest terms.

Order of operations does not affect the LCD, because the LCM operation is associative: lcm(a, lcm(b, c)) equals lcm(lcm(a, b), c).

According to Wikipedia, the least common multiple of two positive integers a and b equals the absolute value of a x b divided by gcd(a, b), and the LCM operation is associative across more than two values.

The displayed equivalent fractions are in lowest-common-denominator form, not lowest-terms form, so use the simplify fractions calculator to reduce them after the common denominator step.

Common denominator calculator showing the LCD of two sample fractions and the equivalent numerators.
Common denominator calculator showing the LCD of two sample fractions and the equivalent numerators.

Frequently Asked Questions

Q: How do I find the common denominator of two fractions?

A: Find the least common multiple of the two denominators using lcm(a, b) = a x b / gcd(a, b). That LCM is the least common denominator, and you rewrite each fraction by multiplying its numerator and denominator by the factor that turns its denominator into the LCD.

Q: What is the difference between a common denominator and the least common denominator?

A: A common denominator is any positive integer that all the denominators divide into evenly. The least common denominator (LCD) is the smallest such integer, which is the least common multiple of the denominators and the most efficient choice for rewriting fractions.

Q: Why do fractions need a common denominator to be added or subtracted?

A: You can only add the top numbers when the bottom numbers describe the same size of piece. Once the denominators are identical, the pieces match, so adding the numerators preserves the meaning of the sum.

Q: What is the common denominator of 1/3, 1/4, and 1/6?

A: The least common multiple of 3, 4, and 6 is 12, so the common denominator is 12. The rewritten fractions are 4/12, 3/12, and 2/12, which simplify to 1/3, 1/4, and 1/6.

Q: Can the common denominator be larger than the least common denominator?

A: Yes. Any multiple of the LCD is also a valid common denominator - for example 24, 36, and 48 are all common denominators of 1/3 and 1/4. The LCD is just the smallest one and is usually the most convenient for further arithmetic.

Q: What method is best for finding the least common denominator?

A: For two denominators, the gcd identity lcm(a, b) = a x b / gcd(a, b) is the fastest closed-form. For three or more denominators, fold the LCM in one value at a time, or write out the prime factorization of each denominator and keep the highest power of every prime that appears.