tooldeb Online Tools
Categories
Finance & Investing Interest, savings, returns, and inflation. Loans & Property Mortgages, repayment, DSR/DTI/LTV, and jeonse. Tax & Payroll Take-home pay, severance, insurance, and taxes. Shopping & Pricing Discounts, tips, unit price, and margins. Health & Fitness Body metrics, nutrition, and training. Math Percentages, fractions, algebra, and sequences. Geometry Area, volume, and surface of plane and solid shapes. Statistics & Probability Averages, spread, combinations, and odds. Unit Conversion Length, weight, temperature, pressure, and more. IT & Digital Data size, screens, color, and network speed. Engineering & Electronics Circuits, resistance, PCB, and signals. Date & Time Ages, D-day, date math, and time zones. Home & Interior Paint, tile, wallpaper, flooring, and concrete. Automotive Fuel cost, economy, tires, and vehicle tax. Everyday Bills, delivery, photos, and odds and ends.
EN
한국어 English

Fraction Calculator

Add, subtract, multiply, or divide two fractions and get the answer reduced to lowest terms.

Inputs
Result
5/6
Decimal
0.8333
Results are reduced to lowest terms using the greatest common divisor. A denominator of 0, or dividing by a fraction with numerator 0, has no defined answer and shows as “—”. Numerators and denominators must be whole numbers within the double-precision safe range (up to 9,007,199,254,740,991); a decimal entry such as 0.1, or a result that grows past that range, also shows as “—” rather than a number that cannot be reduced correctly. Leaving any of the four boxes empty also shows “—”: a blank read as 0 would invent an answer for a value you never entered, so type 0 explicitly if you really mean zero.

How fraction arithmetic works

Adding or subtracting fractions requires a common denominator, found here by multiplying the two denominators together. Multiplying fractions multiplies straight across; dividing multiplies by the reciprocal of the second fraction. Every result is then simplified by dividing both parts by their greatest common divisor (GCD).

a/b + c/d = (ad + bc) / bd a/b − c/d = (ad − bc) / bd a/b × c/d = ac / bd a/b ÷ c/d = ad / bc
  • a/b — first fraction (numerator 1 / denominator 1)
  • c/d — second fraction (numerator 2 / denominator 2)

More detail

Why the answer gets reduced

Fraction arithmetic on raw numerators and denominators often produces a fraction that isn't in lowest terms — for example 1/2 + 1/3 works out to 5/6 directly, but many combinations leave a common factor in both parts. Dividing numerator and denominator by their greatest common divisor (GCD) shrinks the fraction to its simplest equivalent without changing its value.

Watch the sign. If a denominator is entered as negative, the result's sign is normalized onto the numerator (e.g. 3/−4 becomes −3/4) so the denominator you see is always positive.

Frequently asked questions

What is 1/2 + 1/3?

Using a common denominator: (1×3 + 1×2) / (2×3) = 5/6. Enter numerator 1 = 1, denominator 1 = 2, operation = Add, numerator 2 = 1, denominator 2 = 3 above to see it computed live.

How do you subtract fractions?

Cross-multiply onto a common denominator, then subtract: a/b − c/d = (ad − bc) / bd. For example 1/2 − 1/3 = (1×3 − 1×2) / (2×3) = 1/6.

How do you divide two fractions?

Multiply the first fraction by the reciprocal of the second: a/b ÷ c/d = ad / bc. For example 1/2 ÷ 1/3 = (1×3) / (2×1) = 3/2 = 1.5.

Why does the calculator show “—”?

Three cases. A denominator of 0 makes a fraction undefined; dividing by a fraction whose numerator is 0 is dividing by zero; and leaving any of the four boxes empty stops the calculation, because treating a blank as 0 would produce an answer for a value you never typed. Enter 0 explicitly when you actually mean zero.

How is the result reduced to lowest terms?

The calculator finds the greatest common divisor (GCD) of the resulting numerator and denominator (via the Euclidean algorithm) and divides both by it. If the reduced denominator is 1, only the whole number is shown.

Related calculators

Browse all Math calculators