Calculator

What the Fraction Calculator does

Fraction Calculator: calculates Simplified Fraction and Decimal from Fraction 1: Numerator, Fraction 1: Denominator and Fraction 2: Numerator. Example: fraction 1: numerator 1, fraction 1: denominator 2 and fraction 2: numerator 1 gives simplified fraction 5/6.

The Fraction Calculator turns Fraction 1: Numerator, Fraction 1: Denominator, Fraction 2: Numerator and Fraction 2: Denominator into Simplified Fraction and Decimal. Change any input and the output follows immediately.

The method matters as much as the answer when you are still learning the topic. That is usually what brings someone sanity-checking a spreadsheet here.

The work is done by JavaScript already loaded in your browser, so your input never crosses the network.

Everything needed to verify a result is further down: the fields, the method and one fully worked example.

What do the Fraction Calculator fields mean?

The Fraction Calculator uses 4 inputs. None of the boxes start empty. The page loads with a worked set of values you can edit or replace.

FieldWhat to enterDefault
Fraction 1: Numerator required 1
Fraction 1: Denominator required 2
Fraction 2: Numerator required 1
Fraction 2: Denominator required 3

How does the Fraction Calculator work?

Simplified Fraction, Decimal and What this means ← f(Fraction 1: Numerator, Fraction 1: Denominator, Fraction 2: Numerator, Fraction 2: Denominator)

Each output is derived from the inputs above in a single pass; there is no hidden state carried between runs, so the same inputs always give the same calculation.

Bad input produces an error, never a confident-looking wrong answer.

Worked example

These are the values the Fraction Calculator loads by default, and the result it produces from them. Open the tool above and you will find precisely these figures already in place.

Inputs
Fraction 1: Numerator1
Fraction 1: Denominator2
Fraction 2: Numerator1
Fraction 2: Denominator3
Result
Simplified Fraction5/6
Decimal0.833333
What this means(1/2) + (1/3) = 5/6

All four operations

The four fraction operations divide into two groups: addition and subtraction need a common denominator, multiplication and division do not.

Adda/b + c/d = (ad + cb) ÷ bd1/3 + 1/4 = 7/12
Subtracta/b − c/d = (ad − cb) ÷ bd1/2 − 1/3 = 1/6
Multiplya/b × c/d = ac ÷ bd2/3 × 3/4 = 1/2
Dividea/b ÷ c/d = ad ÷ bc1/2 ÷ 1/4 = 2

Worth knowing

  • Results are reduced to lowest terms by dividing both parts by their greatest common divisor.
  • Multiplication and division need no common denominator: a frequent source of unnecessary work.
  • Every fraction has an exact decimal or a repeating one; none of them lose precision the way binary floating point does.

How to use it

  1. Key in Fraction 1: Numerator.
  2. Fill in Fraction 1: Denominator.
  3. Type Fraction 2: Numerator.
  4. Enter Fraction 2: Denominator.
  5. It runs on every change, so there is no moment where the screen is out of date.
  6. Read Simplified Fraction, Decimal and What this means in the results panel.
  7. Use Copy Link if you want the same setup again later, or Print for a paper copy.

What this tool does not do

  • Very large or very small numbers hit JavaScript floating-point limits (about 15 significant digits).
  • Displayed values are rounded; the underlying calculation keeps full precision.
  • Where a standard has revisions, the version used is the one named in the method section.

Frequently asked questions

You need Fraction 1: Numerator, Fraction 1: Denominator, Fraction 2: Numerator and Fraction 2: Denominator. Each field is pre-filled with a sensible default, so nothing is mandatory before you see a result.

With the values loaded when the page opens, simplified fraction comes out as 5/6. Nudge one field at a time to see which one the answer is most sensitive to.

Nothing leaves your machine. The only network traffic is loading the page itself.

Free for any use, personal or commercial.

The computation is exact; how much you should trust the answer depends on how good your inputs are.

YoursTools Team
Product & Engineering

Builds and maintains every calculator on YoursTools.