Fraction Calculator

Add, subtract, multiply, and divide fractions — simplify results, convert between mixed numbers and decimals instantly.

Fraction Arithmetic
/
/
=
Mixed:  |  Decimal:
Simplify a Fraction
/
=
Mixed:  |  Decimal:
Convert
Mixed Number → Improper Fraction
/
=
Decimal:
Improper Fraction → Mixed Number
/
=
Decimal:
Results

Enter values in any section and click Calculate.

How Does the Formula Work?

The fraction calculator handles the four arithmetic operations on fractions, simplification to lowest terms, and conversion between mixed numbers, improper fractions, and decimals. Every result is automatically reduced using the greatest common divisor (GCD), so you always see the simplest form. The tool also shows the mixed number and decimal equivalent side by side, which saves time when switching between formats for homework, cooking, or construction.

Addition: a/b + c/d = (a×d + c×b) / (b×d)
Subtraction: a/b − c/d = (a×d − c×b) / (b×d)
Multiplication: a/b × c/d = (a×c) / (b×d)
Division: a/b ÷ c/d = (a×d) / (b×c)
Simplify: divide both by GCD(numerator, denominator)

When adding or subtracting fractions, the calculator finds the least common multiple (LCM) of the two denominators rather than simply multiplying them. This produces a smaller intermediate result, which makes the simplification step faster. For example, 5/12 + 7/18 uses LCD 36 instead of 216, giving 15/36 + 14/36 = 29/36 directly — no further reduction needed.

Greatest Common Divisor and Simplification

Every fraction result is reduced to lowest terms using the Euclidean algorithm for GCD. The algorithm repeatedly divides and takes remainders until reaching zero — the last nonzero remainder is the GCD. For 84/120, GCD(84, 120) works as follows: 120 = 1×84 + 36, then 84 = 2×36 + 12, then 36 = 3×12 + 0. GCD is 12, so 84/120 simplifies to 7/10. This ancient algorithm (from Euclid's Elements, circa 300 BCE) is still the fastest known method for integer GCD.

Mixed Numbers and Improper Fractions

A mixed number like 3 2/5 combines a whole part and a fractional part. To convert it to an improper fraction, multiply the whole number by the denominator and add the numerator: 3 × 5 + 2 = 17, so 3 2/5 = 17/5. Going the other direction, divide the numerator by the denominator: 17 ÷ 5 = 3 remainder 2, giving 3 2/5. Mixed numbers are common in American cooking recipes (2 1/2 cups flour) and construction measurements (3 3/4 inches), while improper fractions are preferred in algebra and engineering because they simplify arithmetic.

Fractions in Everyday Life

In the kitchen, scaling a recipe requires fraction arithmetic. Doubling a recipe that calls for 3/4 cup of sugar means computing 3/4 × 2 = 3/2 = 1 1/2 cups. Cutting a recipe in thirds turns 1/2 cup butter into 1/2 × 1/3 = 1/6 cup — tricky to measure, so knowing the decimal (0.167 cup ≈ 2 tablespoons + 2 teaspoons) helps. In American construction, lumber and pipe are measured in fractions of an inch (1/2, 5/8, 3/4, 7/8). Adding wall thickness of 3/8 inch to drywall at 1/2 inch means 3/8 + 4/8 = 7/8 inch total. At Home Depot or Lowes, plywood comes in 1/4, 3/8, 1/2, 5/8, and 3/4 inch thicknesses.

Fractions in Education

Fraction arithmetic is a core topic in elementary and middle school math curricula across the United States (Common Core Standards 3.NF through 6.NS). Students first learn fraction concepts in 3rd grade, operations with like denominators in 4th, and unlike denominators in 5th. The SAT, ACT, and GRE all test fraction skills. Common mistakes include adding numerators and denominators separately (1/2 + 1/3 ≠ 2/5), forgetting to find a common denominator, and not simplifying the final answer. This calculator can serve as a study tool — work the problem by hand, then check your answer here.

Fraction to Decimal Conversion

Every fraction is a rational number and can be expressed as either a terminating or repeating decimal. A fraction terminates when the denominator (in lowest terms) has only 2 and 5 as prime factors. So 3/8 = 0.375 terminates (8 = 2³), but 1/3 = 0.333… repeats (3 is not 2 or 5). Common conversions worth memorizing: 1/2 = 0.5, 1/3 ≈ 0.333, 1/4 = 0.25, 1/5 = 0.2, 1/6 ≈ 0.167, 1/8 = 0.125, 3/4 = 0.75, 2/3 ≈ 0.667, 5/8 = 0.625.

Fractions in Real Life

Fractions are everywhere in daily life. Cooking recipes call for 3/4 cup of flour or 1/3 tablespoon of salt. Construction measurements use fractions of inches: a 2×4 stud is actually 1-1/2 by 3-1/2 inches. Music uses fractions for time signatures and note values: a quarter note is 1/4 of a whole note. Financial markets quote stock prices in fractions (though most have switched to decimals). Understanding fractions and being able to add, subtract, multiply, and divide them is a fundamental math skill. This calculator handles all four operations with proper simplification, mixed number conversion, and step-by-step solutions.

Simplifying Fractions

A fraction is simplified (or reduced) by dividing both numerator and denominator by their Greatest Common Divisor (GCD). The fraction 12/18 simplifies to 2/3 because the GCD of 12 and 18 is 6. The Euclidean algorithm finds the GCD efficiently: divide the larger number by the smaller, then divide the smaller by the remainder, and repeat until the remainder is zero — the last non-zero remainder is the GCD. This calculator automatically simplifies every result. It also converts improper fractions (where numerator exceeds denominator, like 7/4) to mixed numbers (1-3/4).

Tips & Recommendations

Find the LCD First

When adding or subtracting, use the least common denominator — not just any common one. Smaller numbers mean less simplification.

Flip and Multiply

To divide fractions, flip the second fraction (reciprocal) and multiply. a/b ÷ c/d = a/b × d/c.

Always Simplify

Divide numerator and denominator by their GCD. The calculator does this automatically, but practicing by hand builds number sense.

Check with Decimals

Convert your result to a decimal and compare with a rough estimate. If 1/3 + 1/4 gives 7/12 ≈ 0.583 and 0.33 + 0.25 ≈ 0.58 — you are on track.

Frequently Asked Questions

How do I add fractions with different denominators?

Find the least common denominator (LCD), convert each fraction, then add the numerators. Example: 1/3 + 1/4 → LCD is 12 → 4/12 + 3/12 = 7/12.

How do I simplify a fraction?

Divide the numerator and denominator by their greatest common divisor (GCD). Example: 18/24 → GCD is 6 → 18÷6 / 24÷6 = 3/4.

How do I convert a mixed number to an improper fraction?

Multiply the whole number by the denominator, add the numerator, keep the same denominator. Example: 2 3/4 → (2×4+3)/4 = 11/4.

How do I convert a fraction to a decimal?

Divide the numerator by the denominator. Example: 3/8 = 0.375.

What is the difference between a proper and improper fraction?

In a proper fraction the numerator is smaller than the denominator (3/4). In an improper fraction the numerator is equal to or larger (7/4). An improper fraction can be written as a mixed number (1 3/4).

Recent Calculations

No calculations yet

Last updated: April 27, 2026