Calculadora de Fracciones

La Calculadora de Fracciones ejecuta las cuatro operaciones básicas (+, −, ×, ÷) con fracciones y devuelve el resultado ya simplificado. Útil para tareas de matemáticas, conversiones de medidas en recetas (1/2 + 1/4 = 3/4 taza), o cualquier cálculo que involucre proporciones no decimales.

Add, subtract, multiply, or divide two fractions. Result is automatically simplified to lowest terms; both fraction and decimal forms shown.

Cómo usar

  1. 1

    Ingresa la primera fracción (numerador y denominador).

  2. 2

    Elige la operación (+, −, ×, ÷).

  3. 3

    Ingresa la segunda fracción.

  4. 4

    Lee el resultado simplificado automáticamente.

Preguntas frecuentes

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…

What This Calculator Does

The Fraction Calculator handles the four basic operations between two fractions: addition, subtraction, multiplication, and division. The result is automatically simplified to lowest terms, and three forms are shown: the simplified fraction, the decimal equivalent, and the mixed number (when applicable).

It's the kind of tool every middle-school math student needs and every adult occasionally uses — to figure out a recipe scaled to half size (1/2 cup × 1/2 = 1/4 cup), measurements in carpentry (3/8" + 1/4" = 5/8"), or any context where fractions are still the natural way to express a quantity.

Worked example. What's 2/3 + 1/4?
• Common denominator: 3 × 4 = 12
• Convert: 2/3 = 8/12, 1/4 = 3/12
• Add: 8/12 + 3/12 = 11/12
• Already in lowest terms (gcd(11,12) = 1) → 11/12 (≈ 0.9167)

The Four Operations, Quickly

OperationFormulaExample
Additiona/b + c/d = (ad + bc) / bd1/2 + 1/3 = 5/6
Subtractiona/b − c/d = (ad − bc) / bd3/4 − 1/2 = 1/4
Multiplicationa/b × c/d = ac / bd2/3 × 2/3 = 4/9
Divisiona/b ÷ c/d = ad / bc (flip and multiply)1/2 ÷ 1/4 = 4/2 = 2

Multiplication and division are the easy operations — multiply numerators × numerators and denominators × denominators (or flip and multiply for division). Addition and subtraction require finding a common denominator first, which is the step where most fraction-arithmetic mistakes happen.

Why "Simplifying" Matters

4/8, 2/4, and 1/2 are all the same fraction — same value, different notations. By convention, you write the simplest version (1/2) because it's easier to read and easier to compare to other fractions.

The calculator simplifies automatically by computing the greatest common divisor (GCD) of the numerator and denominator and dividing both by it. The Euclidean algorithm (used for gcd) is one of the oldest algorithms in mathematics — Greek mathematicians used it 2,300 years ago for the same purpose.

Mixed Numbers

A fraction larger than 1 (numerator ≥ denominator) can be expressed as a "mixed number" — a whole part plus a proper fraction. 7/3 = 2 + 1/3 = 2 1/3. The whole part is the integer division (7 ÷ 3 = 2 remainder 1), and the remainder over the original denominator is the fraction part.

Mixed numbers are common in cooking ("1 1/2 cups of flour") and construction ("3 3/4 inches"). The calculator shows the mixed-number form when the result is improper.

Common Mistakes

Adding numerators and denominators separately. A classic error: 1/2 + 1/3 ≠ 2/5. You can't add fractions by adding the parts directly — you need a common denominator first. (The 2/5 mistake comes from treating fractions like ordered pairs of numbers, which they aren't.)

Forgetting to simplify. 4/8 is mathematically correct but should be written as 1/2. The calculator handles this automatically; if you do it by hand, always check for common factors.

Dividing instead of flipping-and-multiplying. 1/2 ÷ 1/4 is NOT 1/8 (that would be 1/2 × 1/4). To divide, flip the second fraction (1/4 becomes 4/1) and multiply: 1/2 × 4/1 = 4/2 = 2.

Sign errors with negative fractions. −3/4 = 3/(−4) = −(3/4) — three ways to write the same value. By convention, write the negative on the numerator (−3/4) for clarity. The calculator normalizes signs in its output.

When You Encounter Fractions in Real Life

Cooking. Recipes use 1/2, 1/4, 1/3, 2/3, etc. Scaling a recipe up or down means multiplying every fraction by the scale factor.

Carpentry and measurements. Inch measurements use 1/2, 1/4, 1/8, 1/16. Fitting two pieces requires adding fractions: 3 1/4" + 2 5/8" = 5 7/8".

Music. Time signatures (4/4, 3/4, 6/8) and note values (1/4 note, 1/8 note, 1/16 note) are all fractions. Rhythm involves adding note durations to fill a measure.

Probability. Probabilities are fractions (P(heads) = 1/2). Combining independent events involves multiplying probabilities. Conditional probability divides them.

Personal finance. Stock splits (3-for-2 splits multiply share count by 3/2). Tip percentages (15% = 3/20). Tax rates often start as fractions.

Related Tools

For just simplifying a single fraction (without an operation), use the Fraction Simplifier. For percentage math (where fractions become percents), see the Percentage Calculator. For computing the arithmetic mean of multiple values, the Average Calculator is the right tool.