Simplifying Fractions

Reduce fractions to their simplest form using the greatest common divisor.

beginnerfractionssimplifyinggcdUpdated 2026-02-02

For Elementary Students

What Does "Simplify" Mean?

Simplifying a fraction means making it smaller and easier to understand — but it still means the same amount!

Think about it like this: Would you rather say "I ate 4 out of 8 slices of pizza" or "I ate half the pizza"? They mean the same thing, but "half" is simpler!

4/8 = 1/2  (same amount, simpler!)

The Goal: Smallest Numbers Possible

A fraction is simplified when the top and bottom numbers are as small as possible!

Examples:

  • 2/4 can be simplified to 1/2
  • 3/9 can be simplified to 1/3
  • 5/7 is already as simple as it gets! ✓

How to Simplify: Find What Divides Both

Simple steps:

Step 1: Find a number that divides BOTH the top and bottom evenly

Step 2: Divide both by that number

Step 3: Repeat until you can't divide anymore!

Example 1: Simplify 6/8

Step 1: What divides both 6 and 8?

  • Both are even, so 2 works!

Step 2: Divide both by 2

6 ÷ 2 = 3
8 ÷ 2 = 4

Result: 6/8 = 3/4

Check: Can we simplify 3/4 more? No! 3 and 4 don't share any common divisors.

Answer: 3/4 (simplified!)

Example 2: Simplify 10/15

Step 1: Both end in 0 or 5, so 5 divides both!

Step 2: Divide by 5

10 ÷ 5 = 2
15 ÷ 5 = 3

Answer: 10/15 = 2/3

Example 3: Simplify 12/18

Method 1: One big jump (if you see it)

  • Both divide by 6!
12 ÷ 6 = 2
18 ÷ 6 = 3
Answer: 2/3

Method 2: Small steps (if you don't see the big number)

  • Divide by 2: 12/18 = 6/9
  • Divide by 3: 6/9 = 2/3

Either way, you get 2/3!

Quick Tricks

Trick 1: Both even? → Divide by 2

8/12 → 4/6 → 2/3

Trick 2: Both end in 0 or 5? → Divide by 5

15/20 → 3/4

Trick 3: Numbers look familiar? → Try dividing by 3

9/12 → 3/4

How Do You Know When to Stop?

Stop when: You can't find ANY number (except 1) that divides both!

Example: Is 5/8 simplified?

  • 5: Can only divide by 1 and 5
  • 8: Can divide by 1, 2, 4, 8
  • They share only 1!

Yes, 5/8 is fully simplified!

Visual Understanding

Think of pizza slices:

6/8 of a pizza = 3/4 of a pizza

You ate the same amount, just described differently!

For Junior High Students

Understanding Simplified Form

A fraction is in simplest form (also called lowest terms or reduced form) when the numerator and denominator have no common factor other than 1.

Definition: A fraction a/b is simplified when gcd(a,b) = 1, where gcd is the greatest common divisor.

Why simplify?

  • Easier to understand and compare
  • Standard form for answers
  • Reveals equivalent relationships

The Process

General algorithm:

  1. Find the greatest common divisor (GCD) of numerator and denominator
  2. Divide both numerator and denominator by the GCD
  3. Result is the simplified fraction

Finding the GCD

Method 1: List factors

For 12/18:

Factors of 12: 1, 2, 3, 4, 6, 12 Factors of 18: 1, 2, 3, 6, 9, 18 Common factors: 1, 2, 3, 6 GCD = 6 (largest common factor)

Method 2: Prime factorization

12 = 2² × 3
18 = 2 × 3²

GCD = 2¹ × 3¹ = 6
(Take lowest power of each common prime)

Method 3: Euclidean algorithm (advanced)

gcd`(18, 12)`
18 = 12 × 1 + 6
12 = 6 × 2 + 0
GCD = 6

Simplifying Step by Step

Example 1: Simplify 24/36

Find GCD:

Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
Factors of 36: 1, 2, 3, 4, 6, 9, 12, 18, 36
GCD = 12

Divide both by GCD:

24 ÷ 12 = 2
36 ÷ 12 = 3

24/36 = 2/3

Verification: gcd(2,3) = 1 ✓ (fully simplified)

Example 2: Simplify 45/60

Prime factorization method:

45 = 3² × 5
60 = 2² × 3 × 5

GCD = 3 × 5 = 15

Simplify:

45 ÷ 15 = 3
60 ÷ 15 = 4

45/60 = 3/4

Simplifying in Multiple Steps

If you don't immediately see the GCD, you can simplify gradually. You'll reach the same answer.

Example: Simplify 24/36

Step-by-step approach:

24/36  (both even, divide by 2)
→ 12/18  (both even, divide by 2)
→ 6/9   (both divisible by 3)
→ 2/3   (can't simplify further)

Direct approach:

24/36  (GCD = 12)
→ 2/3

Both methods give 2/3!

The multi-step method requires more work but is useful when the GCD isn't obvious.

Checking if a Fraction Is Simplified

Question: Is the fraction in simplest form?

Test: Find gcd(numerator, denominator)

  • If gcd = 1 → YES, it's simplified
  • If gcd > 1 → NO, can simplify further

Example 1: Is 8/15 simplified?

Factors of 8: 1, 2, 4, 8
Factors of 15: 1, 3, 5, 15
gcd`(8, 15)` = 1

Yes, 8/15 is in simplest form

Example 2: Is 10/25 simplified?

gcd`(10, 25)` = 5

No, it simplifies to 2/5 (10÷5 = 2, 25÷5 = 5)

Common Divisibility Tricks

Divisible by 2: Last digit is even (0, 2, 4, 6, 8)

  • 14/28 → both even → try dividing by 2

Divisible by 3: Sum of digits divisible by 3

  • 12/18 → 1+2=3, 1+8=9 → both divisible by 3

Divisible by 5: Last digit is 0 or 5

  • 15/20 → both end in 5 or 0 → try dividing by 5

Divisible by 9: Sum of digits divisible by 9

  • 27/36 → 2+7=9, 3+6=9 → both divisible by 9

Divisible by 10: Last digit is 0

  • 30/50 → both end in 0 → divide by 10

Equivalent Fractions

Simplifying reveals equivalent fractions — fractions that represent the same value.

4/8 = 2/4 = 1/2

All these fractions are equivalent; 1/2 is the simplified form.

Building vs. Simplifying:

  • Multiply numerator and denominator by the same number → build up
  • Divide numerator and denominator by the same number → simplify

Example:

1/2 × 4/4 = 4/8  (building up)
4/8 ÷ 4/4 = 1/2  (simplifying)

Real-Life Applications

Recipes: "Use 6/8 cup of flour" → Easier to say "3/4 cup"

Measurement: "The bolt is 10/16 inch" → Simplifies to "5/8 inch"

Time: "I studied for 40/60 of an hour" → Simplifies to "2/3 hour"

Test scores: "Scored 18/24 on the test" → Simplifies to "3/4 = 75%"

Money: "Spent 25/100 of my money" → Simplifies to "1/4"

Simplifying Improper Fractions

The same process works for improper fractions (where numerator ≥ denominator).

Example: Simplify 18/12

GCD`(18, 12)` = 6

18 ÷ 6 = 3
12 ÷ 6 = 2

18/12 = 3/2

Can also convert to mixed number: 3/2 = 1 1/2

Negative Fractions

Rule: Simplify the magnitude, then apply the sign.

Example: Simplify −12/18

GCD`(12, 18)` = 6
12 ÷ 6 = 2
18 ÷ 6 = 3

−12/18 = −2/3

Note: The negative sign can be placed three ways:

−2/3 = 2/(−3) = −(2/3)

By convention, place the negative in the numerator or in front.

Common Mistakes

Mistake 1: Only simplifying the numerator or denominator

6/8 = 3/8 (only divided top) ✓ 6/8 = 3/4 (divide both by 2)

Mistake 2: Adding/subtracting instead of dividing

10/15 = 5/10 (subtracted 5 from each) ✓ 10/15 = 2/3 (divided both by 5)

Mistake 3: Dividing by different numbers

12/18 = 6/6 = 1 (divided 12 by 2, 18 by 3) ✓ 12/18 = 2/3 (divided both by 6)

Mistake 4: Stopping too early

12/18 = 6/9 (stopped after dividing by 2) ✓ 12/18 = 2/3 (continue until gcd = 1)

Tips for Success

Tip 1: Always divide numerator AND denominator by the SAME number

Tip 2: Look for the largest common factor to simplify in one step

Tip 3: If you can't find GCD immediately, start with small divisors (2, 3, 5)

Tip 4: Verify your answer: check if gcd = 1

Tip 5: Use prime factorization for complex fractions

Tip 6: Remember: multiplying or dividing by 1 doesn't change the value (n/n = 1)

Properties

Simplifying doesn't change the value:

a/b = (a÷d)/(b÷d) where d = gcd``(a,b)``

Unique simplified form: Every fraction has exactly one simplified form (assuming positive denominator)

Multiplication property:

(a/b) × (c/d) = (ac)/(bd)
Simplify by finding gcd`(ac, bd)`

Practice

What is 10/25 in simplest form?

Simplify 18/24.

Which fraction is already in simplest form?

Simplify 36/48.