engineering
How to Simplify Fractions Step-By-Step
Table of Contents
What Does It Mean to Simplify a Fraction?
Simplifying a fraction, also called reducing it to lowest terms, means rewriting it so that the numerator (the top number) and denominator (the bottom number) are as small as possible while still expressing the same value. For instance, 8/12 and 2/3 are equivalent, but 2/3 is simpler and easier to work with. The process relies on dividing both parts of the fraction by their greatest common divisor (GCD) — the largest whole number that divides evenly into the numerator and denominator.
A fraction is in simplest form when the only common factor between the numerator and denominator is 1. Think of a pizza cut into 12 slices: if you take 8 slices, you have 8/12 of the pizza. But if you mentally group those slices into three equal parts, you see you actually have 2 out of 3 larger sections — that’s 2/3. The amount of pizza hasn’t changed, only how you describe it. Simplified fractions reduce complexity in calculation, make comparisons between fractions easier, and help avoid errors in everything from algebra homework to splitting a restaurant bill.
Step-by-Step Guide: How to Simplify Any Fraction
Follow these four steps to consistently simplify any fraction, whether it’s proper, improper, or even a complex fraction with larger numbers.
Step 1: Find the Greatest Common Divisor (GCD) of the numerator and denominator
The GCD is the largest integer that divides both numbers without leaving a remainder. For example, consider the fraction 8/12. The divisors of 8 are 1, 2, 4, and 8; the divisors of 12 are 1, 2, 3, 4, 6, and 12. The largest number that appears in both lists is 4, so the GCD is 4. We’ll explore several efficient ways to find the GCD below.
Step 2: Divide both the numerator and denominator by the GCD
Take the GCD you found and divide it into the numerator, then divide it into the denominator. For 8/12 with GCD 4: 8 ÷ 4 = 2 and 12 ÷ 4 = 3. This gives you the new numerator and denominator.
Step 3: Write the new fraction
Place the new numerator over the new denominator: 2/3. This is your simplified fraction.
Step 4: Check whether the fraction can be simplified further
Look at the new numerator and denominator. Do they share any common factor greater than 1? If so, repeat the process. For 2/3, the only common factor is 1, so the fraction is fully reduced. If you had simplified 24/36 by dividing by 2 (getting 12/18), a quick check shows that 12 and 18 are both divisible by 6 — so you’d need to repeat. This final check catches errors where you may have used a factor smaller than the true GCD.
Three Reliable Methods to Find the Greatest Common Divisor (GCD)
Finding the GCD is the key step. Here are three methods that work for every situation, from small numbers to large ones.
Method 1: Using Prime Factorization
Break each number into its prime factors, then multiply the common prime factors together. For example, to simplify 30/45:
- Prime factors of 30: 2 × 3 × 5
- Prime factors of 45: 3 × 3 × 5
- Common primes: a single 3 and a single 5 → GCD = 3 × 5 = 15
Then divide: 30 ÷ 15 = 2, 45 ÷ 15 = 3, giving 2/3.
This method is systematic and works well for numbers up to several hundred. It also deepens your understanding of divisibility rules. For more practice with prime factorization, visit Khan Academy’s video on prime factorization.
Method 2: The Euclidean Algorithm
The Euclidean algorithm is an efficient, ancient method that uses repeated subtraction or division with remainder. To find the GCD of 54 and 24:
- Divide the larger number by the smaller: 54 ÷ 24 = 2 remainder 6
- Now replace the larger number (54) with the remainder (6) and repeat: 24 ÷ 6 = 4 remainder 0
- When the remainder reaches 0, the divisor (6) is the GCD.
This approach is especially fast for large numbers where listing factors would be tedious. Many computer algebra systems use this algorithm internally. For additional examples and practice, see Purplemath’s guide to the Euclidean algorithm.
Method 3: Listing All Factors
List the factors (divisors) of each number, then pick the largest number that appears in both lists. This is intuitive for small numbers. For 18/24:
- Factors of 18: 1, 2, 3, 6, 9, 18
- Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
- Common factors: 1, 2, 3, 6 → GCD = 6
Then: 18 ÷ 6 = 3, 24 ÷ 6 = 4 → 3/4.
For numbers under 100, listing factors is usually the quickest method. For numbers above 100, prime factorization or the Euclidean algorithm tend to be faster and less error-prone.
Expanded Examples of Simplifying Fractions
Let’s work through several examples step by step, covering different types of fractions.
Example 1: Simplify 15/40
Find GCD: Factors of 15: 1, 3, 5, 15. Factors of 40: 1, 2, 4, 5, 8, 10, 20, 40. The common factors are 1 and 5, so the GCD is 5.
Divide: 15 ÷ 5 = 3, 40 ÷ 5 = 8.
Result: 3/8. Check: 3 and 8 share only the factor 1, so the fraction is fully simplified.
Example 2: Simplify 72/108
Find GCD using prime factorization:
- 72 = 2³ × 3² (2 × 2 × 2 × 3 × 3)
- 108 = 2² × 3³ (2 × 2 × 3 × 3 × 3)
- Common primes: the smallest power of 2 that appears in both is 2² (4), and the smallest power of 3 is 3² (9). Multiply: 4 × 9 = 36.
Divide: 72 ÷ 36 = 2, 108 ÷ 36 = 3.
Result: 2/3.
Notice that 72 and 108 are both multiples of 36; if you had divided by 12 instead, you’d get 6/9, which still has a common factor of 3. Always aim for the GCD to simplify in one step.
Example 3: Simplify an improper fraction – 18/12
Improper fractions (where the numerator is larger than the denominator) simplify the same way. The GCD of 18 and 12 is 6. 18 ÷ 6 = 3, 12 ÷ 6 = 2 → 3/2. This simplified improper fraction is perfectly acceptable. You can also write it as the mixed number 1½, but the simplest fractional form is 3/2. Many math problems prefer improper fractions because they are easier to use in further calculations.
Example 4: Simplify a fraction where both numbers are prime – 11/13
11 and 13 are both prime numbers. Their only common divisor is 1, so 11/13 is already in simplest form. This is a good check: if either the numerator or denominator is prime and does not divide the other, the fraction is already reduced.
Example 5: Simplify a fraction with zeros – 0/8
A fraction with zero in the numerator is always zero, regardless of the denominator (as long as the denominator is not zero). 0/8 simplifies to 0/1 or simply 0. Some textbooks consider 0/1 as the simplest form, but you can also write it as 0. Fractions with zero in the denominator are undefined and cannot be simplified.
Common Mistakes When Simplifying Fractions and How to Avoid Them
Even experienced students trip up occasionally. Here are the most frequent errors and tips to sidestep them.
- Stopping too early with a non‑GCD factor: If you divide by 2 in 24/36, you get 12/18, which still has a common factor of 6. Always check the resulting fraction. A good rule: if the new numerator and denominator are both even, you can divide by 2 again. Continue until no common factor greater than 1 remains.
- Dividing only the numerator or only the denominator: You must divide both parts by the same number to keep the fraction equivalent. Dividing only one changes the value. For example, turning 12/16 into 6/16 is incorrect.
- Confusing GCD with LCM (Least Common Multiple): The GCD is used to reduce fractions; the LCM is used when adding or subtracting fractions with different denominators. They are not interchangeable. Remember: GCD is the largest number that divides both; LCM is the smallest number that both divide into.
- Forgetting to simplify improper fractions in mixed numbers: When a mixed number like 2 8/12 appears, many people simplify the fractional part (8/12 becomes 2/3) but then forget to reduce the whole fraction portion before writing the final answer. Always reduce the fractional part separately.
- Assuming a fraction is already simplified because numbers are large: Large numbers can still share big common factors. For instance, 81/108 simplifies to 3/4 (GCD is 27). Don’t assume; always test.
For interactive practice that catches these errors, try Math Is Fun’s simplifying fractions page, which includes step-by-step feedback.
Practical Applications: Why Simplifying Fractions Matters
Simplified fractions appear far beyond the classroom. In cooking, a recipe that calls for 4/8 cup of milk is far more practical when you measure 1/2 cup. In woodworking, a blueprint showing 12/16 inch is easier to read and mark as 3/4 inch. In finance, dividing a bill of $45 among three people gives $15 each — but if the total is $30.75, splitting equally involves fractions like 1025/100; reducing them helps you track cents accurately.
Simplifying also makes it easier to compare fractions. Which is larger, 5/8 or 15/24? If you simplify 15/24 to 5/8, you see they are equal. Without simplification, you might mistakenly think 15/24 is larger because 15 looks bigger than 5. This skill is especially useful in sports statistics, recipe scaling, and any field that uses ratios and proportions.
Practice Problems: Test Your Simplifying Skills
Try simplifying these fractions on your own before looking at the answers.
- Simplify 18/27.
- Simplify 56/72.
- Simplify 105/140.
- Simplify 16/64.
- Simplify 33/44.
- Simplify 144/216.
- Simplify 7/28.
Answers:
- 18/27: GCD = 9 → 2/3.
- 56/72: GCD = 8 → 7/9.
- 105/140: GCD = 35 → 3/4.
- 16/64: GCD = 16 → 1/4.
- 33/44: GCD = 11 → 3/4.
- 144/216: GCD = 72 (since 144 = 2 × 72, 216 = 3 × 72) → 2/3.
- 7/28: GCD = 7 → 1/4.
If you missed any, review the GCD methods above. More practice is available on Khan Academy’s simplifying fractions exercises.
Advanced Tips for Speeding Up Fraction Simplification
Once you’re comfortable with the basics, these strategies can make the process even faster:
- Use divisibility rules: If both numbers are even, you can immediately divide by 2. If both end in 0 or 5, try dividing by 5. If the sum of the digits is a multiple of 3, try dividing by 3. These rules help you spot common factors without listing all factors.
- Look for obvious large factors: If the numerator and denominator are both multiples of the same number (like 100 and 75 both divisible by 25), use that number first. You might find the GCD in one step.
- Simplify in multiple steps when the GCD is not obvious: It’s perfectly fine to divide by 2, then by 3, then by 5, etc., as long as you keep checking until no common factors remain. This is often faster than finding the exact GCD for small numbers.
- Use the Euclidean algorithm mentally for large numbers: With practice, you can perform the subtraction or division steps in your head, making simplification nearly instant.
Simplifying Fractions with Variables
In algebra, you’ll encounter fractions with variables, such as 6x²/9x. The same principles apply: find common factors in the coefficients and the variables. For 6x²/9x, the coefficients 6 and 9 have a GCD of 3, and the variables share x (since x² has x and x has x). Divide: 6x² ÷ (3x) = 2x, and 9x ÷ (3x) = 3, giving 2x/3. This skill becomes essential when solving equations or simplifying rational expressions.
Conclusion
Simplifying fractions is a fundamental arithmetic skill that reduces complexity and prevents mistakes in everyday math as well as advanced algebra. By mastering the four-step process — find the GCD, divide both terms, write the new fraction, and check — you can confidently reduce any fraction. Choose the GCD method that fits the numbers best: listing factors for small numbers, prime factorization for medium complexity, or the Euclidean algorithm for large numbers. With consistent practice, simplification becomes second nature. Apply it in cooking, construction, finance, and beyond, and you’ll see how much easier numbers become to handle.