Fraction Calculator



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

The result:

7 * 1/4/1000 = 7/4000 = 0.00175

Spelled out: seven over four thousand.

How do we solve fractions step by step?

  1. Multiply: 7 * 1/4 = 7 · 1/1 · 4 = 7/4
    The first operand is an integer. It is equivalent to a fraction 7/1. Multiply both numerators and both denominators. Then simplify the resulting fraction to its lowest terms GCD(7, 4) = 1. In the following intermediate step, the fraction cannot be simplified further by cancelling.
    In other words, seven multiplied by one quarter equals seven quarters.
  2. Divide: the result of step No. 1 : 1000 = 7/4 : 1000 = 7/4 · 1/1000 = 7 · 1/4 · 1000 = 7/4000
    The second operand is an integer. It is equivalent to the fraction 1000/1. Dividing two fractions is the same as multiplying the first fraction by the reciprocal value of the second fraction. The first sub-step is to find the reciprocal (reverse the numerator and denominator, reciprocal of 1000/1 is 1/1000) of the second fraction. Next, multiply the two numerators. Then, multiply the two denominators. In the following intermediate step, the fraction cannot be simplified further by cancelling.
    In other words, seven quarters divided by one thousand equals seven over four thousand.

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


SymbolSymbol 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: March 10, 2026