Adding and Subtracting Fractions Calculator

Add or subtract two fractions (with optional mixed numbers) and see the step-by-step LCD method, simplified result, mixed number, and decimal.

Enter Fractions

fraction
+
fraction

Result

Answer (Simplified Fraction)
11/12
Mixed Number 11/12
Decimal 0.916667
LCD Used 12

Step-by-Step Solution

2/3 + 1/4 = 8/12 + 3/12 = 11/12

How to Add and Subtract Fractions

Adding and subtracting fractions is a fundamental skill in arithmetic. The key concept is that fractions must have a common denominator before they can be added or subtracted. This is because fractions represent parts of a whole, and the denominators tell us how many equal parts make up that whole. We can only combine parts that are the same size.

The LCD Method (Least Common Denominator)

The most efficient method for adding or subtracting fractions is to find the Least Common Denominator (LCD). The LCD is the smallest number that both denominators divide into evenly. It is the Least Common Multiple (LCM) of the two denominators.

  1. Find the LCD: Determine the LCM of the two denominators. For example, for 2/3 + 1/4, the LCD of 3 and 4 is 12.
  2. Convert fractions: Rewrite each fraction with the LCD as its denominator. Multiply both numerator and denominator by the same factor. So 2/3 becomes 8/12 (multiply by 4/4), and 1/4 becomes 3/12 (multiply by 3/3).
  3. Add or subtract numerators: Once the denominators are the same, add (or subtract) the numerators while keeping the denominator: 8/12 + 3/12 = 11/12.
  4. Simplify: Divide both the numerator and denominator by their Greatest Common Divisor (GCD) to reduce the fraction to its simplest form.

Simplifying with GCD

After performing the addition or subtraction, the resulting fraction should be simplified. To simplify, find the GCD (Greatest Common Divisor) of the numerator and denominator, then divide both by that value. For example, if you get 6/8, the GCD of 6 and 8 is 2, so 6/8 simplifies to 3/4.

Why We Need a Common Denominator

The denominator of a fraction tells us the size of each piece. If two fractions have different denominators, their pieces are different sizes and cannot be directly combined. By converting to a common denominator, we ensure all pieces are the same size, making addition and subtraction meaningful. Think of it like adding different currencies: you must convert to the same currency before you can add the amounts.

Working with Mixed Numbers

A mixed number combines a whole number and a fraction (like 2 3/4). To add or subtract mixed numbers:

  1. Convert each mixed number to an improper fraction. Multiply the whole number by the denominator, add the numerator, and place over the original denominator. For example, 2 3/4 = (2 * 4 + 3)/4 = 11/4.
  2. Perform the addition or subtraction using the LCD method described above.
  3. Convert the result back to a mixed number if desired. Divide the numerator by the denominator: the quotient is the whole part, and the remainder over the denominator is the fraction part.

LCD Method

Find the Least Common Denominator, convert both fractions, then add or subtract numerators.

LCD = LCM(d1, d2)

GCD Simplification

Divide numerator and denominator by their GCD to get the simplest form.

simplified = n/GCD : d/GCD

Mixed to Improper

Convert mixed numbers to improper fractions before operating.

w n/d = (w*d + n) / d

Cross Multiplication

Alternative quick method: a/b + c/d = (ad + bc) / bd, then simplify.

(ad +/- bc) / bd

Common Mistakes to Avoid

  • Adding numerators and denominators separately (1/2 + 1/3 is NOT 2/5).
  • Forgetting to simplify the final answer.
  • Using the wrong LCD, which makes calculations harder but not incorrect.
  • Not converting mixed numbers to improper fractions before operating.
  • Sign errors when subtracting -- be careful with negative numerators.