US Trends

how to find the least common denominator

To find the least common denominator (LCD) , you basically look for the smallest number that all the denominators divide into evenly.

What “least common denominator” means

  • The denominator is the bottom number of a fraction; it shows how many equal parts the whole is divided into.
  • A common denominator is any number that all the denominators share as a multiple.
  • The least common denominator is the smallest such common multiple, so it keeps your numbers as simple as possible.

Example: For 13\frac{1}{3}31​ and 16\frac{1}{6}61​, the least common denominator is 6, because 6 is the smallest number that both 3 and 6 divide into evenly.

Fast method (using multiples)

Use this when denominators are small, like 2, 3, 4, 5, 6, 8, 10.

  1. List multiples of each denominator.
    • For 4: 4, 8, 12, 16, 20, …
    • For 6: 6, 12, 18, 24, …
  1. Circle the first multiple they share.
    • Both lists contain 12 first, so LCD of 4 and 6 is 12.
  1. Rewrite the fractions using this denominator.
    • 14=312\frac{1}{4}=\frac{3}{12}41​=123​ (because 4×3=124\times 3=124×3=12)
    • 16=212\frac{1}{6}=\frac{2}{12}61​=122​ (because 6×2=126\times 2=126×2=12)

Now you can add or subtract: 312+212=512\frac{3}{12}+\frac{2}{12}=\frac{5}{12}123​+122​=125​.

General method (LCM idea)

The LCD is just the least common multiple (LCM) of the denominators.

Step 1: Convert everything to fractions

  • If you have whole numbers or mixed numbers, turn them into improper fractions first.
    • Example: 2=212=\frac{2}{1}2=12​, 112=321\frac{1}{2}=\frac{3}{2}121​=23​.

Step 2: Find the LCM of denominators

You can do this in two common ways:

  • By listing multiples (good for smaller numbers):
    • Denominators: 3 and 8
    • Multiples of 3: 3, 6, 9, 12, 15, 18, 21, 24, …
    • Multiples of 8: 8, 16, 24, 32, …
    • First common multiple is 24 → LCD = 24.
  • By prime factorization (better for bigger or awkward numbers):
    1. Factor each denominator into primes.
    2. For each prime, take the highest power appearing in any denominator.
    3. Multiply these together to get the LCM = LCD.

Example: LCD of 12 and 18

  • 12=22×312=2^2\times 312=22×3
  • 18=2×3218=2\times 3^218=2×32
  • Take highest powers: 222^222 and 323^232
  • LCD =22×32=4×9=36=2^2\times 3^2=4\times 9=36=22×32=4×9=36.

Using the LCD to rewrite fractions

Once you have the LCD:

  1. Divide the LCD by each denominator to see what you multiplied by.
  2. Multiply numerator and denominator by that same number.

Example: Find LCD and add 14+16\frac{1}{4}+\frac{1}{6}41​+61​.

  • LCD = 12.
  • For 14\frac{1}{4}41​: 12÷4=312\div 4=312÷4=3 → multiply top and bottom by 3 → 312\frac{3}{12}123​.
  • For 16\frac{1}{6}61​: 12÷6=212\div 6=212÷6=2 → multiply top and bottom by 2 → 212\frac{2}{12}122​.
  • Add: 312+212=512\frac{3}{12}+\frac{2}{12}=\frac{5}{12}123​+122​=125​.

This is exactly how many teaching sites explain the process: find LCD, rewrite as equivalent fractions, then add or subtract.

HTML table: LCD methods at a glance

html

<table>
  <thead>
    <tr>
      <th>Method</th>
      <th>When to use</th>
      <th>How it works</th>
      <th>Example (LCD of 4 and 6)</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Listing multiples</td>
      <td>Small, simple denominators</td>
      <td>List multiples of each denominator and pick the first one they share.</td>
      <td>4, 8, 12, 16, … and 6, 12, 18, … → LCD = 12.</td>
    </tr>
    <tr>
      <td>Prime factorization</td>
      <td>Larger or “messy” denominators</td>
      <td>Break each denominator into prime factors, take highest powers of each prime, multiply to get LCD.</td>
      <td>12 = 2² × 3, 18 = 2 × 3² → LCD = 2² × 3² = 36.</td>
    </tr>
    <tr>
      <td>Direct multiplication (not always LCD)</td>
      <td>Quick way to get some common denominator</td>
      <td>Multiply denominators; works but may not be the least common denominator.</td>
      <td>4 × 6 = 24 is a common denominator but not the LCD (which is 12).</td>
    </tr>
  </tbody>
</table>

This idea shows up across many fraction help resources: the key is that the LCD is the lowest common multiple of the denominators, and you use it to create equivalent fractions before doing operations.

Quick mini–practice idea

Try these on your own using the steps above:

  1. LCD of 15\frac{1}{5}51​ and 215\frac{2}{15}152​.
  2. LCD of 34\frac{3}{4}43​ and 510\frac{5}{10}105​.
  3. LCD of 29\frac{2}{9}92​ and 56\frac{5}{6}65​.

If you like, send your answers and I can walk through the steps.