Fractions Made Simple: Add, Subtract, Multiply & Divide

Fractions are the first big conceptual leap in math. Everything before fractions deals with whole, complete things: 5 apples, 12 eggs, 100 points. Then suddenly you have to think about parts of things, and the rules you learned for whole numbers stop working the way you expect. You cannot add 1/3 + 1/4 and get 2/7. That feels wrong when you first see it, but once you understand why, fractions become straightforward — mechanical, even.

This article covers every fraction operation you will encounter from elementary school through pre-algebra. No shortcuts that break later, no hand-waving. Each section builds on the one before it, so if you are shaky on the basics, start from the top.

What Is a Fraction, Really?

A fraction represents a part of a whole. The number on top is the numerator — it tells you how many parts you have. The number on the bottom is the denominator — it tells you how many equal parts the whole was divided into. So 3/8 means you cut something into 8 equal pieces and took 3 of them.

But fractions are also division problems in disguise. The fraction 3/4 literally means 3 divided by 4. That connection between fractions and division is one of the most important ideas in all of mathematics, and it explains why dividing by a fraction means multiplying by its reciprocal.

One more crucial point: any whole number can be written as a fraction. The number 5 is the same as 5/1. The number 0 is the same as 0/1. Thinking of whole numbers this way makes fraction arithmetic much easier because everything becomes the same type of object.

Types of Fractions: Proper, Improper & Mixed

A proper fraction has a numerator smaller than its denominator: 3/4, 2/7, 11/12. Its value is always between 0 and 1 (or between 0 and -1 if negative). An improper fraction has a numerator equal to or larger than the denominator: 7/4, 5/3, 12/12. Its value is 1 or greater. A mixed number combines a whole number with a proper fraction: 2 3/4 means two whole units plus three-quarters of another.

Mixed → Improper: (whole × denominator) + numerator / denominator
Example: 3 2/5 = (3 × 5 + 2) / 5 = 17/5

To convert back from improper to mixed: divide the numerator by the denominator. The quotient is the whole number, the remainder is the new numerator, and the denominator stays the same. For instance, 17/5: 17 ÷ 5 = 3 remainder 2, so 17/5 = 3 2/5.

Simplifying Fractions (GCF Method)

A fraction is in simplest form (or "lowest terms") when the numerator and denominator share no common factor other than 1. To simplify, find the Greatest Common Factor (GCF) of both numbers and divide both by it.

✏️ Example: Simplify 18/24

Step 1: Find factors of 18: 1, 2, 3, 6, 9, 18
Step 2: Find factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
Step 3: GCF = 6 (largest number in both lists)
Step 4: Divide both: 18 ÷ 6 = 3, 24 ÷ 6 = 4
18/24 = 3/4

💡 Quick GCF Shortcut

If both numbers are even, keep dividing by 2 until at least one is odd. Then check for 3, 5, 7 and so on. You do not need the "official" factor list — repeated division works fine and is often faster.

Adding Fractions — The LCD Method

This is where most students first stumble. You cannot add fractions by adding the numerators and denominators separately. 1/3 + 1/4 is not 2/7. The reason: the denominators represent different-sized pieces. A "third" and a "fourth" are not the same size, so you cannot just count them together. You need a common denominator first.

a/b + c/d = (a×d + c×b) / (b×d)
Or use the LCD (Least Common Denominator) for smaller numbers.

The safest method: multiply the denominators to get a common denominator, then adjust each numerator accordingly. If you want smaller numbers, find the LCD — the Least Common Multiple of the two denominators. Either approach gives the correct answer; the LCD method just means less simplifying at the end.

✏️ Example: 2/3 + 3/4

Step 1: LCD of 3 and 4 = 12
Step 2: Convert: 2/3 = 8/12 (multiply top and bottom by 4)
Step 3: Convert: 3/4 = 9/12 (multiply top and bottom by 3)
Step 4: Add numerators: 8 + 9 = 17, keep denominator: 12
2/3 + 3/4 = 17/12 = 1 5/12

Subtracting Fractions

Subtraction works exactly like addition — find a common denominator, convert, then subtract the numerators instead of adding them. The denominator stays the same.

✏️ Example: 5/6 − 1/4

Step 1: LCD of 6 and 4 = 12
Step 2: Convert: 5/6 = 10/12, and 1/4 = 3/12
Step 3: Subtract numerators: 10 − 3 = 7
5/6 − 1/4 = 7/12

Watch out for negative results. If you get a negative numerator, the fraction is simply negative. For example, 1/4 − 5/6 = 3/12 − 10/12 = −7/12. Nothing wrong with that — negative fractions are perfectly valid.

Multiplying Fractions (The Easy One)

Multiplication is actually the simplest fraction operation: multiply the numerators together, multiply the denominators together. No common denominators needed. No conversion. Just straight across.

a/b × c/d = (a × c) / (b × d)
Multiply straight across, then simplify if possible.

✏️ Example: 3/5 × 2/7

Step 1: Multiply numerators: 3 × 2 = 6
Step 2: Multiply denominators: 5 × 7 = 35
3/5 × 2/7 = 6/35 (already simplified — 6 and 35 share no common factor)

💡 Cross-Cancel Before Multiplying

You can simplify before multiplying by canceling common factors diagonally. In 4/9 × 3/8, the 4 and 8 share a factor of 4 (giving 1 and 2), and the 3 and 9 share a factor of 3 (giving 1 and 3). So it becomes 1/3 × 1/2 = 1/6. Much cleaner than multiplying 12/72 and then reducing.

Dividing Fractions — Keep, Change, Flip

Dividing by a fraction means multiplying by its reciprocal. The reciprocal of a/b is b/a — you just flip it upside down. The mnemonic is Keep, Change, Flip: keep the first fraction, change ÷ to ×, flip the second fraction.

a/b ÷ c/d = a/b × d/c = (a × d) / (b × c)
Keep the first fraction. Change division to multiplication. Flip the second fraction.

Why does this work? Division asks "how many groups of c/d fit into a/b?" Multiplying by the reciprocal answers exactly that question. Think of 6 ÷ 2 = 3 — there are three groups of 2 in 6. Similarly, (1/2) ÷ (1/4) = (1/2) × (4/1) = 2 — there are two quarter-pieces in a half-piece.

✏️ Example: 3/4 ÷ 2/5

Step 1 (Keep): Keep 3/4
Step 2 (Change): Change ÷ to ×
Step 3 (Flip): Flip 2/5 to 5/2
Step 4: Multiply: 3/4 × 5/2 = 15/8
3/4 ÷ 2/5 = 15/8 = 1 7/8

Mixed Numbers: Converting & Computing

To add, subtract, multiply, or divide mixed numbers, the standard method is to convert them to improper fractions first, perform the operation, then convert back to a mixed number if desired.

✏️ Example: 2 1/3 + 1 3/4

Step 1: Convert to improper: 2 1/3 = 7/3 and 1 3/4 = 7/4
Step 2: Find LCD of 3 and 4 = 12
Step 3: Convert: 7/3 = 28/12 and 7/4 = 21/12
Step 4: Add: 28/12 + 21/12 = 49/12
Step 5: Convert back: 49 ÷ 12 = 4 remainder 1, so 49/12 = 4 1/12
2 1/3 + 1 3/4 = 4 1/12

Fraction of a Fraction

When someone says "1/2 of 3/4," they mean multiply the two fractions. The word "of" in fraction problems always means multiplication. This comes up constantly in real life: half of three-quarters of a pizza, two-thirds of a half-cup of flour, and so on.

✏️ Example: What is 2/3 of 3/5?

"of" means ×: 2/3 × 3/5
Multiply: (2 × 3) / (3 × 5) = 6/15
Simplify: GCF of 6 and 15 is 3 → 6/15 = 2/5
2/3 of 3/5 = 2/5

⚠️ Common Trap

Students sometimes try to find a common denominator for "fraction of fraction" problems. You do not need one — this is multiplication, not addition. Just multiply straight across.

Solved Problems

✏️ Problem 1: Mixed Subtraction

Solve: 5 1/2 − 2 2/3
Convert: 5 1/2 = 11/2, and 2 2/3 = 8/3
LCD of 2 and 3 = 6: 11/2 = 33/6, and 8/3 = 16/6
Subtract: 33/6 − 16/6 = 17/6
5 1/2 − 2 2/3 = 17/6 = 2 5/6

✏️ Problem 2: Division with Mixed Numbers

Solve: 3 1/4 ÷ 1 1/2
Convert: 3 1/4 = 13/4, and 1 1/2 = 3/2
Keep, Change, Flip: 13/4 × 2/3 = 26/12
Simplify: GCF = 2 → 26/12 = 13/6
3 1/4 ÷ 1 1/2 = 13/6 = 2 1/6

✏️ Problem 3: Chain of Operations

Solve: 1/2 of 4/5 + 1/3
First, "of" = multiply: 1/2 × 4/5 = 4/10 = 2/5
Then add: 2/5 + 1/3 → LCD = 15 → 6/15 + 5/15 = 11/15
1/2 of 4/5 + 1/3 = 11/15
OperationNeed Common Denominator?Method
AdditionYesFind LCD, convert, add numerators
SubtractionYesFind LCD, convert, subtract numerators
MultiplicationNoMultiply straight across
DivisionNoKeep, Change, Flip → then multiply
"Fraction of"NoSame as multiplication

Want unlimited fraction practice with instant step-by-step feedback? Our interactive fraction engine covers addition, subtraction, multiplication, division, mixed numbers, and fraction-of-fraction — all with explanations.

Practice Fractions Now

6 Common Fraction Mistakes

1. Adding numerators AND denominators. This is the number one fraction error on the planet. 1/3 + 1/4 is not 2/7. You need a common denominator. Always.

2. Forgetting to simplify. Your answer of 8/12 is technically correct, but 2/3 is the proper simplified form. Most teachers require lowest terms, and standardized tests mark unsimplified answers wrong.

3. Flipping the wrong fraction when dividing. In Keep, Change, Flip, you flip the second fraction (the divisor), not the first. 3/4 ÷ 2/5 becomes 3/4 × 5/2, not 4/3 × 2/5.

4. Not converting mixed numbers before computing. You cannot add 2 1/3 + 1 1/4 by adding the whole numbers (3) and the fractions (2/7) separately — that fraction addition is wrong (see mistake #1). Convert to improper fractions first, then proceed normally.

5. Confusing "of" with addition. "1/2 of 3/4" means 1/2 × 3/4 = 3/8. It does not mean 1/2 + 3/4. The word "of" always signals multiplication in fraction problems.

6. Canceling across an addition sign. You can cross-cancel when multiplying (3/8 × 4/9, cancel the 3 and 9). You absolutely cannot cancel across addition or subtraction (3/8 + 4/9 — the 3 and 9 cannot be canceled). Cancellation only works with multiplication and division.

Wrapping Up

Fractions follow clear, mechanical rules. Addition and subtraction need a common denominator. Multiplication goes straight across. Division flips and multiplies. Mixed numbers convert to improper fractions before any operation. Every answer gets simplified. If you internalize these five rules, fractions become entirely predictable — no guessing, no tricks, just process.

The best way to build confidence is to practice with immediate feedback. Try our interactive fraction engine — it generates fresh problems at your level and walks you through the solution step by step whenever you get stuck.

Practice