LCD Calculator logo

Least common denominator

LCD Calculator (Least Common Denominator Calculator)

Find the least common denominator for two fractions in simple or mixed form. See the LCD, equivalent fractions, and lcm work instantly so you can add, subtract, or compare with confidence.

Community rating 4.8/5 · 187 reviews

Input modes
2
Fractions
2
Runs in browser
100%

LCD Calculator

Live

Choose simple form for basic fractions or mixed form when each value has a whole number plus a fraction. Results update as you type.

1st fraction

2nd fraction

Least common denominator (LCD)

1st fraction at LCD

2nd fraction at LCD

Enter numerators and denominators for both fractions to see the LCD.

  1. Pick Simple form for plain fractions, or Mixed form to include a whole number (W) with each fraction.
  2. Fill in both fractions. Leave a whole number blank or at 0 when you only need the fractional part.
  3. Read the LCD, each equivalent fraction over that denominator, and the lcm line for the denominators.

Example LCD calculations

Try these pairs in the fields above, or use them to check paper work.

1/4 and 2/3

lcm(4, 3) = 12

LCD: 12 → 3/12 and 8/12

2/5 and 1/3

lcm(5, 3) = 15

LCD: 15 → 6/15 and 5/15

1 1/2 and 2 1/4

Denominators 2 and 4 → lcm = 4

LCD: 4 → 6/4 and 9/4

3/8 and 5/8

Same denominator already

LCD: 8 (no change needed)

What Is the Least Common Denominator?

The least common denominator (LCD) is the smallest positive integer that works as a shared bottom number for two or more fractions. For a pair of fractions, it equals the least common multiple of their denominators.

Definition. If fractions have denominators b and d, then LCD = lcm(b, d). You rewrite each fraction as an equivalent fraction with that denominator before adding, subtracting, or comparing.

Meaning in plain language. Fractions count equal parts of a whole. Different denominators mean different part sizes. The LCD is the smallest denominator that both original denominators can scale to without changing value.

LCD vs LCM. LCM is a number theory idea about multiples of whole numbers. LCD applies that idea to the bottom numbers of fractions. When denominators are b and d, the LCD is lcm(b, d). See LCD vs LCM for a side-by-side view.

Why it matters. Addition and subtraction require like-sized parts. The LCD keeps work smaller than using the product b × d as a common denominator. Comparison on a number line also needs a shared denominator or decimal form.

Mixed numbers use the denominator of the fractional part. Convert to improper form when scaling numerators. The LCD calculator above accepts simple and mixed inputs and shows equivalent fractions at the LCD.

  • Adding or subtracting unlike fractions in homework
  • Checking answers on worksheets and tests
  • Recipe, measurement, and construction tasks with different fractional units
  • Preparing for fraction operations in algebra and rational expressions

Least Common Denominator Formula

The core relationship ties denominators to the least common multiple. Use it for two fractions, then extend the same logic to three or more denominators.

For denominators b and d (both nonzero):

LCD(b, d) = lcm(b, d)

Equivalent fraction at the LCD:

n₁/d₁ = (n₁ × LCD/d₁) / LCD

n₂/d₂ = (n₂ × LCD/d₂) / LCD

Shortcut using gcd:

lcm(b, d) = |b × d| / gcd(b, d)

Prime factorization method. Factor each denominator into primes. The lcm uses each prime at its highest power appearing in either factorization. That value is the LCD.

Multiples method. List multiples of the larger denominator until one is divisible by the smaller denominator. The first match is the lcm and the LCD.

After you find the LCD, multiply each numerator by the same scaling factor applied to its denominator. The fraction value stays the same; only the form changes for arithmetic.

How to Find the Least Common Denominator

Pick a method that fits the denominators you see. Small numbers often work fastest with multiples. Larger pairs benefit from prime factors or the gcd formula.

  1. Identify all denominators For mixed numbers, read the denominator of the fractional part only. Example: 3 2/5 uses denominator 5.
  2. Listing multiples method Write multiples of the larger denominator until one is divisible by every other denominator. That number is the LCD.
  3. Prime factorization method Factor each denominator. Multiply the highest power of each prime that appears. Result equals lcm and LCD.
  4. Build equivalent fractions Scale each fraction so its denominator equals the LCD. Check with the calculator if you want instant confirmation.

Least Common Denominator Examples

Worked patterns for two fractions, shared denominators, mixed numbers, and a three-denominator case you can solve by finding lcm step by step.

Unlike denominators: 1/4 and 2/3

Multiples of 4: 4, 8, 12. Multiples of 3: 3, 6, 9, 12.

  1. LCM: lcm(4, 3) = 12.
  2. Scale: 1/4 = 3/12 and 2/3 = 8/12.

LCD: 12

One divides the other: 5/6 and 1/3

6 is already a multiple of 3.

  1. LCM: lcm(6, 3) = 6.
  2. Scale: 5/6 stays 5/6; 1/3 = 2/6.

LCD: 6

Mixed numbers: 1 1/2 and 2 1/4

Denominators 2 and 4; improper forms 3/2 and 9/4.

  1. LCM: lcm(2, 4) = 4.
  2. Scale: 3/2 = 6/4 and 9/4 stays 9/4.

LCD: 4

Like denominators: 3/8 and 5/8

Both denominators are already 8.

  1. LCD: lcm(8, 8) = 8. No scaling required.

LCD: 8

Three denominators: 1/2, 1/3, and 1/4

Find lcm(2, 3, 4) by building lcm(2, 3) = 6, then lcm(6, 4) = 12.

  1. Pairwise lcm: lcm(2, 3) = 6, then lcm(6, 4) = 12.
  2. Scale: 1/2 = 6/12, 1/3 = 4/12, 1/4 = 3/12.

LCD: 12

LCD for Adding Fractions

Addition needs a common denominator. The LCD is the best choice when you want the smallest shared bottom number and cleaner numerators.

To add a/b + c/d, first find LCD = lcm(b, d). Rewrite as equivalent fractions with denominator LCD, then add numerators and keep the LCD.

Example: 1/4 + 2/3. LCD = 12. Equivalent fractions: 3/12 + 8/12 = 11/12. Simplify only if the sum can be reduced.

  1. Find the LCD: Use multiples, prime factors, or the gcd shortcut. Confirm with the tool at the top of this page.
  2. Convert to equivalent fractions: Multiply each numerator by LCD divided by its original denominator.
  3. Add numerators: Keep the LCD as the denominator. Reduce the sum if numerator and denominator share a factor.

LCD for Subtracting Fractions

Subtraction follows the same denominator alignment as addition. Find the LCD, scale both fractions, then subtract numerators.

For a/b - c/d, LCD = lcm(b, d). Build equivalent fractions, then compute (scaled n₁ - scaled n₂) / LCD.

Example: 5/6 - 1/4. LCD = 12. Fractions become 10/12 - 3/12 = 7/12.

  1. Align denominators at the LCD: Mixed numbers convert to improper form before scaling when needed.
  2. Subtract numerators: Do not subtract denominators. Only the top numbers change.
  3. Simplify the result: Divide by the gcd of numerator and denominator when possible.

LCD vs LCM

These terms describe the same numeric value when you work with fraction denominators, but they answer slightly different questions.

LCM asks: what is the smallest positive multiple shared by two or more integers? LCD asks: what is the smallest denominator that can represent both fractions as equivalent fractions?

For denominators 6 and 8, lcm(6, 8) = 24. That number is also the LCD of fractions with bottoms 6 and 8.

Do not confuse either term with GCF. GCF simplifies one fraction. LCD connects two or more fractions for addition or comparison.

LCM

Focus: multiples of whole numbers. Used in fractions, number theory, and factor puzzles.

LCD

Focus: shared denominator for fractions. Always lcm of the denominators in the problem.

Least Common Multiple and LCD

Understanding lcm builds a strong foundation for every LCD problem on this page and in later algebra.

Multiples of 4 are 4, 8, 12, 16. Multiples of 6 are 6, 12, 18. The first shared multiple is 12, so lcm(4, 6) = 12.

Factors and primes organize the work. If 12 = 2² × 3 and 18 = 2 × 3², then lcm = 2² × 3² = 36.

When homework moves to rational expressions, the same lcm idea appears on polynomial denominators. Mastering integers first makes that step smoother.

  • Factors: numbers that divide evenly into a given value
  • Multiples: products of the number with 1, 2, 3, ...
  • Prime factorization: breaks integers into prime building blocks
  • LCD application: lcm applied to denominators only

Common LCD Mistakes

Most errors come from skipping alignment or mixing up LCD with simplification tools.

  • Adding denominators together Only numerators add after you find the LCD. Denominators stay the LCD once aligned.
  • Using the product bd when a smaller LCD exists bd is a common denominator, not always the least. Example: lcm(4, 6) = 12, not 24.
  • Confusing LCD with GCF LCD links two denominators. GCF simplifies one fraction's numerator and denominator.
  • Forgetting to scale the numerator When the denominator doubles, the numerator must double to keep the same value.

Finding LCD with Prime Factorization

Prime factorization is reliable when denominators have several factors or when the multiples list grows long.

Write each denominator as a product of primes. Take each prime to the greatest exponent found in any single denominator. Multiply those powers to get lcm and LCD.

This method scales to three or more denominators without rewriting a huge multiples chart.

  1. Factor each denominator Example: 12 = 2² × 3 and 18 = 2 × 3².
  2. Combine highest powers Use 2² and 3². LCD = 4 × 9 = 36.
  3. Scale fractions Multiply each numerator so its denominator becomes 36.

Example: LCD of 12 and 18

lcm(12, 18) = 36. For 5/12 and 7/18, equivalent fractions are 15/36 and 14/36.

Verify the pair in the LCD calculator section on this page.

FAQs About Least Common Denominators

Answers to common questions about finding and using the LCD with fractions and mixed numbers.

Is the least common denominator the same as the LCM?
For fraction denominators, yes. LCD equals lcm of those denominators. See LCD vs LCM above.
How do I find the LCD of three fractions?
Find lcm of all denominators by pairing them: lcm(a, b, c) = lcm(lcm(a, b), c). Scale every fraction to that denominator.
Do mixed numbers change the LCD?
The LCD comes from the fractional denominators. Convert to improper form when you need scaled numerators, not to find the LCD itself.
Can I add fractions without the LCD?
You need some common denominator. The LCD is preferred because it keeps numbers smaller than using the product of denominators.
What if denominators are already the same?
That shared value is the LCD. Example: 2/9 + 5/9 uses LCD 9.
How does this relate to simplifying fractions?
LCD aligns fractions before an operation. Simplifying reduces one fraction after the operation using GCF of its numerator and denominator.
Does the calculator store my inputs?
No. Everything runs locally in your browser. See the LCD calculator section.