➗ Fraction Calculator
Fractions Don't Have to Be Scary — Here's What's Actually Going On
If you've ever stared at a math problem like 3/8 + 5/12 and felt your brain quietly give up, you're in extremely good company. Fractions trip people up not because the math is hard at its core, but because the rules — find a common denominator, cross-multiply, simplify — get tangled up together and presented all at once. Pull them apart, though, and each piece is completely logical.
Let's walk through what fractions actually mean and how the four basic operations work, so that whether you're checking homework, splitting a recipe, or just satisfying curiosity, the numbers make sense to you rather than feeling like a magic trick.
What a Fraction Really Is
A fraction is simply a way of writing division. The number on top (numerator) is the thing being divided. The number on the bottom (denominator) is what it's being divided by. So 3/4 literally means "3 divided by 4," or equivalently, "3 out of every 4 equal parts." That's it. Nothing exotic.
This is why 6/8 and 3/4 are the same fraction — they represent the same ratio. If you divide a pizza into 8 slices and eat 6, you've eaten the same amount as someone who divided their pizza into 4 slices and ate 3. The denominator just tells you the size of the pieces; the numerator tells you how many you have.
Adding and Subtracting: The Common Denominator Problem
Here's the rule that confuses everyone: you can only add or subtract fractions when they have the same denominator. Why? Because you're counting pieces of the same size. Adding 1/3 and 1/4 is like adding a slice cut from a 3-piece pizza to a slice cut from a 4-piece pizza — the pieces are different sizes, so you can't just say "2 slices."
The solution is to convert both fractions so they use the same-sized pieces. The easiest (not always smallest) common denominator is just to multiply the two denominators together. For 1/3 + 1/4, use 12 as the denominator: 1/3 becomes 4/12 (multiply top and bottom by 4), and 1/4 becomes 3/12 (multiply top and bottom by 3). Now you're adding same-sized pieces: 4/12 + 3/12 = 7/12.
Subtraction works identically — same process of getting a common denominator, then just subtract the numerators. 3/4 − 1/6 becomes 9/12 − 2/12 = 7/12.
Multiplication: Actually the Easiest One
Multiplication is genuinely the simplest fraction operation, yet somehow it feels harder because it breaks the "you need a common denominator" rule. You don't need one at all. You just multiply straight across: numerator times numerator, denominator times denominator.
2/3 × 3/5 = (2×3)/(3×5) = 6/15 = 2/5 after simplifying.
Why does this work? Think of it as "2/3 of 3/5." If you take two-thirds of three-fifths of a pie, you're taking a fraction of a fraction. The math of multiplying both parts handles that naturally. One handy trick: before you multiply, see if you can cancel common factors diagonally. In 2/3 × 3/5, the 3 in the numerator of the second fraction cancels with the 3 in the denominator of the first, giving you 2/1 × 1/5 = 2/5 directly — less arithmetic, same answer.
Division: Flip and Multiply
Dividing by a fraction is the operation with the weirdest-sounding rule: "flip the second fraction and multiply." This isn't arbitrary. Dividing by something is the same as multiplying by its reciprocal (its flipped version), because those two operations undo each other.
Consider: what is 1/2 ÷ 1/4? In plain English, how many quarter-pieces fit inside a half-piece? Two. And indeed, 1/2 × 4/1 = 4/2 = 2. The flip-and-multiply rule gives you the right answer because division asks "how many times does this fit?" and the reciprocal is what converts that question into multiplication.
So 3/5 ÷ 2/7 becomes 3/5 × 7/2 = 21/10, which as a mixed number is 2 and 1/10.
Simplifying: Bringing It to Lowest Terms
After any calculation, you usually want the answer in its simplest form — where the numerator and denominator share no common factors other than 1. The tool for this is the greatest common divisor (GCD), also called the greatest common factor.
To simplify 18/24, find the largest number that divides both 18 and 24 evenly. That's 6. Divide both by 6: 18/6 = 3, 24/6 = 4. So 18/24 = 3/4. If you're doing this by hand and the GCD isn't obvious, just keep dividing by small primes (2, 3, 5, 7...) until nothing divides evenly anymore.
This calculator uses the Euclidean algorithm internally — an elegant method going back to ancient Greece that finds the GCD by repeatedly taking remainders until zero. It's fast, reliable, and works on any size numbers.
Mixed Numbers vs. Improper Fractions
When a result has a numerator larger than the denominator — like 7/4 — you can express it as a mixed number: 1 and 3/4. To convert, divide the numerator by the denominator. The whole-number part of that division is your integer, and the remainder over the denominator is the fractional part.
This calculator shows both: the simplified fraction (or mixed number when applicable) and the decimal equivalent. Seeing 7/4 = 1.75 side by side is useful when you need to compare a fraction to a decimal measurement, plug it into a different formula, or just do a sanity check.
Where You Actually Use Fraction Math
Recipes are the classic example. If a cake calls for 2/3 cup of sugar but you're making half a batch, you need 2/3 × 1/2 = 1/3 cup. Scaling up is the same — tripling a recipe that uses 3/8 teaspoon of something means 3/8 × 3 = 9/8 = 1 and 1/8 teaspoons.
Woodworking, sewing, and construction come up constantly. Measurements in inches often involve fractions — 3/4-inch plywood, 5/16-inch drill bits, 1/8-inch seam allowances. Adding them together or figuring out how many times a smaller piece fits into a larger one requires exactly this kind of fraction arithmetic.
Even time math sneaks fractions in. If a task takes 3/4 of an hour and another takes 1/3 of an hour, how long in total? 3/4 + 1/3 = 9/12 + 4/12 = 13/12 hours = 1 hour and 5 minutes. Useful when you're scheduling a tight afternoon.
A Note on Negative Fractions
Negative fractions behave exactly like negative numbers in regular arithmetic — the sign just tags along through the operation. −1/2 + 1/4 = −2/4 + 1/4 = −1/4. The only thing to watch: when a fraction has a negative sign, it conventionally lives on the numerator (−1/4) rather than on the denominator (1/−4), even though they mean the same thing. This calculator normalizes the sign to the numerator automatically.
With a clear picture of why each rule exists, fractions shift from feeling like arbitrary procedures to logical moves that make complete sense. The calculator above handles the arithmetic instantly — but understanding what it's doing makes you faster and more confident when fractions show up where you least expect them.