Skip to main content
Skip to calculator
Advertisement

Last updated: August 1, 2026

Lowest Common Denominator Calculator

Quick Answer

The Lowest Common Denominator Calculator finds the LCM of a list of fraction denominators and rewrites every fraction over that shared lowest common denominator.

Enter fractions like 1/3 and 1/4 separated by commas, and the calculator returns their lowest common denominator with each fraction rewritten.

Helpful
Not helpful
Save as image
Share
Embed
Cite
Write feedback

Formula

LCD = lcm(d1, d2, ..., dn); each fraction becomes (numerator x LCD/denominator) / LCD

Where:

  • d1, d2, ...=Denominators of each fraction
  • LCD=Lowest common denominator
Lowest Common DenominatorTwo fraction bars split into thirds and quarters are both re-split into twelfths, the lowest common denominator, so they line up exactly.1/31/4LCD = 121/3 → 4/121/4 → 3/12
Splitting each fraction into the lowest common denominator lets you compare or add them directly.

Worked Examples

Two fractions

Find the LCD of 1/3 and 1/4.

  1. 1Denominators are 3 and 4
  2. 2lcm(3,4) = 12
  3. 3Rewrite as 4/12 and 3/12
Final Answer: lcd = 12, rewrittenFractions = 4/12,3/12

Three fractions

Find the LCD of 1/2, 1/5, and 3/10.

  1. 1Denominators are 2, 5, 10
  2. 2lcm(2,5,10) = 10
  3. 3Rewrite as 5/10, 2/10, 3/10
Final Answer: lcd = 10, rewrittenFractions = 5/10,2/10,3/10

Matching denominators

Find the LCD of 3/6 and 5/6.

  1. 1Both denominators are 6
  2. 2lcm(6,6) = 6
  3. 3Fractions stay the same
Final Answer: lcd = 6, rewrittenFractions = 3/6,5/6

Negative numerator

Find the LCD of -2/3 and 1/6.

  1. 1Denominators are 3 and 6
  2. 2lcm(3,6) = 6
  3. 3Rewrite as -4/6 and 1/6
Final Answer: lcd = 6, rewrittenFractions = -4/6,1/6

Introduction

The Lowest Common Denominator Calculator rewrites every fraction you enter over a single shared denominator, which is the essential first step before adding, subtracting, or comparing fractions.

What Is the Lowest Common Denominator?

The lowest common denominator of a group of fractions is the smallest number that every denominator divides into evenly — mathematically the same as the least common multiple of the denominators.

  • LCD is always a multiple of every original denominator

  • Rewriting over the LCD keeps each fraction's value unchanged

  • It is the smallest denominator that works for the whole set

How the Calculator Works

Each fraction is parsed, the LCD is computed as the LCM of the denominators, and every fraction is rewritten as a new numerator over the shared LCD.

  • Fractions are entered as numerator/denominator pairs

  • The LCD is the LCM of all denominators

  • Every fraction is fully rewritten, not just the numerator

Input Guide

List each fraction as numerator/denominator, separated by commas.

  1. 1

    fractions: comma-separated fractions, e.g. 1/3,1/4

Output Guide

The calculator reports the shared denominator and every fraction rewritten in that form.

  1. 1

    lcd: the lowest common denominator for the whole set

  2. 2

    rewrittenFractions: each fraction expressed over the LCD, in the original order

  3. 3

    count: how many fractions were parsed

How to Use This Calculator

Enter each fraction in num/den form separated by commas, then compare the rewritten fractions.

  • Type at least two fractions

  • Use a forward slash between numerator and denominator

  • Use the rewritten fractions to add, subtract, or compare

Common Mistakes

Errors usually come from missing slashes, zero denominators, or entering only one fraction.

  • Omitting the slash between numerator and denominator

  • Using a zero denominator

  • Entering fewer than two fractions

Practical Uses

The LCD is the starting point for combining fractions in cooking measurements, construction plans, and classroom math.

  • Adding or subtracting fractions with different denominators

  • Comparing which of several fractions is larger

  • Scaling recipe or mixture ratios

Step-by-Step Method

To rewrite fractions by hand, find the LCM of the denominators, divide it by each original denominator to get a scale factor, then multiply both the numerator and denominator by that factor.

  • Find the LCM of all denominators

  • Divide the LCD by each original denominator

  • Multiply numerator and denominator by that scale factor

FAQs

What does the Lowest Common Denominator Calculator compute?

It computes the LCD of every fraction you enter and rewrites each fraction fully in equivalent form over that shared denominator.

How do I format the fractions?

Write each fraction as numerator/denominator (for example 1/3) and separate multiple fractions with commas.

Is the lowest common denominator the same as the least common denominator?

Yes, both phrases describe the same value: the smallest shared denominator for a set of fractions.

Can I use negative numerators?

Yes, negative numerators are supported as long as the denominator is a positive whole number.

What if all fractions already share a denominator?

The LCD equals that shared denominator and the rewritten fractions match the originals.

How many fractions can I enter?

You can enter as many comma-separated fractions as you need; at least two are required.

What if I enter an invalid fraction?

The calculator returns a validation error if a fraction is missing a slash, has a zero denominator, or isn't a whole number ratio.

Why rewrite the whole fraction instead of just the numerator?

Showing both parts makes it easy to visually confirm each fraction is equivalent to its original value before combining them.