Skip to main content
Skip to calculator
Advertisement

Last updated: August 1, 2026

Least Common Denominator Calculator

Quick Answer

The Least Common Denominator Calculator computes the LCM of the denominators of a list of fractions and rescales each numerator so every fraction shares that common denominator.

Enter fractions like 1/2 and 1/3 separated by commas, and the calculator returns their least common denominator and equivalent numerators.

Helpful
Not helpful
Save as image
Share
Embed
Cite
Write feedback

Formula

LCD = lcm(d1, d2, ..., dn); new numerator = numerator x (LCD / original denominator)

Where:

  • d1, d2, ...=Denominators of each fraction
  • LCD=Least common denominator
Least Common DenominatorTwo fractions with different denominators are rewritten with the same least common denominator so they can be compared or added.1/2denominator 21/3denominator 33/62/6LCD = 6shared denominator
Every fraction is rewritten with the least common denominator before comparing or combining them.

Worked Examples

Two simple fractions

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

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

Three fractions

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

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

Negative numerator

Find the LCD of -1/2 and 1/4.

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

Matching denominators

Find the LCD of 2/5 and 4/5.

  1. 1Both denominators are 5
  2. 2lcm(5,5) = 5
  3. 3No rewriting is needed
Final Answer: lcd = 5, equivalentNumerators = 2,4

Introduction

The Least Common Denominator Calculator converts a list of fractions to a shared denominator so you can add, subtract, or compare them directly.

What Is a Least Common Denominator?

The least common denominator of a set of fractions is the least common multiple of their denominators. Rewriting fractions over this shared denominator lets you combine them with simple numerator arithmetic.

  • LCD is always a multiple of every original denominator

  • Using the LCD keeps fractions equivalent to their original value

  • It is the smallest denominator that works for every fraction in the list

How the Calculator Works

Each fraction is parsed into a numerator and denominator, the LCD is computed as the LCM of every denominator, and each numerator is scaled by LCD divided by its own denominator.

  • Fractions are entered as numerator/denominator pairs

  • The LCD is the LCM of all denominators

  • Numerators are rescaled to keep each fraction's value unchanged

Input Guide

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

  1. 1

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

Output Guide

The calculator reports the shared denominator and the rescaled numerators.

  1. 1

    lcd: the least common denominator for every fraction

  2. 2

    equivalentNumerators: rescaled numerators in the same order as the input

  3. 3

    count: how many fractions were parsed

How to Use This Calculator

Enter each fraction in num/den form separated by commas, then read the LCD and equivalent numerators.

  • Type at least two fractions

  • Use a forward slash between numerator and denominator

  • Compare the rescaled numerators over the shared LCD

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 or negative denominator

  • Entering fewer than two fractions

Practical Uses

Finding the LCD is the first step in adding or subtracting fractions and in comparing which fraction is larger.

  • Homework on adding and subtracting fractions

  • Comparing fractions with different denominators

  • Simplifying recipe or measurement ratios

Step-by-Step Method

To convert fractions by hand, find the LCM of the denominators, then multiply each numerator by the same factor used to scale its denominator up to the LCD.

  • Find the LCM of all denominators

  • Divide the LCD by each original denominator to get a scale factor

  • Multiply each numerator by its scale factor

FAQs

What does the Least Common Denominator Calculator compute?

It computes the LCD of every fraction you enter and shows each fraction's numerator rewritten over that shared denominator.

How do I format the fractions?

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

Why do I need the least common denominator?

You need a shared denominator to add, subtract, or directly compare fractions without changing their values.

Can I use negative numerators?

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

What happens if two fractions already share a denominator?

The LCD equals that shared denominator and the numerators are returned unchanged.

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.

Is the LCD the same as the LCM?

Yes, the least common denominator of a set of fractions is exactly the least common multiple of their denominators.