Fraction Calculator
Add, subtract, multiply, or divide two fractions, reduced to lowest terms.
Formula used
For fractions a/b and c/d:
Add: a/b + c/d = (a·d + c·b) / (b·d)
Subtract: a/b − c/d = (a·d − c·b) / (b·d)
Multiply: a/b × c/d = (a·c) / (b·d)
Divide: a/b ÷ c/d = (a·d) / (b·c)
Then divide numerator and denominator by gcd(numerator, denominator)
to reduce to lowest terms.
Related calculators
Worked example
Problem: 1/2 + 3/4
Common denominator: (1×4 + 3×2) / (2×4) = (4 + 6) / 8 = 10/8
Reduce by gcd(10, 8) = 2: 10/8 = 5/4, or 1 1/4 as a mixed number.
Result: 5/4 (decimal 1.25)
Decimals get most of the attention in everyday math, but fractions quietly run a surprising number of practical tasks. In the kitchen, recipes are written in halves, thirds, and quarters — halving a recipe that calls for three-quarters of a cup of sugar means working with three-eighths of a cup, and a fraction calculator gets there without you having to eyeball a measuring cup. In woodworking and construction, dimensions are routinely given in fractions of an inch, so adding one and a half inches to seven-eighths of an inch, or subtracting a three-sixteenths kerf from a board, is constant work that is easy to botch by hand. Crafters, sewers, and gardeners meet fractions just as often when scaling a pattern or dividing a plot. Even outside the workshop, fractions appear whenever something is split into unequal shares — dividing a pizza bill, splitting an inheritance, or allocating hours across tasks. The common thread is that these are quantities that do not land on clean decimals, and forcing them into decimals either rounds away the precision you needed or produces an ugly repeating value like 0.3333. A fraction calculator keeps the answer exact and then hands you the decimal equivalent when you want it, which is the best of both worlds.
A fraction answer is only as useful as its form. The calculator automatically reduces every result to lowest terms by dividing the numerator and denominator by their greatest common divisor, so ten-eighths comes back as five-fourths rather than a number that still has obvious common factors. That matters because a reduced fraction is easier to read, compare, and use in the next step — you would rather measure three-quarters of a cup than six-eighths of a cup even though they are identical. When the result is larger than one whole, the tool also shows a mixed number, which is the form that maps directly onto physical reality: five-fourths is technically correct but one and one-quarter tells you immediately that you need one full cup plus a quarter. Knowing which form to use depends on what you are doing with the answer. Measuring and building want mixed numbers; further math wants improper fractions because they are simpler to multiply and divide. Having both on screen means you can take the one your next step needs without converting by hand and risking a sign or a carry error. Neither form is more correct, but each is more convenient in its own context, and the calculator removes the conversion work entirely.
The classic fraction error is adding numerators and denominators separately — writing one-half plus one-third as two-fifths — which is wrong because fractions only combine once they share a common denominator. The correct path multiplies across to find that common denominator, which is mechanical but error-prone when the numbers are not toy examples. Another frequent slip is forgetting that division by a fraction means flipping and multiplying: a/b divided by c/d becomes a/b times d/c, and it is easy to invert the wrong fraction or to skip the flip entirely and simply multiply straight across. Sign errors creep in too, especially with negative fractions, where the conventional place for the minus sign is the numerator; the calculator normalizes that for you so the displayed result always carries a single, predictable sign. Zero denominators are the other trap — a fraction with zero on the bottom is undefined, not a very large number — and the tool refuses to compute rather than return something misleading. None of these mistakes means fractions are hard; they mean the steps are easy to shortcut. Letting the calculator handle the mechanics frees you to focus on whether the fraction you entered actually represents the quantity you meant.
The four operations each suit a different real task, and picking the right one is half the battle. Addition and subtraction are for combining or comparing amounts that share a context — total flour from two bags, or the difference between a cut length and the board you have. Multiplication is what you reach for when you scale a quantity: doubling a recipe multiplies every fractional ingredient, and finding a fraction of a fraction, such as two-thirds of three-quarters, is a multiplication even though the wording does not say so. Division is the one people reach for least and need more often than they expect: splitting a length of timber into equal pieces, distributing a quantity across a number of containers, or answering how many times one measure fits into another. A useful habit is to state the question in words first — "I want to split this into that many equal parts" is division, not subtraction — because the word problem, not the numbers, tells you which key to press. Once the operation is set, the calculator's job is to carry it out exactly and return it reduced and, where relevant, as a mixed number, so the only thing left for you to verify is that the fraction you typed in matches the real-world quantity you had in mind. It also helps to keep units consistent across both fractions in a problem — mixing cups with tablespoons, or inches with feet, is a category of error no calculator can catch for you, because the tool only knows the numbers you give it. Write the units next to each value as you go, and the calculator will happily handle the arithmetic while you keep the real-world meaning straight. That division of labor, machine precision plus human judgment, is what makes fraction work reliable instead of merely fast.
Frequently asked questions
Does the result always come back in lowest terms?
Yes. After the operation the calculator divides the numerator and denominator by their greatest common divisor, so 6/8 is shown as 3/4. When the result is an improper fraction, a mixed-number form is also given.
What happens if I enter zero as a denominator?
A fraction with a zero denominator is undefined, so the calculator shows a validation message and does not compute a result until you enter a non-zero denominator.
Can it handle negative fractions?
Yes. Enter a negative sign on either the numerator or the denominator. The calculator normalises the sign onto the numerator, so the displayed result keeps a single, conventional sign.
How is division of fractions handled?
Dividing by a fraction multiplies by its reciprocal — a/b ÷ c/d becomes a/b × d/c. Dividing by zero (a zero second numerator) is rejected with a message.