9 min read

How to Add, Subtract, Multiply & Divide Fractions: Step-by-Step Guide

fraction calculatorhow to add fractionshow to multiply fractionshow to divide fractionssimplify fractionsfraction to decimalcommon denominatormatheveryday

What Is a Fraction?

A fraction represents a part of a whole. It is written as two numbers separated by a line: the numerator (top number) tells you how many parts you have, and the denominator (bottom number) tells you how many equal parts the whole is divided into.

For example, 3/4 means "three out of four equal parts." Fractions appear everywhere — in cooking (3/4 cup of flour), construction (7/8-inch drill bit), music (3/4 time), and school grades (scored 17/20 on a test). The fraction calculator above handles all four arithmetic operations instantly. The sections below explain the math behind each one.

Types of Fractions

Type Definition Example Value
Proper fraction Numerator < denominator 3/4 Less than 1
Improper fraction Numerator ≥ denominator 9/4 1 or greater
Mixed number Whole number + proper fraction 2 1/4 1 or greater
Unit fraction Numerator is always 1 1/8 Less than 1
Equivalent fractions Different notation, same value 1/2 = 2/4 = 4/8 0.5

The Four Fraction Operations: Formulas

Each operation has its own formula. Addition and subtraction require a common denominator first. Multiplication and division do not.

Addition:      a/b + c/d = (a×d + b×c) / (b×d)
Subtraction:   a/b − c/d = (a×d − b×c) / (b×d)
Multiplication: a/b × c/d = (a×c) / (b×d)
Division:      a/b ÷ c/d = (a×d) / (b×c)

After every operation, simplify the result by dividing numerator and denominator by their greatest common divisor (GCD). Convert to decimal by dividing the numerator by the denominator.

Variable Definitions

Variable What It Means Example
a Numerator of the first fraction (top number) 3 (in 3/4)
b Denominator of the first fraction (bottom number) 4 (in 3/4)
c Numerator of the second fraction 1 (in 1/4)
d Denominator of the second fraction 4 (in 1/4)
GCD Greatest common divisor — largest number that divides evenly into both numerator and denominator GCD(6, 9) = 3
LCD Least common denominator — smallest number both denominators divide into evenly LCD(4, 6) = 12

Step-by-Step Worked Examples

Example 1 — Adding Fractions: Recipe Scaling

A recipe calls for 2/3 cup of flour for the batter and 1/4 cup for the coating. How much flour do you need in total?

Using the addition formula: a/b + c/d = (a×d + b×c) / (b×d)

Step Calculation Result
Multiply the denominators for the common denominator 3 × 4 12
Convert 2/3 to twelfths 2 × 4 = 8 → 8/12 8/12
Convert 1/4 to twelfths 1 × 3 = 3 → 3/12 3/12
Add numerators 8 + 3 11/12
Check: GCD(11, 12) 11 is prime; no common factor Already simplified
Decimal equivalent 11 ÷ 12 0.9167

You need 11/12 cup of flour (about 0.92 cups). This is slightly less than a full cup — useful to know when measuring.

Example 2 — Subtracting Fractions: Home Improvement

A wooden board measures 7/8 of an inch thick. You need to plane it down by 3/16 of an inch. What is the remaining thickness?

Step Calculation Result
Apply subtraction formula: (a×d − b×c) / (b×d) (7×16 − 8×3) / (8×16) (112 − 24) / 128
Subtract numerators 112 − 24 88/128
Find GCD(88, 128) 88 = 8×11; 128 = 8×16 → GCD = 8 8
Divide both by 8 88 ÷ 8 = 11; 128 ÷ 8 = 16 11/16
Decimal equivalent 11 ÷ 16 0.6875 inches

After planing, the board will be 11/16 of an inch thick (0.6875 inches). In construction, this answer in sixteenths is exactly what you need — most measuring tapes mark sixteenths.

Example 3 — Multiplying Fractions: Scaling a Recipe Down

A full recipe uses 3/4 cup of butter, but you want to make only 2/3 of the recipe. How much butter do you need?

Step Calculation Result
Multiply numerators 3 × 2 6
Multiply denominators 4 × 3 12
Unsimplified result 6/12 6/12
GCD(6, 12) 6 divides both 6
Simplified 6 ÷ 6 = 1; 12 ÷ 6 = 2 1/2
Decimal 1 ÷ 2 0.5 cups

You need exactly 1/2 cup of butter. Notice how multiplication simplified beautifully here: the 3 in the numerator of 3/4 canceled with the 3 in the denominator of 2/3. This shortcut — called "cross-cancellation" — can be applied before multiplying to keep numbers smaller.

Example 4 — Dividing Fractions: Cutting Ribbon

A ribbon is 3/4 of a yard long. You want to cut pieces that are each 3/8 of a yard. How many pieces can you cut?

Step Calculation Result
Division formula: (a×d) / (b×c) (3×8) / (4×3) 24/12
GCD(24, 12) 12 divides both 12
Simplified 24 ÷ 12 = 2; 12 ÷ 12 = 1 2/1 = 2
Decimal 2 ÷ 1 2.0

You get exactly 2 pieces. Division by a fraction answers "how many groups of that fraction fit into the original amount." Here, two groups of 3/8 fit perfectly into 3/4.

How to Find a Common Denominator

Addition and subtraction both require fractions to share the same denominator before you can combine the numerators. There are two methods:

Method 1: Multiply the Denominators (Always Works)

The common denominator is always b × d. This is what the fraction calculator uses. It is fast but sometimes produces a large number that needs simplifying later.

Example: 1/6 + 1/4 → common denominator = 6 × 4 = 24
Convert: 4/24 + 6/24 = 10/24 → simplified = 5/12

Method 2: Least Common Multiple (Smaller Numbers)

The LCD (least common denominator) is the smallest number both denominators divide into evenly. For 6 and 4: multiples of 6 are 6, 12, 18… Multiples of 4 are 4, 8, 12… The LCM is 12.

Convert: 2/12 + 3/12 = 5/12 — the same answer, with smaller intermediate numbers.

Denominator Pair Product Method LCD Method Advantage of LCD
4 and 6 24 12 Smaller; simpler calculation
5 and 7 35 35 Same (no common factor)
8 and 12 96 24 Much smaller intermediate
3 and 9 27 9 9 already contains 3
7 and 11 77 77 Same (both prime)

When denominators share no common factors (like 5 and 7, or 7 and 11), the product method and LCD method give the same result. When they do share factors, the LCD keeps numbers manageable — helpful for mental math or multi-step problems.

Simplifying Fractions: The GCD Method

A fraction is fully simplified (in "lowest terms") when the numerator and denominator share no common factor other than 1. The algorithm is:

  1. Find the GCD of the numerator and denominator using the Euclidean algorithm: repeatedly divide the larger number by the smaller and take the remainder until the remainder is 0. The last non-zero remainder is the GCD.
  2. Divide both the numerator and denominator by the GCD.

Example: Simplify 48/72

  • 72 ÷ 48 = 1 remainder 24
  • 48 ÷ 24 = 2 remainder 0 → GCD = 24
  • 48 ÷ 24 = 2; 72 ÷ 24 = 3 → 2/3

Verify: no number other than 1 divides evenly into both 2 and 3. The fraction is fully simplified.

Converting Between Fractions, Decimals, and Percentages

Fraction Decimal Percentage Notes
1/2 0.5 50% Terminates
1/3 0.3333… 33.33% Repeats
1/4 0.25 25% Terminates
3/8 0.375 37.5% Terminates
2/3 0.6667 66.67% Repeats (rounded to 4 dec.)
5/6 0.8333… 83.33% Repeats
7/8 0.875 87.5% Terminates
9/4 2.25 225% Improper — value above 1

A fraction terminates in decimal form when the denominator (in simplified form) has only the prime factors 2 and/or 5. All other denominators produce repeating decimals. The fraction calculator rounds repeating decimals to 4 decimal places.

Mixed Numbers: Converting Before Calculating

The fraction calculator works with simple numerator/denominator pairs. To use it with mixed numbers, first convert to an improper fraction:

Improper Fraction = (Whole Number × Denominator + Numerator) / Denominator

Examples:

  • 2 1/3 → (2 × 3 + 1) / 3 = 7/3
  • 4 3/8 → (4 × 8 + 3) / 8 = 35/8
  • 1 1/2 → (1 × 2 + 1) / 2 = 3/2

After calculating, convert the improper fraction result back to a mixed number by dividing numerator by denominator — the quotient is the whole number and the remainder becomes the new numerator.

Example: 17/5 → 17 ÷ 5 = 3 remainder 2 → 3 2/5

Common Fraction Mistakes (and How to Avoid Them)

  • Adding denominators: Never add the bottom numbers. 1/2 + 1/3 ≠ 2/5. You must find a common denominator first. The correct answer is 5/6.
  • Forgetting to simplify: An answer of 6/8 is technically correct but 3/4 is the expected form. Always divide by the GCD at the end.
  • Dividing instead of multiplying by the reciprocal: To divide fractions, flip the second fraction and multiply — do not divide both numerators and denominators separately.
  • Cross-multiplying incorrectly: Cross-multiplication is used to compare or solve proportion equations, not to add fractions. Keep the operations separate.
  • Mishandling negative fractions: A negative sign can appear on the numerator or denominator — not both. Treat −a/b as (−a)/b when adding or subtracting.

How to Use the Fraction Calculator

The free fraction calculator performs all four operations and returns the simplified result, decimal, and percentage in one step:

  1. Enter the first fraction: Type the numerator (top number) in the "First Numerator" field and the denominator (bottom number) in "First Denominator." For 3/4, enter 3 and 4.
  2. Choose the operation: Select Add, Subtract, Multiply, or Divide from the dropdown.
  3. Enter the second fraction: Type the second numerator and denominator.
  4. Read the results: The calculator instantly shows the unsimplified result, simplified result (in numerator + denominator form), decimal equivalent, and percentage. No "Calculate" button needed — results update on every keystroke.

For mixed numbers, convert to improper fractions first using the formula above. For negative fractions, enter a negative numerator (e.g., −3 in the numerator field for −3/4). The calculator handles negative results automatically and ensures the denominator is always positive in the simplified output.

Related Calculators

Ready to calculate?

Try our free fraction calculator to get accurate results instantly.

Try the Calculator

Frequently Asked Questions

How do you add fractions with different denominators?
To add fractions with different denominators, first find a common denominator by multiplying the two denominators together (or use the least common multiple for a smaller number). Convert each fraction to an equivalent fraction with that common denominator, then add the numerators. For example, 1/3 + 1/4: the common denominator is 12. Convert to 4/12 + 3/12 = 7/12. Simplify if possible.
Why do you flip the second fraction when dividing?
Dividing by a fraction is mathematically equivalent to multiplying by its reciprocal (the fraction flipped upside down). This is because multiplying a fraction by its reciprocal always equals 1 (e.g., 3/4 × 4/3 = 1). So dividing by 3/4 is the same as asking "how many 3/4s fit into this number," which equals multiplying by 4/3. Example: 2/3 ÷ 3/4 = 2/3 × 4/3 = 8/9.
How do you simplify a fraction?
To simplify a fraction, find the greatest common divisor (GCD) of the numerator and denominator, then divide both by that number. For example, to simplify 18/24: the GCD of 18 and 24 is 6. Divide both: 18 ÷ 6 = 3, 24 ÷ 6 = 4. The simplified fraction is 3/4. A fraction is fully simplified when the only number that divides evenly into both numerator and denominator is 1.
How do you convert a fraction to a decimal?
Divide the numerator by the denominator. For example, 3/8 = 3 ÷ 8 = 0.375. Some fractions produce terminating decimals (like 3/4 = 0.75), while others produce repeating decimals (like 1/3 = 0.3333…). To convert back: a terminating decimal like 0.375 can be written as 375/1000, then simplified using the GCD.
Do you need a common denominator to multiply fractions?
No. Multiplication is the simplest fraction operation — you just multiply numerators together and denominators together. For example, 2/5 × 3/7 = (2 × 3) / (5 × 7) = 6/35. No common denominator is needed. Division is similar: flip the second fraction and multiply. Only addition and subtraction require a common denominator.
What is a mixed number and how do you calculate with it?
A mixed number combines a whole number and a fraction, like 2 1/4 (two and one-quarter). To perform calculations, first convert to an improper fraction: multiply the whole number by the denominator and add the numerator. So 2 1/4 becomes (2 × 4 + 1) / 4 = 9/4. Then apply the operation normally. After getting the result, convert back: divide the numerator by the denominator, the quotient is the whole number, and the remainder over the denominator is the fraction part.
What is the difference between a proper and improper fraction?
A proper fraction has a numerator smaller than the denominator (e.g., 3/4, 5/8), so its value is less than 1. An improper fraction has a numerator equal to or larger than the denominator (e.g., 7/4, 9/3), so its value is 1 or greater. Improper fractions can be converted to mixed numbers (7/4 = 1 3/4). Both forms are mathematically valid; improper fractions are often easier to work with during calculation.
Can fractions be negative?
Yes. A negative fraction means its value is below zero. You can place the negative sign in front of the whole fraction (−3/4), on the numerator (−3/4), or on the denominator (3/−4) — all three are equivalent. When adding negative fractions, treat the negative as part of the numerator. For example, −1/2 + 1/4 = (−1×4 + 1×2) / (2×4) = (−4 + 2) / 8 = −2/8 = −1/4.

Related Articles

JW

James Whitfield

Lead Editor & Calculator Architect

James Whitfield is the lead editor and calculator architect at CalcCenter. With a background in applied mathematics and financial analysis, he oversees the development and accuracy of every calculator and guide on the site. James is committed to making complex calculations accessible and ensuring every tool is backed by verified, industry-standard formulas from authoritative sources like the IRS, Federal Reserve, WHO, and CDC.

Learn more about James

Disclaimer: This article is for informational purposes only and should not be considered financial, tax, legal, or professional advice. Always consult with a qualified professional before making important financial decisions. CalcCenter calculators are tools for estimation and should not be relied upon as definitive sources for tax, financial, or legal matters.