Formula
To add fractions: find the LCD of the denominators, convert both fractions to that denominator, then add the numerators and simplify. When denominators are already equal, add numerators directly.
How to use this calculator
Enter the numerator and denominator of each fraction. The calculator adds them instantly, showing the result as a simplified fraction, mixed number (where applicable), decimal, and percentage — along with a three-step breakdown using the LCD method.
Adding fractions formula
The general formula for adding two fractions multiplies each numerator by the other fraction's denominator:
$$\frac{a}{b} + \frac{c}{d} = \frac{a \times d + c \times b}{b \times d}$$
This always works, but often produces larger numbers than necessary. The preferred approach uses the LCD (Lowest Common Denominator), which keeps numbers smaller and simplification easier:
$$\frac{a}{b} + \frac{c}{d} = \frac{a \times \frac{\text{LCD}}{b} + c \times \frac{\text{LCD}}{d}}{\text{LCD}}, \quad \text{LCD} = \text{LCM}(b, d)$$
Both methods give the same final answer after simplification.
Same denominator: the simple case
When both fractions share the same denominator, no conversion is needed. Add the numerators directly and keep the denominator unchanged:
$$\frac{1}{4} + \frac{2}{4} = \frac{1 + 2}{4} = \frac{3}{4}$$
This works because the denominator defines the size of each part. If two fractions already use the same part size, you can count them together directly.
Different denominators: the LCD method
When denominators differ, you must first convert both fractions to a common denominator before the numerators can be added. The steps are:
- Find the LCD. The LCD is the LCM (Lowest Common Multiple) of the two denominators. Use prime factorisation or the formula LCM(a, b) = (a × b) ÷ GCD(a, b).
- Convert both fractions. Multiply each fraction's numerator and denominator by (LCD ÷ its denominator) so both share the LCD.
- Add numerators. The denominator stays as the LCD.
- Simplify. Divide numerator and denominator by their GCD.
Worked examples
Example 1: one denominator is a multiple of the other
Add 2/5 and 3/10. Since 10 is a multiple of 5, the LCD is simply 10:
$$\frac{2}{5} + \frac{3}{10}: \quad \text{LCD}(5, 10) = 10 \implies \frac{4}{10} + \frac{3}{10} = \frac{7}{10}$$
2/5 becomes 4/10, then 4/10 + 3/10 = 7/10. No simplification needed.
Example 2: unrelated denominators
Add 3/4 and 1/6. The denominators share no obvious relationship, so find LCM(4, 6):
$$\frac{3}{4} + \frac{1}{6}: \quad \text{LCD}(4, 6) = 12 \implies \frac{9}{12} + \frac{2}{12} = \frac{11}{12}$$
GCD(4, 6) = 2, so LCM = (4 × 6) ÷ 2 = 12. Convert: 3/4 → 9/12 and 1/6 → 2/12. Sum: 11/12, which is already in simplest form.
Example 3: result greater than 1
Add 3/4 and 3/4. Same denominator, so add directly: 3/4 + 3/4 = 6/4. Simplify with GCD(6, 4) = 2: 6/4 = 3/2. As a mixed number: 1½.
| Problem | LCD | After converting | Result |
|---|---|---|---|
| 1/2 + 1/3 | 6 | 3/6 + 2/6 | 5/6 |
| 1/4 + 1/4 | 4 | 1/4 + 1/4 | 2/4 = 1/2 |
| 2/3 + 1/6 | 6 | 4/6 + 1/6 | 5/6 |
| 3/5 + 2/5 | 5 | 3/5 + 2/5 | 5/5 = 1 |
| 5/6 + 3/4 | 12 | 10/12 + 9/12 | 19/12 = 1 7/12 |
| 7/8 + 5/12 | 24 | 21/24 + 10/24 | 31/24 = 1 7/24 |
Adding negative fractions
A negative fraction has its numerator treated as negative. The LCD method applies identically — the sign is carried through the numerator arithmetic:
$$\frac{-1}{3} + \frac{2}{3} = \frac{-1 + 2}{3} = \frac{1}{3}$$
If both fractions are negative, the sum is negative: −1/3 + (−1/3) = −2/3. If the signs differ, the result depends on the magnitudes — exactly like integer addition.
Adding mixed numbers
A mixed number (e.g. 2⅓) combines a whole number and a proper fraction. Convert to an improper fraction before adding:
$$2\frac{1}{3} + 1\frac{3}{4} = \frac{7}{3} + \frac{7}{4} = \frac{28}{12} + \frac{21}{12} = \frac{49}{12} = 4\frac{1}{12}$$
Steps: 2⅓ = 7/3, 1¾ = 7/4. LCD(3, 4) = 12. Convert: 28/12 + 21/12 = 49/12. As a mixed number: 4 1/12.
Alternatively, add the whole-number parts separately and add the fractional parts separately, then combine — though converting to improper fractions first is generally safer and avoids carrying errors.
Common mistakes
Adding the denominators
The most frequent error: 1/4 + 1/4 ≠ 2/8. The denominator defines part size and does not change when parts of the same size are counted together. Only the numerators are added.
Using the product instead of the LCD
Using b × d as the common denominator always works but produces unnecessarily large numbers. For 3/4 + 1/6, using 24 instead of 12 gives 18/24 + 4/24 = 22/24, which then needs simplifying to 11/12. Starting with the LCD skips this extra step.
Forgetting to simplify
The answer is not complete until the fraction is in its simplest form (numerator and denominator share no common factor other than 1). Always divide by the GCD after adding.
Not converting mixed numbers first
Adding 1½ + 2⅔ by adding the whole parts (3) and fraction parts (1/2 + 2/3 = 7/6) separately works, but when the fraction sum exceeds 1, an extra carry step is required. Converting to improper fractions first (3/2 + 8/3 = 25/6 = 4⅙) is more reliable.
Frequently asked questions
How do you add fractions with different denominators?
Find the LCD of both denominators, convert each fraction to that denominator, add the numerators, and simplify the result by dividing by the GCD.
Can you add fractions with the same denominator directly?
Yes — add the numerators and keep the denominator unchanged. 1/4 + 2/4 = 3/4. No LCD step is needed when denominators are equal.
Why can't you just add the denominators?
The denominator specifies the size of each part. Adding denominators changes the part size, producing a wrong answer. Only numerators — the count of parts — change when fractions are added.
How do you add mixed numbers?
Convert each mixed number to an improper fraction (whole × denominator + numerator, over the denominator), then add using the standard LCD method.
What is the LCD and why is it used?
The LCD (Lowest Common Denominator) is the smallest integer that both denominators divide evenly. Using it keeps numbers smaller than the product method, which reduces simplification work.
Does adding two fractions always give a result less than 1?
No. The result can be any value. 3/4 + 3/4 = 6/4 = 3/2 = 1½, which is greater than 1. The result depends entirely on the values being added.