Smart Unit ConvertersSmart Unit Converters

Fraction Calculator

Add, subtract, multiply, and divide fractions with automatic simplification.

+

?What is the Fraction Calculator?

A fraction calculator performs the four basic arithmetic operations on fractions — addition, subtraction, multiplication, and division — and returns the result in both fractional and decimal form, automatically reduced to lowest terms. It is useful for students learning fraction arithmetic, parents helping with homework, cooks scaling recipes, carpenters measuring in inches, and anyone working with ratios that do not cleanly divide. This tool handles proper fractions, improper fractions, and can be used repeatedly to chain several operations.

The Formula

a/b + c/d = (ad + cb) / bd. a/b − c/d = (ad − cb) / bd. a/b × c/d = ac / bd. a/b ÷ c/d = ad / bc.

For addition and subtraction, we bring both fractions to a common denominator — using the product of the two denominators works even when it is not the least common denominator. Multiplication is direct: multiply the tops and the bottoms. Division flips the second fraction and multiplies (multiplying by the reciprocal). After any operation, the calculator reduces the result by dividing numerator and denominator by their greatest common divisor (GCD) to present the fraction in lowest terms.

Practical Examples

1

1/2 + 1/3 = 3/6 + 2/6 = 5/6 — the classic first example of fraction addition requiring a common denominator.

2

3/4 − 1/8 = 6/8 − 1/8 = 5/8 — subtract after aligning denominators; the result is already in lowest terms.

3

2/3 × 3/4 = 6/12 = 1/2 — multiplication produces a result that simplifies neatly.

4

5/6 ÷ 2/3 = 5/6 × 3/2 = 15/12 = 5/4 = 1¼ — division becomes multiplication after flipping the second fraction.

5

In cooking, halving a recipe that calls for 3/4 cup of milk gives 3/8 cup — fraction multiplication in everyday kitchen use.

6

Carpentry: cutting a 17/8-inch board into four equal pieces gives 17/32 inch each — precise decimal 0.53125 inches.

Frequently Asked Questions

Simplification presents the fraction in its cleanest form, which is easier to interpret and compare. 5/10 is correct but 1/2 is clearer; most textbooks and exams require the simplified answer. Simplification also makes subsequent operations more efficient.