## What Is the Least Common Denominator?
The **Least Common Denominator (LCD)** is the smallest number that two or more denominators divide into evenly. It is especially important when working with fractions that need to be added or subtracted, since a common base is required.
## Why It Matters in Electricity
In electrical work, the LCD shows up more often than you might expect. Electricians and technicians frequently deal with fractions in:
- **Ohm’s Law** calculations
- **Parallel resistance** formulas
- **Voltage divider rules**
- **Unit conversions** (e.g., fractional inches, decimals)
In many cases, different values must be combined under a shared denominator. Finding the LCD makes these calculations much simpler.
## Step-by-Step: How to Find the LCD
Suppose we want to add:
$\frac{1}{4} + \frac{1}{6}$
### Step 1: List multiples of each denominator
- Multiples of 4: 4, 8, 12, 16, 20, ...
- Multiples of 6: 6, 12, 18, 24, ...
### Step 2: Identify the smallest common multiple
The LCD of 4 and 6 is **12**.
### Step 3: Rewrite each fraction with the LCD
$\frac{1}{4} = \frac{3}{12}, \quad \frac{1}{6} = \frac{2}{12}$
### Step 4: Add or subtract
$\frac{3}{12} + \frac{2}{12} = \frac{5}{12}$
## Real-World Example: Parallel Resistances
When resistors are in parallel, we use:
$\frac{1}{R_T} = \frac{1}{R_1} + \frac{1}{R_2}$
Let’s take:
- $R_1 = 6 \, \Omega$
- $R_2 = 4 \, \Omega$
Substitute:
$\frac{1}{R_T} = \frac{1}{6} + \frac{1}{4}$
### Step 1: Find the LCD
LCD of 6 and 4 is **12**.
### Step 2: Convert each fraction
$\frac{1}{6} = \frac{2}{12}, \quad \frac{1}{4} = \frac{3}{12}$
### Step 3: Add the fractions
$\frac{1}{R_T} = \frac{2}{12} + \frac{3}{12} = \frac{5}{12}$
### Step 4: Solve for $R_T$
$R_T = \frac{12}{5} = 2.4 \, \Omega$
The LCD made it straightforward to calculate the total resistance.
## Try It Yourself
1. What is the LCD of 3 and 5?
2. Add: $\frac{2}{3} + \frac{1}{5}$
3. Find the total resistance in parallel if:
- $R_1 = 3 \, \Omega$
- $R_2 = 5 \, \Omega$