Fraction Calculator

Perform arithmetic on two fractions and see the simplified answer.

Operation

5/6
Simplified

5/6

Decimal

0.833333

Formula
a/b ± c/d = (a·d ± c·b) / (b·d), then reduce by GCD
Examples
InputResult
1/2 + 1/33/6 + 2/6 = 5/6
3/4 - 1/69/12 - 2/12 = 7/12
2/3 x 3/56/15 = 2/5
1/2 / 1/41/2 x 4/1 = 2

About this calculator

A fraction represents a part of a whole, written as a numerator over a denominator, such as 3/4. The numerator counts how many parts you have, and the denominator tells you how many equal parts make up one whole. This Fraction Calculator lets you add, subtract, multiply, and divide fractions and then automatically reduces the answer to its simplest form, so you do not have to hunt for common factors by hand.

Each operation follows its own rule. To multiply, you multiply the numerators together and the denominators together, so 2/3 x 3/5 = 6/15. To divide, you flip the second fraction and multiply, turning 1/2 / 1/4 into 1/2 x 4/1 = 2. Addition and subtraction require a common denominator first: you rewrite both fractions over the same bottom number, then add or subtract the numerators. For 1/2 + 1/3 you convert to 3/6 + 2/6 = 5/6. Simplifying means dividing the top and bottom by their greatest common divisor, which is how 6/15 becomes 2/5.

To use the calculator, type the numerator and denominator of your first fraction, choose the operation from the plus, minus, times, or divide options, and enter your second fraction. Press calculate and the tool returns the exact result in lowest terms, along with the decimal equivalent so you can sanity-check the size of the answer.

Interpreting results is easy once you remember a few cues. A proper fraction has a numerator smaller than its denominator and represents less than one whole, like 5/6. An improper fraction such as 7/4 is larger than one and can also be written as the mixed number 1 3/4. If the denominator divides the numerator evenly, the answer is a whole number, which is why 1/2 / 1/4 simplifies all the way to 2.

The classic mistake is adding fractions straight across, which incorrectly turns 1/2 + 1/3 into 2/5 instead of the correct 5/6; you must find a common denominator first. Another error is forgetting to flip the divisor during division, and a third is leaving an answer unsimplified. Always reduce your final fraction and double-check it against its decimal value.

Frequently asked questions

You can only add parts that are the same size. A common denominator rewrites both fractions into equal-sized pieces so the numerators can be combined. Without it, you would be adding pieces of different sizes, which has no meaning.

Keep the first fraction, flip the second (swap its numerator and denominator), and multiply. So 1/2 / 1/4 becomes 1/2 x 4/1 = 4/2 = 2. The flipped fraction is called the reciprocal.

Simplifying divides the numerator and denominator by their greatest common factor until no common factor remains. For example, 6/15 both share a factor of 3, so it reduces to 2/5. The value is unchanged, just written more cleanly.

A proper fraction has a numerator smaller than its denominator and is less than one, like 3/4. An improper fraction has a numerator equal to or larger than its denominator and is one or greater, like 7/4, which equals the mixed number 1 3/4.

Divide the numerator by the denominator. For 5/6 you compute 5 / 6 = 0.8333, and for 3/4 you get 0.75. Some fractions produce repeating decimals, which is why the exact fraction form is often preferred.

Convert a mixed number to an improper fraction first by multiplying the whole part by the denominator and adding the numerator. The number 1 3/4 becomes (1 x 4 + 3) / 4 = 7/4, which you then enter normally.

Did this calculator help you?