LCD Calculator (Least Common Denominator)

Find the Least Common Denominator of 2-4 fractions using prime factorization and convert all fractions.

Enter Fractions

Fraction 1: /
Fraction 2: /

Result

Least Common Denominator
--
LCD

Step-by-Step Solution

LCD = LCM of all denominators

Understanding the Least Common Denominator

The Least Common Denominator (LCD) is the smallest number that is a common multiple of all the denominators of a set of fractions. Finding the LCD is essential when adding, subtracting, or comparing fractions with different denominators. The LCD is the same as the Least Common Multiple (LCM) of the denominators.

Methods to Find the LCD

Prime Factorization Method

Factor each denominator into primes, then take the highest power of each prime factor.

LCD = product of highest prime powers

Listing Multiples Method

List multiples of each denominator until you find the smallest one they all share.

Multiples: 4,8,12,16... & 6,12,18...

GCD Method

Use the formula: LCM(a,b) = |a × b| / GCD(a,b).

LCM(a,b) = a×b / GCD(a,b)

Converting Fractions

Multiply numerator and denominator by the same factor to get equivalent fractions with the LCD.

a/b = (a×k)/(b×k) where k = LCD/b

Why the LCD Matters

You cannot directly add or subtract fractions with different denominators. You must first convert them to equivalent fractions that share a common denominator. While any common denominator works, using the LCD keeps the numbers as small as possible, making calculations simpler and reducing the need for simplification afterward.

Example: Adding 1/4 + 2/6

  1. Find the LCD of 4 and 6: LCD = 12
  2. Convert 1/4: multiply top and bottom by 3 to get 3/12
  3. Convert 2/6: multiply top and bottom by 2 to get 4/12
  4. Add: 3/12 + 4/12 = 7/12

Prime Factorization Steps

  • Factor each denominator into its prime factors.
  • For each unique prime, take the highest exponent that appears.
  • Multiply all these prime powers together to get the LCD.
  • Example: 12 = 2² × 3, 18 = 2 × 3², so LCD = 2² × 3² = 36.

Common Mistakes to Avoid

  • Do not just multiply all denominators together; this gives a common denominator but usually not the least one.
  • Remember: the LCD is always a multiple of each denominator.
  • When converting fractions, multiply both the numerator and denominator by the same number.
  • A denominator of 0 is undefined; every denominator must be a positive integer.