Calcolatrice di Frazioni
Ultimo aggiornamento: 2026-05-09
Inserisci la tua email e scarica un report PDF con i tuoi risultati.
| Numeratore | Denominatore | |
|---|---|---|
| Caso basico | 1.0 | 1.0 |
| Caso tipico | 1.0 | 1.4 |
| Caso medio | 1.0 | 2.0 |
| Caso avanzado | 1.5 | 3.0 |
| Caso extremo | 2.5 | 5.0 |
Fraction Calculator: add, subtract, multiply and divide
This fraction calculator lets you operate on two fractions a/b and c/d through addition, subtraction, multiplication and division, simplifying the result to lowest terms using the greatest common divisor.
Formulas for fraction operations
Basic fraction operations follow these rules:
- Addition: a/b + c/d = (a×d + b×c) / (b×d)
- Subtraction: a/b − c/d = (a×d − b×c) / (b×d)
- Multiplication: a/b × c/d = (a×c) / (b×d)
- Division: a/b ÷ c/d = (a×d) / (b×c)
After each operation, the result is simplified by dividing numerator and denominator by their greatest common divisor (GCD).
Example 1: adding fractions
Problem: Compute 2/3 + 1/4.
- Apply the addition formula:
- (2×4 + 3×1) / (3×4) = (8 + 3) / 12 = 11/12.
- Simplify:
- GCD(11, 12) = 1, already in lowest terms.
Answer: 2/3 + 1/4 = 11/12.
Example 2: multiplying fractions
Problem: Compute 3/8 × 4/9.
- Apply the multiplication formula:
- (3×4) / (8×9) = 12/72.
- Simplify:
- GCD(12, 72) = 12, so 12/72 = 1/6.
Answer: 3/8 × 4/9 = 1/6.
Usi comuni
- Solving arithmetic exercises with fractions in school mathematics.
- Adjusting recipe proportions in cooking.
- Computing measurements in carpentry and construction using fractional inches.
- Verifying fraction operation results on exams.
- Working with proportions and percentages in financial contexts.
- Simplifying complex fractions in algebra problems.
Common mistakes when working with fractions
- Adding numerators and denominators directly (2/3 + 1/4 ≠ 3/7).
- Forgetting to simplify the final result.
- In division, not flipping the second fraction before multiplying.
- Confusing multiplication rules with addition rules.
Consiglio professionale
Before multiplying large fractions, try cross-canceling common factors between numerators and denominators. This reduces intermediate numbers and makes mental calculation easier.
A fraction with denominator 0 is undefined. The calculator will show an error if you try to use 0 as a denominator.
Yes. Standard sign rules apply: negative times negative gives positive, negative times positive gives negative.
Divide the numerator by the denominator. For example, 11/12 ≈ 0.9167.
The greatest common divisor is the largest number that divides both exactly. It is efficiently computed using Euclid's algorithm.