How to Solve Fractions: Simplify, Add, Multiply, and Solve Equations
Knowing how to solve fractions is a core math skill that shows up in arithmetic, algebra, geometry, and beyond. Whether you need to simplify 18/24 before a test, add 1/3 and 1/4 in a recipe calculation, or solve the equation (3/5)x = 9 for homework, the same small set of rules applies every time. This guide walks through each operation from scratch — simplifying fractions, finding a common denominator for addition and subtraction, multiplying and dividing fractions, and solving a basic fraction equation — with real worked examples and checks so you can verify every answer you get.
Contents
- 01What Are Fractions and Why Do They Matter?
- 02How Do You Simplify a Fraction?
- 03How Do You Add and Subtract Fractions with Unlike Denominators?
- 04How Do You Multiply and Divide Fractions?
- 05How Do You Solve a Simple Fraction Equation?
- 06What Are the Most Common Mistakes When Working with Fractions?
- 07Practice Problems: How to Solve Fractions
- 08Frequently Asked Questions About How to Solve Fractions
What Are Fractions and Why Do They Matter?
A fraction represents a part of a whole. It is written as two integers separated by a horizontal bar: 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, in 3/4 the denominator 4 means the whole is cut into four equal pieces and the numerator 3 means you have three of those pieces. Fractions appear everywhere — cooking measurements, probability, ratios, physics formulas, and almost every algebra equation you will ever see. Knowing how to solve fractions confidently is therefore not optional; it is the foundation for most of school-level mathematics. There are three main types of fractions: a proper fraction has a numerator smaller than its denominator (3/4, 2/7); an improper fraction has a numerator equal to or greater than its denominator (5/4, 9/3); and a mixed number combines a whole number with a proper fraction (1¾, 2½). All four operations — addition, subtraction, multiplication, and division — follow different rules depending on the form, so it is important to recognize which type you are working with before you start.
Fraction rule zero: the denominator can never be zero. Division by zero is undefined in mathematics. If you ever encounter a denominator of 0, stop and check whether the problem is stated correctly.
How Do You Simplify a Fraction?
Simplifying a fraction — also called reducing it to lowest terms — means rewriting it as an equivalent fraction with the smallest possible numerator and denominator. A fraction is fully simplified when its numerator and denominator share no common factor other than 1 (the greatest common factor, or GCF, equals 1). Simplifying does not change the value of the fraction: 18/24 and 3/4 represent exactly the same amount. When you learn how to solve fractions, simplifying is usually the first step and often the last step you need to tidy up an answer.
1. Step 1: Find the GCF of the numerator and denominator
Example: simplify 18/24. List the factors of 18: 1, 2, 3, 6, 9, 18. List the factors of 24: 1, 2, 3, 4, 6, 8, 12, 24. The largest factor common to both lists is 6, so GCF(18, 24) = 6.
2. Step 2: Divide both numerator and denominator by the GCF
18 ÷ 6 = 3 and 24 ÷ 6 = 4. The simplified fraction is 3/4. Check: GCF(3, 4) = 1, so 3/4 is fully reduced.
3. Alternative: divide by small primes repeatedly
If you cannot spot the GCF immediately, divide numerator and denominator repeatedly by the smallest prime that goes into both. For 36/48: both are even, so divide by 2 → 18/24; both still even → 9/12; now divide by 3 → 3/4. Same result: 36/48 = 3/4. This method takes more steps but never requires knowing the GCF upfront.
4. Example 2: Simplify 45/60
Factors of 45: 1, 3, 5, 9, 15, 45. Factors of 60: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60. GCF = 15. Divide: 45/15 = 3 and 60/15 = 4. Answer: 45/60 = 3/4. Check: GCF(3, 4) = 1 ✓.
5. When should you simplify?
Simplify before multiplying (to keep numbers small) and always simplify your final answer. During addition and subtraction, simplify after you have combined fractions — not before, because early simplification can change which LCD you need. Improper fractions can also be simplified: 12/8 → GCF = 4 → 3/2. If the problem asks for a mixed number, convert 3/2 = 1½ as a further step.
A fraction is fully simplified when GCF(numerator, denominator) = 1. If you are unsure, divide out any common prime you can see — 2, 3, 5 — and repeat until nothing cancels.
How Do You Add and Subtract Fractions with Unlike Denominators?
You can only add or subtract fractions when their denominators are the same — this is the single rule that trips up most students. When denominators already match (like fractions), simply add or subtract the numerators and keep the denominator. When denominators differ (unlike fractions), you must first rewrite both fractions with the same denominator, called the least common denominator (LCD), before combining them. The LCD is the smallest number that both denominators divide into evenly.
1. Step 1: Find the LCD of the two denominators
Example: 1/3 + 1/4. Denominators are 3 and 4. List multiples of 4: 4, 8, 12, 16 ... Is 4 divisible by 3? No. Is 8 divisible by 3? No. Is 12 divisible by 3? Yes. LCD = 12. Shortcut: when denominators share no common factor, LCD = their product. Since GCF(3, 4) = 1, LCD = 3 × 4 = 12.
2. Step 2: Rewrite each fraction with the LCD as the new denominator
Multiply the top and bottom of each fraction by whatever makes its denominator equal to 12. For 1/3: multiply by 4/4 → 4/12. For 1/4: multiply by 3/3 → 3/12. You are multiplying by 1 in a different form, so the value does not change.
3. Step 3: Add (or subtract) the numerators and keep the denominator
4/12 + 3/12 = 7/12. GCF(7, 12) = 1, so 7/12 is already fully simplified. Answer: 1/3 + 1/4 = 7/12. Check: 0.333... + 0.25 = 0.583...; 7 ÷ 12 = 0.583... ✓.
4. Addition example 2: 5/6 + 3/8
Denominators: 6 and 8. List multiples of 8: 8, 16, 24 ... Is 24 divisible by 6? Yes. LCD = 24. Rewrite: 5/6 = 20/24 (multiply by 4/4) and 3/8 = 9/24 (multiply by 3/3). Add: 20/24 + 9/24 = 29/24. GCF(29, 24) = 1; 29/24 is already simplified. As a mixed number: 1 and 5/24. Check: 5/6 + 3/8 = 0.8333 + 0.375 = 1.2083; 29/24 = 1.2083 ✓.
5. Subtraction example: 7/8 − 2/5
GCF(8, 5) = 1, so LCD = 40. Rewrite: 7/8 = 35/40 and 2/5 = 16/40. Subtract numerators: 35/40 − 16/40 = 19/40. GCF(19, 40) = 1 ✓. Answer: 7/8 − 2/5 = 19/40. Check: 0.875 − 0.4 = 0.475; 19/40 = 0.475 ✓.
Golden rule: to add or subtract fractions, denominators must match. Find the LCD, convert, then combine numerators. Never add or subtract denominators themselves.
How Do You Multiply and Divide Fractions?
Multiplying and dividing fractions follow different rules from addition and subtraction — and they are actually simpler. No common denominator is needed. For multiplication you multiply numerator by numerator and denominator by denominator. For division you flip the second fraction (find its reciprocal) and then multiply. Because these operations do not require a common denominator, they often produce messy numbers; cross-canceling common factors before multiplying is the key strategy to keeping arithmetic under control.
1. Multiply fractions: 3/4 × 2/5
Multiply numerators: 3 × 2 = 6. Multiply denominators: 4 × 5 = 20. Result: 6/20. Simplify: GCF(6, 20) = 2, so 6/20 = 3/10. Answer: 3/4 × 2/5 = 3/10. Check: 0.75 × 0.4 = 0.3; 3/10 = 0.3 ✓.
2. Cross-cancel before multiplying to stay ahead of simplification: 8/15 × 5/12
Before multiplying, look for common factors between any numerator and any denominator (diagonal or across). 8 and 12 share a factor of 4: divide both by 4 → 2 and 3. 5 and 15 share a factor of 5: divide both by 5 → 1 and 3. After cross-canceling: 2/3 × 1/3 = 2/9. Without cross-canceling: 40/180 → GCF = 20 → 2/9. Same result, but cross-canceling avoids working with 40 and 180.
3. Divide fractions: 3/4 ÷ 9/16
Division rule — keep the first fraction, flip the second, multiply: 3/4 × 16/9. Cross-cancel: 3 and 9 share a factor of 3 (→ 1 and 3); 4 and 16 share a factor of 4 (→ 1 and 4). After canceling: 1/1 × 4/3 = 4/3. Answer: 3/4 ÷ 9/16 = 4/3. Check: 4/3 × 9/16 = 36/48 = 3/4 ✓.
4. Dividing by a whole number: 5/6 ÷ 5
Write the whole number as a fraction: 5 = 5/1. Flip: 5/1 becomes 1/5. Multiply: 5/6 × 1/5. The fives cancel → 1/6. Answer: 5/6 ÷ 5 = 1/6. Check: 1/6 × 5 = 5/6 ✓.
5. Multiplying three fractions: 2/3 × 3/4 × 5/6
Multiply all numerators: 2 × 3 × 5 = 30. Multiply all denominators: 3 × 4 × 6 = 72. Result: 30/72. GCF(30, 72) = 6: 30/72 = 5/12. Alternatively, cross-cancel the 3s first (2/4 × 5/6 = 10/24 = 5/12). Same answer either way.
Multiply fractions straight across — no common denominator needed. Divide fractions by flipping the second and multiplying. Cross-cancel before multiplying to keep numbers manageable.
How Do You Solve a Simple Fraction Equation?
A fraction equation contains a variable — usually x — and at least one fraction. The fastest way to solve fraction equations is to clear all fractions in one move by multiplying every term on both sides by the least common denominator of the fractions that appear. Once the fractions are gone, you are left with a plain integer equation that is easy to solve with standard algebra. Always check your answer by substituting it back into the original equation.
1. Equation 1 (one fraction): (3/5)x = 12
Multiply both sides by 5 to clear the denominator: 5 × (3/5)x = 5 × 12, which gives 3x = 60. Divide both sides by 3: x = 20. Check: (3/5)(20) = 60/5 = 12 ✓.
2. Equation 2 (fraction on each side): x/4 = 5/6
LCD of 4 and 6 is 12. Multiply every term by 12: 12 × (x/4) = 12 × (5/6), giving 3x = 10. Divide by 3: x = 10/3. Check: (10/3)/4 = 10/12 = 5/6 ✓.
3. Equation 3 (multiple fractions): x/3 + 1/4 = 5/6
Denominators: 3, 4, 6. LCD = 12. Multiply every term by 12: 12(x/3) + 12(1/4) = 12(5/6), giving 4x + 3 = 10. Subtract 3: 4x = 7. Divide by 4: x = 7/4. Check: (7/4)/3 + 1/4 = 7/12 + 3/12 = 10/12 = 5/6 ✓.
4. Equation 4 (fraction with variable in numerator): (2x − 1)/5 = 3
Multiply both sides by 5: 2x − 1 = 15. Add 1: 2x = 16. Divide by 2: x = 8. Check: (2 × 8 − 1)/5 = 15/5 = 3 ✓.
5. Important: check for extraneous solutions if x could reach a denominator
For basic fraction equations like the ones above, you simply substitute and verify. If the equation had a variable in the denominator — for example 3/x = 6 — the approach differs: cross-multiply (3 = 6x → x = 1/2) and then confirm x = 1/2 does not make any denominator zero. That is a rational equation (a separate topic), but the checking habit is the same.
To solve a fraction equation: multiply every term on both sides by the LCD of all denominators. Fractions disappear immediately and you are left with a plain integer equation.
What Are the Most Common Mistakes When Working with Fractions?
Most fraction errors come from a handful of recurring habits rather than a deep misunderstanding of the concepts. Being aware of these patterns before you start is more effective than reviewing them after a wrong answer.
1. Mistake 1: Adding or subtracting denominators
Wrong: 1/3 + 1/4 = 2/7. Correct: find the LCD (12) and add numerators only: 4/12 + 3/12 = 7/12. Denominators are never added or subtracted — they tell you the size of the pieces, which must be identical before you can combine numerators.
2. Mistake 2: Forgetting to find a common denominator before adding
Wrong: 3/5 + 2/7 = 5/12 (adding across). Correct: LCD = 35; 3/5 = 21/35 and 2/7 = 10/35; 21/35 + 10/35 = 31/35. The top-plus-top, bottom-plus-bottom shortcut only holds for multiplication — never for addition or subtraction.
3. Mistake 3: Forgetting to flip the second fraction when dividing
Wrong: 2/3 ÷ 4/5 = 8/15 (multiplying as-is). Correct: flip the second fraction and multiply: 2/3 × 5/4 = 10/12 = 5/6. Division is defined as multiplication by the reciprocal. If you multiply straight across when dividing, you are calculating the wrong operation.
4. Mistake 4: Not simplifying before multiplying
Without simplifying: 4/9 × 3/8 = 12/72 → then you need GCF(12, 72) = 12 → 1/6. With cross-canceling first: 4 and 8 share 4 (→ 1 and 2); 3 and 9 share 3 (→ 1 and 3). Result immediately: 1/3 × 1/2 = 1/6. Cross-canceling before multiplying prevents errors with large numbers.
5. Mistake 5: Leaving answers unsimplified
A fraction answer like 6/10 or 15/20 is technically correct but incomplete. Most graders expect the fully simplified form: 6/10 = 3/5 and 15/20 = 3/4. Always check whether GCF(numerator, denominator) > 1, and if so, divide both by that GCF before writing the final answer.
The two most expensive fraction mistakes: (1) adding denominators instead of finding a common denominator, and (2) multiplying straight across when you should be dividing (flipping the second fraction). Double-checking the operation before you calculate prevents both.
Practice Problems: How to Solve Fractions
Try each problem before reading the solution. They cover the full range of fraction skills: simplifying, adding with unlike denominators, subtracting, multiplying with cross-canceling, dividing, and solving a fraction equation.
1. Problem 1 (Simplify): Reduce 36/54 to lowest terms
GCF(36, 54): factors of 36 include 1, 2, 3, 4, 6, 9, 12, 18, 36; factors of 54 include 1, 2, 3, 6, 9, 18, 27, 54. GCF = 18. Divide: 36/18 = 2 and 54/18 = 3. Answer: 2/3. Check: GCF(2, 3) = 1 ✓.
2. Problem 2 (Add unlike denominators): 2/5 + 3/7
GCF(5, 7) = 1, so LCD = 35. Rewrite: 2/5 = 14/35 and 3/7 = 15/35. Add: 14/35 + 15/35 = 29/35. GCF(29, 35) = 1 ✓. Answer: 29/35. Check: 0.4 + 0.4286 = 0.8286; 29/35 = 0.8286 ✓.
3. Problem 3 (Subtract): 5/6 − 1/4
Denominators 6 and 4. LCD = 12. Rewrite: 5/6 = 10/12 and 1/4 = 3/12. Subtract: 10/12 − 3/12 = 7/12. GCF(7, 12) = 1 ✓. Answer: 7/12. Check: 0.8333 − 0.25 = 0.5833; 7/12 = 0.5833 ✓.
4. Problem 4 (Multiply with cross-canceling): 5/9 × 3/10
Cross-cancel: 3 and 9 share 3 (→ 1 and 3); 5 and 10 share 5 (→ 1 and 2). After canceling: 1/3 × 1/2 = 1/6. Answer: 5/9 × 3/10 = 1/6. Check: 0.5556 × 0.3 = 0.1667; 1/6 = 0.1667 ✓.
5. Problem 5 (Divide): 7/8 ÷ 7/12
Flip the second fraction: 7/12 becomes 12/7. Multiply: 7/8 × 12/7. The 7s cancel → 12/8 = 3/2. Answer: 7/8 ÷ 7/12 = 3/2 = 1½. Check: 3/2 × 7/12 = 21/24 = 7/8 ✓.
6. Problem 6 (Equation): Solve x/6 + 1/3 = 2/3
LCD of 6 and 3 is 6. Multiply every term by 6: x + 2 = 4. Subtract 2: x = 2. Check: 2/6 + 1/3 = 1/3 + 1/3 = 2/3 ✓.
Frequently Asked Questions About How to Solve Fractions
These questions address the specific sticking points students encounter most often when working with fractions for the first time or after a long break.
1. Do I need a common denominator to multiply fractions?
No. A common denominator is only required for addition and subtraction. For multiplication you simply multiply numerator by numerator and denominator by denominator. For example, 2/3 × 4/5 = 8/15 — no common denominator needed. Requiring one for multiplication is a common misconception that wastes time and produces wrong answers.
2. What is the difference between the LCD and the LCM?
They are the same calculation applied to different contexts. The LCM (least common multiple) is the smallest number that is a multiple of two given integers. When those integers are denominators in a fraction problem, the LCM is referred to as the LCD (least common denominator). For denominators 4 and 6: LCM(4, 6) = 12, so LCD = 12. The terminology differs, but the arithmetic is identical.
3. How do I add more than two fractions at once?
Find the LCD of all denominators together, convert every fraction to that denominator, then add all numerators and keep the common denominator. Example: 1/2 + 1/3 + 1/4. Denominators 2, 3, 4. LCD = 12. Rewrite: 6/12 + 4/12 + 3/12 = 13/12 = 1 and 1/12. The process extends to any number of fractions — the LCD step does the heavy lifting.
4. When should I convert an improper fraction to a mixed number?
Convert to a mixed number when you are writing a final answer in a context where it is more interpretable — 2½ cups of flour is clearer than 5/2 cups. Leave the result as an improper fraction during mid-calculation steps, especially for multiplication and division, because improper fractions are easier to cancel and simplify than mixed numbers mid-problem.
5. Is 0/5 a valid fraction?
Yes. A numerator of zero is perfectly valid: 0/5 = 0 because you have zero of the five equal parts. The rule that triggers undefined behavior is a denominator of zero — 5/0 is undefined. Zero in the numerator is always fine; zero in the denominator is never allowed.
6. Why does cross-canceling work when multiplying fractions?
Cross-canceling is just simplification done early. When you multiply 4/9 × 3/8, the final product before simplifying is 12/72. Dividing numerator and denominator by 12 gives 1/6. Cross-canceling spots those factors of 12 before multiplying by noticing that 4 and 8 share 4, and 3 and 9 share 3. The math is identical — cross-canceling only changes when you simplify, not whether you simplify.
Related Articles
How to Solve Mixed Fractions: Conversion, Operations, and Equations
Master mixed numbers: convert to improper fractions, perform all four operations, and solve equations containing mixed fractions.
How to Solve Two-Step Equations with Fractions
Learn two proven methods for solving two-step equations that contain fractional coefficients and constants.
How to Solve Algebraic Fractions
Go beyond arithmetic fractions — simplify, add, subtract, multiply, divide, and solve equations with variable expressions in the numerator or denominator.
Related Math Solvers
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
Smart Scan Solver
Snap a photo of any math problem and get an instant step-by-step solution.
Practice Mode
Generate similar problems to practice and build confidence.
Related Subjects
Mixed Fractions Help
Extend your fraction skills to mixed numbers and improper fractions with fully worked examples.
Algebra Help
Build on fraction skills to tackle algebraic equations, systems, and word problems step by step.
Simple Arithmetic Problems
Strengthen your number sense and arithmetic foundation with beginner-friendly problems.
