Fraction Calculator



This fraction calculator performs all fraction operations - addition, subtraction, multiplication, and division — and evaluates expressions with fractions. Each calculation includes detailed step-by-step explanations.

The result:

7 2/9 - 3 5/6 = 61/18 = 3 7/183.3888889

Spelled out: sixty-one eighteenths (or three and seven eighteenths).

How do we solve fractions step by step?

  1. Conversion a mixed number 7 2/9 to a improper fraction: 7 2/9 = 7 2/9 = 7 · 9 + 2/9 = 63 + 2/9 = 65/9

    To find a new numerator:
    a) Multiply the whole number 7 by the denominator 9. Whole number 7 equally 7 * 9/9 = 63/9
    b) Add the answer from the previous step 63 to the numerator 2. New numerator is 63 + 2 = 65
    c) Write a previous answer (new numerator 65) over the denominator 9.

    Seven and two ninths is sixty-five ninths.
  2. Conversion a mixed number 3 5/6 to a improper fraction: 3 5/6 = 3 5/6 = 3 · 6 + 5/6 = 18 + 5/6 = 23/6

    To find a new numerator:
    a) Multiply the whole number 3 by the denominator 6. Whole number 3 equally 3 * 6/6 = 18/6
    b) Add the answer from the previous step 18 to the numerator 5. New numerator is 18 + 5 = 23
    c) Write a previous answer (new numerator 23) over the denominator 6.

    Three and five sixths is twenty-three sixths.
  3. Subtract: 65/9 - 23/6 = 65 · 2/9 · 2 - 23 · 3/6 · 3 = 130/18 - 69/18 = 130 - 69/18 = 61/18
    It is suitable to adjust both fractions to a common (equal) denominator for subtracting fractions. The common denominator you can calculate as the least common multiple of both denominators - LCM(9, 6) = 18. It is enough to find the common denominator (not necessarily the lowest) by multiplying the denominators: 9 × 6 = 54. In the following intermediate step, it cannot further simplify the fraction result by canceling.
    In other words, sixty-five ninths minus twenty-three sixths equals sixty-one eighteenths.

Rules for expressions with fractions:

Fractions - Use a forward slash to separate the numerator and denominator. For example, for five-hundredths, enter 5/100.

Mixed numbers Leave one space between the whole number and the fraction part, and use a forward slash for the fraction. For example, enter 1 2/3 . For negative mixed numbers, write the negative sign before the whole number, such as -5 1/2.

Division of fractions - Since the forward slash is used for both fraction lines and division, use a colon (:) to divide fractions. For example, to divide 1/2 by 1/3, enter 1/2 : 1/3.

Decimals Enter decimal numbers using a decimal point (.), and they will be automatically converted to fractions. For example, enter 1.45.


Math Symbols


OpSymbol nameSymbol MeaningExample
+plus signaddition 1/2 + 1/3
-minus signsubtraction 1 1/2 - 2/3
*asteriskmultiplication 2/3 * 3/4
×times signmultiplication 2/3 × 5/6
:division signdivision 1/2 : 3
/division slashdivision 1/3 / 5
:coloncomplex fraction 1/2 : 1/3
^caretexponentiation / power 1/4^3
()parenthesescalculate expression inside first-3/5 - (-1/4)

Order of Operations

Ever wondered why calculators don't just work left to right? This calculator follows the mathematical order of operations — a set of rules that ensures everyone solves expressions the same way, every time.

Popular Memory Tricks

Different regions use different mnemonics to remember this order:

* PEMDAS - Parentheses, Exponents, Multiplication, Division, Addition, Subtraction
* BEDMAS - Brackets, Exponents, Division, Multiplication, Addition, Subtraction
* BODMAS - Brackets, Order (or "Of"), Division, Multiplication, Addition, Subtraction
* GEMDAS - Grouping symbols (parentheses, brackets, braces: (){}), Exponents, Multiplication, Division, Addition, Subtraction

The Golden Rules

Rule 1: Multiplication and division always come before addition and subtraction. Think of them as the VIPs that skip to the front of the line!

Rule 2: When operations have equal priority (like × and ÷, or + and −), work from left to right—just like reading a book.

Rule 3: Parentheses change the natural order of evaluation of operations.

Last Modified: February 17, 2026