SimpleToolbox
Education

How to Add Fractions: Step-by-Step Guide (With Calculator)

Learn how to add fractions with same and different denominators, find the LCD, and add mixed numbers. Includes 5 worked examples.

6 min read by The Simple Toolbox Team

How to Add Fractions: Step‑by‑Step Guide (With Calculator)

TL;DR
To add fractions, first make sure they share a common denominator. If the denominators are already the same, simply add the numerators and keep the denominator. If they differ, find the least common denominator (LCD), convert each fraction to an equivalent fraction with that denominator, add the numerators, and simplify the result.


## Quick Rule: Adding Fractions

  • Same denominator: add the numerators; denominator stays unchanged.
  • Different denominator: find the LCD, rewrite each fraction with the LCD, then add the numerators.

## Adding Fractions With the Same Denominator

When the bottom numbers (denominators) are identical, the fractions are already “like” fractions. The rule is straightforward:

[ \frac{a}{c} + \frac{b}{c} = \frac{a+b}{c} ]

Example 1: (\frac{1}{5} + \frac{2}{5})

  1. Denominators are both 5 → same.
  2. Add numerators: (1 + 2 = 3).
  3. Keep denominator 5.

[ \frac{1}{5} + \frac{2}{5} = \frac{3}{5} ]

Example 2: (\frac{3}{8} + \frac{1}{8})

  1. Same denominator (8).
  2. Numerators: (3 + 1 = 4).
  3. Result: (\frac{4}{8}).
  4. Simplify (divide numerator and denominator by 4): (\frac{1}{2}).

[ \frac{3}{8} + \frac{1}{8} = \frac{1}{2} ]


## Adding Fractions With Different Denominators

When denominators differ, follow these four steps:

  1. Find the Least Common Denominator (LCD).
  2. Convert each fraction to an equivalent fraction with the LCD.
  3. Add the numerators of the converted fractions.
  4. Simplify the resulting fraction if possible.

Worked Example 1: (\frac{1}{4} + \frac{1}{6})

StepActionDetails
1Find LCD of 4 and 6Multiples of 4: 4, 8, 12, 16…
Multiples of 6: 6, 12, 18… → LCD = 12
2Convert fractions(\frac{1}{4} = \frac{1\times3}{4\times3} = \frac{3}{12})
(\frac{1}{6} = \frac{1\times2}{6\times2} = \frac{2}{12})
3Add numerators(\frac{3}{12} + \frac{2}{12} = \frac{5}{12})
4Simplify5 and 12 share no common factor >1 → (\frac{5}{12}) is final

[ \boxed{\frac{1}{4} + \frac{1}{6} = \frac{5}{12}} ]

Worked Example 2: (\frac{2}{3} + \frac{5}{9})

  1. LCD of 3 and 9 → 9 (since 9 is a multiple of 3).
  2. Convert: (\frac{2}{3} = \frac{2\times3}{3\times3} = \frac{6}{9}); (\frac{5}{9}) stays (\frac{5}{9}).
  3. Add: (\frac{6}{9} + \frac{5}{9} = \frac{11}{9}).
  4. Simplify: (\frac{11}{9}) is an improper fraction; can be left as is or written as (1\frac{2}{9}).

[ \boxed{\frac{2}{3} + \frac{5}{9} = \frac{11}{9} = 1\frac{2}{9}} ]

Worked Example 3: (\frac{7}{10} + \frac{3}{15})

  1. LCD of 10 and 15 → prime factors: 10 = 2·5, 15 = 3·5 → LCD = 2·3·5 = 30.
  2. Convert: (\frac{7}{10} = \frac{7\times3}{10\times3} = \frac{21}{30}); (\frac{3}{15} = \frac{3\times2}{15\times2} = \frac{6}{30}).
  3. Add: (\frac{21}{30} + \frac{6}{30} = \frac{27}{30}).
  4. Simplify: divide numerator and denominator by 3 → (\frac{9}{10}).

[ \boxed{\frac{7}{10} + \frac{3}{15} = \frac{9}{10}} ]


## Finding the Least Common Denominator

Two reliable methods work for any pair (or more) of denominators.

1. Factor Method

  • Factor each denominator into primes.
  • For each distinct prime, take the highest power that appears in any factorization.
  • Multiply those together → LCD.

Example: LCD of 12 and 18.

  • 12 = (2^2 \times 3)
  • 18 = (2 \times 3^2)
  • Highest powers: (2^2) and (3^2) → LCD = (2^2 \times 3^2 = 4 \times 9 = 36).

2. Listing Multiples Method

  • Write out a few multiples of each denominator until a common value appears.
  • The first common multiple is the LCD.

Example: LCD of 8 and 12.

  • Multiples of 8: 8, 16, 24, 32…
  • Multiples of 12: 12, 24, 36…
  • First common = 24 → LCD = 24.

Both methods give the same result; the factor method scales better for larger numbers, while listing multiples is intuitive for small denominators.


## Adding Mixed Numbers

A mixed number combines a whole part and a fractional part (e.g., (2\frac{3}{4})). To add mixed numbers:

  1. Convert each mixed number to an improper fraction (multiply whole part by denominator, add numerator).
  2. Add the improper fractions using the rules above (same or different denominators).
  3. If needed, convert the result back to a mixed number (divide numerator by denominator; remainder becomes new numerator).
  4. Simplify the fractional part.

Example 1: (1\frac{2}{5} + 2\frac{3}{5})

  1. Convert:
    • (1\frac{2}{5} = \frac{1\times5 + 2}{5} = \frac{7}{5})
    • (2\frac{3}{5} = \frac{2\times5 + 3}{5} = \frac{13}{5})
  2. Same denominator (5): add numerators → (\frac{7+13}{5} = \frac{20}{5}).
  3. Simplify: (\frac{20}{5} = 4).

[ \boxed{1\frac{2}{5} + 2\frac{3}{5} = 4} ]

Example 2: (3\frac{1}{4} + 1\frac{2}{3})

  1. Convert:
    • (3\frac{1}{4} = \frac{3\times4 + 1}{4} = \frac{13}{4})
    • (1\frac{2}{3} = \frac{1\times3 + 2}{3} = \frac{5}{3})
  2. LCD of 4 and 3 → 12.
    • (\frac{13}{4} = \frac{13\times3}{4\times3} = \frac{39}{12})
    • (\frac{5}{3} = \frac{5\times4}{3\times4} = \frac{20}{12})
  3. Add: (\frac{39}{12} + \frac{20}{12} = \frac{59}{12}).
  4. Convert back: (59 ÷ 12 = 4) remainder (11) → (4\frac{11}{12}).
  5. Fraction (\frac{11}{12}) is already simplified.

[ \boxed{3\frac{1}{4} + 1\frac{2}{3} = 4\frac{11}{12}} ]


## 5 Worked Examples – Increasing Difficulty

Below are five problems that progress from simple to more challenging. Try each on your own, then check the solution.

Example 1 – Same Denominator (Easy)

[ \frac{4}{9} + \frac{2}{9} ]
Solution: Same denominator → (\frac{4+2}{9} = \frac{6}{9} = \frac{2}{3}).

Example 2 – Different Denominators (Medium)

[ \frac{5}{12} + \frac{7}{18} ]
Solution:

  • LCD of 12 (2²·3) and 18 (2·3²) → (2^2·3^2 = 36).
  • Convert: (\frac{5}{12} = \frac{5×3}{12×3} = \frac{15}{36}); (\frac{7}{18} = \frac{7×2}{18×2} = \frac{14}{36}).
  • Add: (\frac{15+14}{36} = \frac{29}{36}) (already simplified).

Example 3 – Mixed Numbers (Medium)

[ 2\frac{3}{8} + 1\frac{5}{6} ]
Solution:

  • Convert: (2\frac{3}{8} = \frac{19}{8}); (1\frac{5}{6} = \frac{11}{6}).
  • LCD of 8 and 6 → 24.
  • Convert: (\frac{19}{8} = \frac{57}{24}); (\frac{11}{6} = \frac{44}{24}).
  • Add: (\frac{57+44}{24} = \frac{101}{24}).
  • Convert back: (101 ÷ 24 = 4) remainder (5) → (4\frac{5}{24}).

Example 4 – Three Fractions (Hard)

[ \frac{1}{3} + \frac{2}{5} + \frac{3}{7} ]
Solution:

  • Find LCD of 3, 5, 7 → they are all prime, so LCD = (3×5×7 = 105).
  • Convert:
    • (\frac{1}{3} = \frac{35}{105})
    • (\frac{2}{5} = \frac{42}{105})
    • (\frac{3}{7} = \frac{45}{105})
  • Add numerators: (35+42+45 = 122) → (\frac{122}{105}).
  • Improper fraction → (1\frac{17}{105}) (since 122−105=17). Fraction part already simplified.

Example 5 – Word Problem (Application)

Problem: Sarah baked a cake. She used (\frac{2}{3}) cup of sugar for the frosting and (\frac{1}{4}) cup for the batter. How much sugar did she use in total?

Solution:

  • Add (\frac{2}{3} + \frac{1}{4}).
  • LCD of 3 and 4 → 12.
  • Convert: (\frac{2}{3} = \frac{8}{12}); (\frac{1}{4} = \frac{3}{12}).
  • Add: (\frac{8+3}{12} = \frac{11}{12}) cup.
  • Sarah used (\frac{11}{12}) cup of sugar.

## FAQ

Q: How do I add (\frac{1}{3}) and (\frac{1}{2})?
A: Find LCD of 3 and 2 → 6. Convert: (\frac{1}{3} = \frac{2}{6}), (\frac{1}{2} = \frac{3}{6}). Add: (\frac{2+3}{6} = \frac{5}{6}).

Q: How do I add fractions with the same denominators?
A: Simply add the numerators and keep the denominator unchanged. Example: (\frac{3}{7} + \frac{2}{7} = \frac{5}{7}).

Q: What is LCD?
A: LCD stands for Least Common Denominator – the smallest positive integer that is a multiple of each denominator. It allows you to rewrite fractions so they share a common base for addition or subtraction.

Q: How do I simplify fractions?
A: Divide the numerator and denominator by their greatest common divisor (GCD). For example, (\frac{8}{12}) → GCD is 4 → (\frac{8÷4}{12÷4} = \frac{2}{3}).

Q: Can I use a calculator to check my work?
A: Absolutely! Use our free Fraction Calculator to verify each step or get the final answer instantly.

Q: Is there a quick way to find the LCD for two numbers?
A: Yes—list the prime factors of each denominator, then multiply each distinct prime factor the greatest number of times it appears in any factorization. This yields the LCD efficiently.


Callout

Check your work with our free Fraction Calculator

Feel free to also explore our Percentage Calculator for related math needs.


References:
Khan Academy – Fraction Arithmetic: https://www.khanacademy.org/math/arithmetic/fraction-arithmetic


Happy calculating!

Try the Free Tool

Put what you learned into practice — runs in your browser, no signup needed.

Open Calculator

Found this helpful?

Share this free utility with your network.

Free Tools Alert

Join 10,000+ creators. Get our newest productivity tools, templates, and calculators directly to your inbox every month.

No spam. One-click unsubscribe.