SimplyCalculated.org

Fraction Calculator

Add, subtract, multiply, or divide fractions — or simplify one, or turn a decimal into a fraction — with every answer reduced to lowest terms and shown as a mixed number, an improper fraction, and a decimal.

100% private: everything is processed in your browser's memory — nothing you enter is uploaded to a server, logged, or stored.

Fraction Calculator

Fraction A
Fraction B

Every result is reduced to lowest terms and also shown as an improper fraction and a decimal. Negative whole parts and numerators are supported.

Result

0

Improper Fraction

Decimal

How Fraction Arithmetic Works, Explained

A fraction is a division written sideways: 3/4 means 3 ÷ 4, and every calculation here follows the rules of arithmetic rather than approximating with decimals. The four operations use two basic ideas — a common denominator for adding and subtracting, and straight-across multiplication for multiplying and dividing:

Operation Rule
Addition a/b + c/d = (ad + cb) / bd
Subtraction a/b − c/d = (ad − cb) / bd
Multiplication a/b × c/d = (a × c) / (b × d)
Division a/b ÷ c/d = (a × d) / (b × c)

After any operation the result is reduced to lowest terms by dividing the numerator and denominator by their greatest common divisor (GCD) — the largest number that divides both evenly. Mixed numbers are converted to improper fractions before computing (1 1/2 becomes 3/2), and every result is shown in all three standard forms so you can read whichever your context needs.

Step-by-Step Example: Adding 1 1/2 + 1/3

Recipes are where fractions show up most often — halving, doubling, and combining ingredient amounts. Let's add 1 1/2 cups to 1/3 cup.

  1. Convert the mixed number: 1 1/2 = (1 × 2 + 1) / 2 = 3/2.
  2. Find a common denominator: 2 × 3 = 6, so 3/2 = 9/6 and 1/3 = 2/6.
  3. Add the numerators: 9/6 + 2/6 = 11/6.
  4. Convert back to a mixed number: 11 ÷ 6 = 1 remainder 5, so 11/6 = 1 5/6.
  5. Check the decimal: 11 ÷ 6 = 1.8333 — the calculator shows 1.833333.

Enter 1 1/2 as Fraction A and 1/3 as Fraction B in the widget above with "Add fractions" selected — the result, 1 5/6, appears instantly along with the improper form 11/6 and the decimal.

Reference Table: Common Decimal ↔ Fraction Conversions

Decimal Fraction (lowest terms) As Sixteenths
0.06251/161/16
0.1251/82/16
0.251/44/16
0.333…1/3≈ 5/16
0.3753/86/16
0.51/28/16
0.6255/810/16
0.666…2/3≈ 11/16
0.753/412/16
0.8757/814/16

Repeating decimals like 0.333… have no exact finite fraction, which is why the decimal-to-fraction mode rounds to a chosen granularity (1/2, 1/4, 1/8, 1/16, 1/32, or 1/64) — handy when you need a ruler- or recipe-friendly answer rather than an exact one.

Common Fraction → Percentage Equivalents

Fraction Decimal Percentage
1/20.550%
1/30.333…33.3%
1/40.2525%
1/50.220%
1/80.12512.5%
1/160.06256.25%

Percentages and fractions are two readings of the same relationship: a percent is just a fraction with a denominator of 100. Halving a recipe that calls for 1/4 cup is the same operation as taking 50% of it — the calculator keeps the fraction form so measurements stay exact, but the decimal output is ready to drop straight into a spreadsheet or a calculator app.

Troubleshooting & Practical Tips

Why Results Are Always Reduced

A fraction isn't finished until it's in lowest terms: 4/8, 2/4, and 1/2 are the same value, but only 1/2 is reduced. The calculator finds the GCD of the numerator and denominator and divides both by it, so you never have to simplify by hand — and comparisons between results stay honest.

Mixed vs. Improper Display

Both forms are correct; which one you want depends on context. Construction and cooking usually prefer mixed numbers ("1 5/6 cups"), while algebra prefers improper fractions (11/6) because they're easier to multiply and divide with. The calculator shows both, plus the decimal, so there's nothing to re-derive.

Negative Fractions

A negative value can be written as a negative whole, a negative numerator, or a negative denominator — they're all equivalent. The calculator normalizes everything so the sign lands on the whole part of a mixed number or the numerator of a proper fraction, keeping the denominator positive.

Common Mistakes to Avoid

  • Adding or subtracting denominators — only numerators change once a common denominator exists.
  • Forgetting to convert mixed numbers to improper fractions before multiplying or dividing.
  • Multiplying crosswise ("cross-multiplying") when actually multiplying straight across.
  • Trying to divide by zero — no real number results, and the calculator flags it rather than guessing.
  • Assuming a repeating decimal can be written exactly as a finite fraction — use the granularity rounding for practical answers.

Frequently Asked Questions

How do I add fractions with different denominators?
Multiply the denominators to get a common denominator, then adjust each numerator: a/b + c/d = (ad + cb) / (bd). For example, 1/2 + 1/3 = (1×3 + 1×2) / (2×3) = 5/6. Finally, reduce the result to lowest terms by dividing top and bottom by their greatest common divisor.
Why is 4/8 shown as 1/2?
Because the calculator reduces every result to lowest terms. 4/8 and 1/2 are the same quantity — dividing both the numerator and denominator by their greatest common divisor (4 in this case) gives 1/2. Reduced form is the standard way to write fractions and makes comparisons easier.
What is the difference between proper, improper, and mixed fractions?
A proper fraction has a numerator smaller than its denominator (3/4). An improper fraction has a numerator equal to or larger than its denominator (11/6). A mixed number combines a whole part with a proper fraction (1 5/6). They all represent the same values — the calculator shows you all three forms at once.
How do I convert a decimal to a fraction?
Count the decimal places, then write the decimal over a power of ten and simplify: 0.125 = 125/1000, which reduces to 1/8. In the calculator's "Decimal to fraction" mode you can also round to a common denominator first (1/2, 1/4, 1/8, 1/16, 1/32, 1/64) — useful when converting measurements on a ruler or recipe scale.
Why is my division result flagged as an error?
Division by a fraction whose value is zero — for example, dividing by 0/3 — is undefined in mathematics. The calculator refuses to produce a meaningless answer and instead shows an error message. Check that the denominator of the dividing fraction isn't zero, or that the numerator of the second fraction isn't zero.
Can I work with negative fractions?
Yes. Enter a negative whole part or numerator (for example, −1 1/2 or 0/−1/2) and the calculator handles the sign correctly, including negative results from subtraction. The sign is carried on the whole part of a mixed number, or on the numerator of a proper fraction, so −3/2 is shown as −1 1/2.

Formula last verified August 22, 2026 against our published methodology .