What Is a Fraction Calculator?

A fraction is a ratio, not an approximation. Writing 1/3 keeps the value exact; writing 0.33 throws away the remainder. This calculator adds, subtracts, multiplies, and divides two fractions and then reduces every result to its lowest terms — the reduction step is what turns a raw result such as 5/10 into a readable 1/2. All four operations run in your browser: enter two numerators and two denominators, pick an operator, and the result panel updates as you type.

The Four Operations at a Glance

Addition and subtraction need a common denominator; multiplication and division do not. That single difference explains why the same pair of numbers produces very different intermediate steps.

Fraction operation rules (a/b and c/d, with b and d not zero)
OperationRuleCommon denominator needed?Applied to 1/2 and 1/3
Add (+)(a·d + c·b) / (b·d)Yes — use b·d5/6
Subtract (−)(a·d − c·b) / (b·d)Yes — use b·d1/6
Multiply (×)(a·c) / (b·d)No — multiply straight across1/6
Divide (÷)(a·d) / (b·c)No — multiply by the reciprocal3/2

Note: division flips the second fraction first (1/2 ÷ 1/3 becomes 1/2 × 3/1), which is why dividing two proper fractions can produce a result larger than either one.

Why Results Are Reduced to Lowest Terms

The tool divides numerator and denominator by their greatest common divisor (GCD). 8/12 has a GCD of 4, so it becomes 2/3 — the same value, far easier to compare against other results.

Reducing with the greatest common divisor
InputGCDLowest termsDecimalPercent
2/421/20.500050.00%
6/823/40.750075.00%
8/1242/30.666766.67%
12/1643/40.750075.00%
18/2463/40.750075.00%
24/36122/30.666766.67%
45/60153/40.750075.00%
7/2171/30.333333.33%

Fraction, Decimal, and Percent

Some fractions terminate (1/2, 1/4, 1/8); others repeat forever (1/3, 1/6, 1/7). A calculator that shows four decimal places is rounding, not being wrong — the repeating tail is simply cut off.

Common fraction conversions (four decimal places)
FractionDecimalPercentDecimal type
1/20.500050.00%Terminating
1/30.333333.33%Repeating
1/40.250025.00%Terminating
1/50.200020.00%Terminating
1/60.166716.67%Repeating
1/70.142914.29%Repeating (6-digit cycle)
1/80.125012.50%Terminating
1/90.111111.11%Repeating
1/120.08338.33%Repeating
1/160.06256.25%Terminating
2/30.666766.67%Repeating
3/40.750075.00%Terminating
3/80.375037.50%Terminating
5/60.833383.33%Repeating
5/80.625062.50%Terminating
7/80.875087.50%Terminating

Worked Examples

All three use the tool default values (1/2 and 1/3), so you can reproduce them without typing anything.

  1. Addition: 1/2 + 1/3 = (1·3 + 1·2) / (2·3) = 5/6 ≈ 0.8333. The common denominator 6 is the least common multiple of 2 and 3.
  2. Subtraction: 1/2 − 1/3 = (3 − 2) / 6 = 1/6 ≈ 0.1667. Same denominator, one term fewer.
  3. Multiply and divide: 1/2 × 1/3 = 1/6 ≈ 0.1667, but 1/2 ÷ 1/3 = 3/2 = 1.5. Dividing by a proper fraction makes the answer larger — a common source of surprise.

Note: decimals are rounded to four places for display; the reduced fraction shown above them stays exact.

Least Common Denominator Quick Reference

Addition and subtraction rewrite both fractions over a shared denominator. Using the least common multiple (LCM) keeps the numbers small; multiplying the two denominators also works but usually leaves more to reduce afterwards.

Least common multiple for common denominator pairs
Denominator pairGCDLCM (smallest shared denominator)Product (always works)
2 and 3166
2 and 4248
3 and 411212
2 and 511010
3 and 511515
4 and 621224
3 and 812424
5 and 613030
4 and 512020
6 and 822448
2 and 82816
3 and 63618

Where Fraction Arithmetic Shows Up

Fractions are not school exercises; they appear whenever a quantity is split into equal parts. This tool handles all four operations, so the same page covers recipe scaling, material lengths, and probability.

Everyday fraction calculations
SituationCalculationExact resultDecimal
Doubling a recipe3/4 × 23/2 cups1.5000
Joining two board thicknesses1/2 + 3/45/4 in1.2500
Splitting a workday1/3 + 1/25/6 day0.8333
Two independent events both occurring1/6 × 1/21/120.0833
Quarter share of a 5% annual rate5/100 × 1/41/800.0125

Improper Fractions and Whole Numbers

When the numerator is larger than the denominator, the result is an improper fraction such as 5/4. This tool keeps that form instead of converting it to a mixed number, because 5/4 is far easier to feed into the next calculation. When the denominator reduces to 1 — for example 6/3 — the result is shown as the whole number 2.

Practical Checks Before You Trust a Result

Frequently Asked Questions

Why does the tool simplify every answer? Two fractions can name the same number (2/4 and 1/2). Reducing by the GCD leaves one canonical form that is easy to compare and reuse.

Can a denominator be zero? No. Division by zero has no defined value, so the tool shows "denominator cannot be 0" rather than a number.

What happens when the second numerator is 0 during division? You would be dividing by zero; the tool shows "divisor cannot be 0".

Why does 1/3 show 0.3333 instead of an exact value? 1/3 never terminates in decimal notation. Four decimal places is a display choice; the fraction 1/3 above it remains exact.

How do I enter 1 1/2? Convert the mixed number first: 1 1/2 is 3/2, so enter 3 and 2.

Related Reading

Once a fraction is in decimal form, the Percentage Calculator turns it into a percentage, and the Fraction-Decimal Table lists common conversions side by side. For unit-level conversions, see the Unit Converter; for the reasoning behind percentage forms, see our guide to percentage calculation.