Fraction calculator

Add, subtract, multiply, or divide two fractions. Mixed numbers welcome. Results simplify automatically.

Report error
Result
Enter two fractions
Mixed number
Decimal
How the result is obtained

Calculation breakdown

Before reducingGCD
Choose an operation and fill both fractions.

Your fractions

+

Simplify one fraction

=

Decimal to fraction

=

Fraction to decimal

=
Fraction mathematics

Understanding fractions from the number line to the calculation

A fraction is not merely a pair of numbers separated by a line. It is a precise way to describe a quantity relative to a whole, and the same structure explains why addition, subtraction, multiplication, division, and simplification follow different rules.

What a fraction actually represents

In the fraction a/b, the numerator a counts the selected parts while the denominator b tells us how many equal parts make one whole. The denominator therefore defines the size of each piece; the numerator tells us how many of those pieces we have.

3/4 means three of four equal parts 4 equal parts 1 1 3/4 three selected parts / four total parts

This interpretation also explains why the denominator cannot be zero: a statement such as 3/0 does not describe a finite division into zero equal parts.

Proper, improper, and mixed fractions

The size of the numerator relative to the denominator gives us a useful classification.

TypeConditionExampleMeaning
Proper|a| < |b|3/8Magnitude is less than 1
Improper|a| ≥ |b|10/8Magnitude is at least 1
Mixedwhole + proper fraction1 1/4Another form of 5/4

An improper fraction can be converted to a mixed number by dividing the numerator by the denominator. The quotient becomes the whole-number part and the remainder becomes the new numerator.

The four fundamental operations

The crucial distinction is that addition and subtraction require a common denominator, while multiplication and division do not.

Addition and subtraction

For unlike denominators, first express both fractions with a common denominator. The least common denominator is usually the cleanest choice.

a/b + c/d = (ad + bc) / bd

a/b − c/d = (ad − bc) / bd
Worked example · addition
3/4 + 1/2
= 3/4 + 2/4
= 5/4
= 1 1/4

Multiplication

Multiply numerators together and denominators together. Then reduce the result. Mixed numbers should first be converted to improper fractions.

(a/b) × (c/d) = ac / bd
Worked example · multiplication
2/5 × 3/4
= (2 × 3)/(5 × 4)
= 6/20
= 3/10

Division

Division is multiplication by the reciprocal of the second fraction. In practical terms: keep the first fraction, invert the second, then multiply.

(a/b) ÷ (c/d) = (a/b) × (d/c) = ad / bc
Worked example · division
7/8 ÷ 1/4
= 7/8 × 4/1
= 28/8
= 7/2 = 3 1/2
The rule worth remembering: common denominators belong to addition and subtraction. Multiplication goes straight across. Division turns into multiplication by the reciprocal.

Why simplification works

Simplifying a fraction does not change its value. It changes only the way that value is written. If the numerator and denominator share a common factor, divide both by that same factor.

a/b = (a ÷ g) / (b ÷ g), where g = GCD(a,b)
Worked example · reduction
42/126
GCD(42,126) = 42
42 ÷ 42 = 1
126 ÷ 42 = 3
42/126 = 1/3

Using the greatest common divisor in one step is more efficient than repeatedly trying small factors. A fraction is in lowest terms when numerator and denominator have no common factor greater than 1.

Mixed numbers and improper fractions

To turn a mixed number into an improper fraction, multiply the whole number by the denominator and add the numerator. Keep that result over the original denominator.

w a/b = (wb + a) / b
Worked example
2 1/3
= (2 × 3 + 1)/3
= 7/3
2 1/3 = 7/3

The reverse conversion uses division with remainder. For 7/3, the quotient is 2 and the remainder is 1, giving 2 1/3.

Fractions and decimals

A terminating decimal can be written as a fraction by placing the digits over the appropriate power of ten and then reducing. For example, 0.32 is 32/100, which reduces to 8/25.

0.32 = 32/100 = 8/25

To convert a fraction to a decimal, divide the numerator by the denominator. Some fractions terminate; others produce a repeating decimal.

Common mistakes to avoid

  • Adding denominators: 1/3 + 1/3 is 2/3, not 2/6.
  • Crossing the wrong operation: cross-multiplication is useful for a common-denominator formula, but it is not the multiplication rule itself.
  • Forgetting the reciprocal: division by c/d becomes multiplication by d/c.
  • Leaving an unreduced answer: 6/20 and 3/10 have the same value, but 3/10 is the reduced form.
  • Ignoring a negative sign: a negative numerator or denominator makes the fraction negative; two negative signs cancel.

Frequently asked questions

Why do I need a common denominator for addition?

Because the numerator counts equal-sized parts. Different denominators represent different part sizes, so the fractions must first be expressed using the same unit of partition.

Can an improper fraction be simplified and then converted to a mixed number?

Yes. Reducing first can make the mixed-number conversion shorter and cleaner. For example, 45/10 reduces to 9/2 and then becomes 4 1/2.

What happens when the denominator is negative?

The value is still valid as long as the denominator is not zero, but it is conventional to move the negative sign to the numerator so the denominator is positive.

Why does dividing by a fraction mean multiplying by its reciprocal?

Because the reciprocal is the number that reverses the multiplicative effect of the divisor. This turns a fraction-division problem into an ordinary multiplication problem.

Central idea to remember: the denominator defines the size of the unit, the numerator counts those units, simplification preserves the value, and each arithmetic operation follows from that structure.