Fraction Calculator

Add, subtract, multiply and divide fractions and mixed numbers, and see every step: common denominators, simplifying, and the answer as a mixed number and a decimal.

Fraction Calculator

What do you want to do?

Whole number (optional), then top over bottom. For a plain whole number or decimal, leave the fraction boxes empty.

Example Type your own fractions above.

11/2 + 2/3 = 21/6

Simplest form
13/6
Mixed number
21/6
Decimal
2.16
≈ 2.1666666667 · the digit under the line repeats

Step by step

  1. Write every number as a fraction

    • Turn the mixed number into an improper fraction (whole × bottom + top): 11/2 = 1 × 2 + 1/2 = 3/2
  2. 3/2 + 2/3

    • Find the least common denominator (LCD): 2 and 3 share no common factor, so the LCD is their product, 2 × 3 = 6.
    • Rewrite each fraction with denominator 6: 3/2 = 3 × 3/2 × 3 = 9/6, and 2/3 = 2 × 2/3 × 2 = 4/6.
    • Add the numerators and keep the denominator: 9/6 + 4/6 = 9 + 4/6 = 13/6.
    • GCD(13, 6) = 1, so 13/6 is already in simplest form.
  3. Write the answer

    • Convert to a mixed number: 13 ÷ 6 = 2 remainder 1, so 13/6 = 21/6.
    • As a decimal: 13 ÷ 6 = 2.1(6) — the digit 6 repeats forever, ≈ 2.1666666667.

How to use the fraction calculator

Type each fraction into the stacked boxes — top number (numerator) over bottom number (denominator). For a mixed number such as 1 ½, put the whole number in the box on the left. For a whole number or a decimal, leave the stacked boxes empty and type it on the left. Press ± to make a fraction negative, pick +, −, × or ÷ from the menu, and add up to six fractions with + Add a fraction. The answer updates as you type, in simplest form, as a mixed number and as a decimal, with every step of the working underneath.

Two more modes sit above the boxes: Simplify reduces a single fraction to lowest terms and shows how its greatest common divisor was found, and Decimal → fraction turns decimals — including repeating ones — into exact fractions. All arithmetic uses exact whole numbers, however large, so nothing is ever rounded until the final decimal. Your fractions are saved in the page link, so Share sends the same problem and answer.

How to add and subtract fractions

Fractions can only be added or subtracted when they are cut into the same size pieces, so:

  1. Turn mixed numbers into improper fractions: whole × bottom + top, over the same bottom.
  2. Find the least common denominator (LCD) — the least common multiple of the denominators.
  3. Rewrite each fraction over the LCD, multiplying its top and bottom by the same number.
  4. Add or subtract the tops and keep the bottom.
  5. Simplify, and turn an improper fraction back into a mixed number.

The general formula a/b + c/d = (a × d + b × c) / (b × d) always works too, but it uses the product of the denominators rather than the smallest common one, so the numbers get bigger and need more simplifying.

Worked example: 1 ½ + ⅔

  1. 1 ½ = (1 × 2 + 1)/2 = 3/2.
  2. 2 and 3 share no common factor, so the LCD is 2 × 3 = 6.
  3. 3/2 = (3 × 3)/(2 × 3) = 9/6, and 2/3 = (2 × 2)/(3 × 2) = 4/6.
  4. 9/6 + 4/6 = 13/6. GCD(13, 6) = 1, so it is already in simplest form.
  5. 13 ÷ 6 = 2 remainder 1, so the answer is 2 ⅙ — as a decimal 2.1666…, where the 6 repeats (≈ 2.1666666667).

That is exactly what the calculator shows when the page opens.

How to multiply and divide fractions

Multiplying needs no common denominator: multiply the tops together and the bottoms together, then simplify. Mixed numbers must be converted first — multiplying the whole parts and the fraction parts separately is a classic mistake. 1 ½ × 1 ½ = 3/2 × 3/2 = 9/4 = 2 ¼, not 1 ¼.

Dividing by a fraction means multiplying by its reciprocal — flip the second fraction upside down (“keep, change, flip”). ¾ ÷ ⅔ = ¾ × 3/2 = 9/8 = 1 ⅛. It works because dividing by ⅔ asks how many two-thirds fit into ¾, and multiplying by 3/2 answers that. Dividing by zero, including a fraction with 0 on top, has no answer.

Simplifying fractions

A fraction is in simplest form (lowest terms) when the top and bottom have no common factor except 1. Divide both by their greatest common divisor (GCD) and you get there in one step. The calculator finds the GCD with Euclid’s algorithm: divide the larger number by the smaller, then divide the smaller by the remainder, and repeat until the remainder is 0. For 42/56: 56 = 1 × 42 + 14, then 42 = 3 × 14 + 0, so the GCD is 14 and 42/56 = 3/4. For more on factors and multiples, the multiplication table is a handy reference.

Converting decimals to fractions

A terminating decimal is a fraction over a power of ten: 0.375 has three decimal places, so it is 375/1,000, which simplifies to 3/8. A repeating decimal needs one extra trick. Call 0.1666… x. Then 100x = 16.666… and 10x = 1.666…; subtracting makes the endless tails cancel, leaving 90x = 15, so x = 15/90 = 1/6. To enter it here, type 0.1(6).

Common mistakes

  • Adding the denominators. ½ + ⅓ is not 2/5; it is 3/6 + 2/6 = 5/6.
  • Flipping the wrong fraction. When dividing, flip the second fraction (the divisor), never the first.
  • Negative mixed numbers. −2 ⅓ means −(2 + ⅓) = −7/3, not −2 + ⅓ = −5/3.
  • Stopping before the simplest form. 6/8 is correct but not finished: divide by the GCD, 2, to get ¾.

For quick decimal arithmetic use the online calculator, and for powers, roots and trigonometry the scientific calculator. To turn a fraction into a percentage, multiply the decimal by 100 or use the percentage calculator.

Frequently asked questions

How do I enter a mixed number like 2 ¾?

Type the whole number in the left box and the fraction in the two stacked boxes: 2, then 3 on top and 4 underneath. To make it negative, press ± (or type a minus sign in the whole-number box): −2 ¾ means −(2 + ¾) = −11/4. Leave the whole-number box empty for an ordinary fraction.

How do I find the least common denominator?

It is the least common multiple (LCM) of the denominators: the smallest number they all divide into. For 4 and 6, list multiples of the larger — 6, 12 — and stop at the first one 4 divides: 12. A shortcut is LCM = a × b ÷ GCD(a, b) = 24 ÷ 2 = 12. The calculator shows this step every time it adds or subtracts.

How do I convert a fraction to a decimal?

Divide the top by the bottom: 3/8 = 3 ÷ 8 = 0.375. Some fractions never end — 2/3 = 0.666… — because the division keeps producing the same remainder. The calculator finds the repeating block and draws a line over it, so 13/6 shows as 2.16 with a line over the 6, plus a rounded value.

How do I turn a repeating decimal into a fraction?

Choose Decimal → fraction and put the repeating digits in brackets: 0.(3) for 0.333…, 0.1(6) for 0.1666…, 0.(142857) for 0.142857142857…. The working shows the “multiply by a power of ten and subtract” method, which gives 1/3, 1/6 and 1/7.

What happens with three or more fractions?

Press + Add a fraction (up to six). The calculator follows the order of operations: every × and ÷ is done first, from left to right, then + and −. So 1/2 + 1/3 × 3/4 is 1/2 + 1/4 = 3/4, not 5/6 × 3/4. Each operation gets its own block in the working.

Can I use decimals or whole numbers?

Yes. Leave the fraction boxes empty and type a whole number or a decimal in the left box — 0.75 is turned into 3/4 exactly, with no rounding. You can even put decimals inside a fraction, such as 1.5 over 2, which becomes 15/20 and then 3/4.

Sources

Last reviewed · Built and checked by the Reeliy team · How we test our tools