Turn any fraction into clear unit-fraction forms quickly. Add, subtract, multiply, or divide with confidence. Get results, steps, and downloads in one place easily.
Tip: Use Egyptian decomposition for a proper fraction where |a| < b.
| Example | Mode | Input | Output (reduced) | Notes |
|---|---|---|---|---|
| 1 | Evaluate 1/n | 1/8 | 1/8 | Decimal = 0.125 |
| 2 | Check & simplify | 2/6 | 1/3 | Becomes a unit fraction after reduction. |
| 3 | Operate | 1/4 + 1/6 | 5/12 | Not a unit fraction; can be decomposed. |
| 4 | Egyptian decomposition | 5/12 | 5/12 | 5/12 = 1/3 + 1/12 |
| 5 | Decimal → closest 1/n | 0.18 | 1/6 | Closest unit fraction within max denominator. |
A unit fraction has numerator 1 and a positive integer denominator, like 1/7. It represents one equal part of a whole divided into n parts.
Reducing removes common factors using gcd(a, b). It gives an equivalent fraction in lowest terms, which makes checking “unit fraction” status accurate and keeps numbers smaller.
No. Only fractions equal to 1/n are unit fractions. However, many proper fractions can be written as a sum of unit fractions using an Egyptian decomposition.
It expresses a proper fraction as a sum of distinct unit fractions. This tool uses a greedy method that repeatedly subtracts the largest possible unit fraction until the remainder is zero.
If 1/a is smaller than 1/b, then 1/a − 1/b is negative. The calculator still simplifies the result and reports the sign clearly.
The calculator searches denominators up to your limit and chooses n that minimizes the absolute error |1/n − x|. Higher limits can improve accuracy but may take longer.
Egyptian decomposition here expects a proper fraction where |a| < b. For improper fractions, reduce first and convert to a mixed number, then decompose the proper remainder.
Yes. After you run a calculation, the tool stores the latest inputs and outputs for export. If you refresh before calculating, there is nothing to download.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.