Calculator
What the Add Fractions Calculator does
Add Fractions 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.
Supply Fraction 1: Numerator, Fraction 1: Denominator, Fraction 2: Numerator and Fraction 2: Denominator and you get Simplified Fraction and Decimal back. You can nudge a single number and watch the effect straight away.
Most people who open the Add Fractions Calculator are students checking homework. A second opinion on a calculation takes seconds and prevents errors compounding.
There is no account, no upload and no server round trip, because the page does the work itself.
The rest of this page documents each field, the method, and a worked example built from the values the add fractions calculator loads by default.
What do the Add Fractions Calculator fields mean?
The Add Fractions Calculator uses 4 inputs. You do not have to fill everything in before seeing an answer; the starting values already produce one.
| Field | What to enter | Default |
|---|---|---|
| Fraction 1: Numerator | required | 1 |
| Fraction 1: Denominator | required | 2 |
| Fraction 2: Numerator | required | 1 |
| Fraction 2: Denominator | required | 3 |
How does the Add Fractions Calculator work?
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.
Range checks come first, so the formula only ever sees values it can handle.
Worked example
These are the values the Add Fractions Calculator loads by default, and the result it produces from them. This is the worked example the page starts from, reproduced here so you can check the arithmetic.
| Fraction 1: Numerator | 1 |
|---|---|
| Fraction 1: Denominator | 2 |
| Fraction 2: Numerator | 1 |
| Fraction 2: Denominator | 3 |
| Simplified Fraction | 5/6 |
|---|---|
| Decimal | 0.833333 |
| What this means | (1/2) + (1/3) = 5/6 |
Adding fractions
Fractions can only be added once they share a denominator. Everything else in the procedure exists to get them there.
| General rule | a/b + c/d = (ad + cb) ÷ bd | 1/3 + 1/4 = (4 + 3) ÷ 12 = 7/12 |
|---|---|---|
| Same denominator | a/b + c/b = (a + c) ÷ b | 2/7 + 3/7 = 5/7 |
| Then simplify | divide by the GCD | 6/8 → 3/4 |
Worth knowing
- Using the lowest common denominator rather than the product of the two keeps the numbers smaller, but either works.
- Adding numerators and denominators separately is the classic error: 1/2 + 1/3 is not 2/5.
- Mixed numbers should be converted to improper fractions first, then converted back at the end.
How to use it
- Put Fraction 1: Numerator.
- Key in Fraction 1: Denominator.
- Fill in Fraction 2: Numerator.
- Type Fraction 2: Denominator.
- You will see the result move while you are still editing: that is expected.
- The results panel then shows Simplified Fraction, Decimal and What this means.
- Copy Link puts the current inputs in the URL, so bookmarking it brings the same numbers back.
What this tool does not do
- Displayed values are rounded; the underlying calculation keeps full precision.
- Very large or very small values reach the limits of floating-point precision, about 15 significant digits.
- There is no audit trail: if you need one, record the inputs alongside the output.
Frequently asked questions
The form asks for Fraction 1: Numerator, Fraction 1: Denominator, Fraction 2: Numerator and Fraction 2: Denominator. Every box already holds a working value, meaning you can explore the calculation before committing to real figures.
With the values loaded when the page opens, simplified fraction comes out as 5/6. The figure is derived from the inputs above, so it updates whenever they do.
No. Your browser is doing the computing, so we could not see the values even if we wanted to.
No. There is no account, no usage cap and no trial period. The site is funded by advertising rather than by charging for the tools.
Full double precision is used throughout; only the displayed figure is shortened.