Egyptian Fractions Calculator
Convert rational numbers to Egyptian fractions with distinct unit fractions, greedy-method steps, mixed-number handling, and exact remainder checks.
Last Updated: May 2026
Use a fraction, mixed number, finite decimal, or whole number.
Egyptian fraction
1/2 + 1/3 + 1/16
Simplified input
43/48
Unit terms
3
Decimal check
0.895833333333...
| Step | Current remainder | Choose unit fraction | New remainder |
|---|---|---|---|
| Step 1 | 43/48 | 1/2 | 19/48 |
| Step 2 | 19/48 | 1/3 | 1/16 |
| Step 3 | 1/16 | 1/16 | 0 |
Method note
Greedy decomposition completed exactly.
A unit fraction has numerator 1. Egyptian fractions write a rational value as a sum of distinct unit fractions.
Each step chooses the largest unit fraction no greater than the current positive remainder.
The remainder column shows the exact fraction left after subtracting each selected unit fraction.
Terms Used
| Term | Value | Detail |
|---|---|---|
| Unit fraction 1 | 1/2 | Denominator 2 |
| Unit fraction 2 | 1/3 | Denominator 3 |
| Unit fraction 3 | 1/16 | Denominator 16 |
Decomposition Method Notice
This calculator uses the greedy Egyptian-fraction method. It produces an exact decomposition when completed, but it does not guarantee the shortest possible representation or the smallest possible largest denominator.
Reviewed For Methodology, Labels, And Sources
Every CalculatorWallah calculator is published with visible update labeling, linked source references, and founder-led review of formula clarity on trust-sensitive topics. Use results as planning support, then verify institution-, policy-, or jurisdiction-specific rules where they apply.
Reviewed By
Jitendra Kumar, Founder & Editorial Standards Lead, oversees methodology standards and trust-sensitive publishing decisions.
Review editor profileTopic Ownership
Sales tax and tax-sensitive estimate tools, Education and GPA planning calculators, Health, protein, and screening-formula pages, Platform-wide publishing standards and methodology
See ownership standardsMethodology & Updates
Page updated May 2026. Trust-critical pages are reviewed when official rates or rules change. Evergreen calculator guides are checked on a recurring quarterly or annual cycle depending on topic volatility.
How to Use the Egyptian Fractions Calculator
Enter a nonzero rational value as a fraction, mixed number, finite decimal, or whole number. Examples include 43/48, 2 3/7, and 0.625.
Read the Egyptian fraction result first, then use the greedy-method table to see each chosen unit fraction and exact remainder.
Step 1: Enter a rational value
Use a fraction, mixed number, finite decimal, or whole number.
Step 2: Review the unit fractions
The primary result shows the whole part plus distinct unit fractions.
Step 3: Check greedy steps
Each table row shows the current remainder, chosen unit fraction, and new remainder.
Step 4: Use the decimal check
Compare the exact decomposition with the decimal approximation of the input.
How This Egyptian Fractions Calculator Works
The calculator first parses the input exactly as a rational number and reduces it to lowest terms. If the value is improper, it separates the whole-number part from the proper fractional remainder.
For a positive remainder n/d, the greedy method chooses the unit fraction 1/k where k = ceil(d / n). This is the largest unit fraction that does not exceed the current remainder.
After each choice, the calculator subtracts 1/k, simplifies the new remainder, and repeats until the remainder reaches zero or a practical denominator limit is reached.
Egyptian Fractions Guide
Core Egyptian Fraction Rules
| Concept | Formula | Use |
|---|---|---|
| Unit fraction | 1/n | A fraction with numerator 1 and positive integer denominator. |
| Egyptian fraction | 1/a + 1/b + 1/c + ... | Writes a rational value as distinct unit fractions. |
| Greedy denominator | ceil(d / n) | For n/d, choose the largest unit fraction not exceeding the remainder. |
| Remainder update | n/d - 1/k | Subtract the chosen unit fraction and simplify. |
| Improper input | whole part + proper remainder | Separate whole numbers before decomposing the proper fraction. |
Examples
| Input | Egyptian fraction | Notes |
|---|---|---|
| 4/13 | 1/4 + 1/18 + 1/468 | Greedy method example. |
| 43/48 | 1/2 + 1/3 + 1/16 | Near one whole. |
| 5/121 | 1/25 + 1/757 + 1/763,309 + ... | Can create large denominators. |
| 2 3/7 | 2 + 1/3 + 1/11 + 1/231 | Whole part plus unit fractions. |
| 0.625 | 1/2 + 1/8 | Decimal input is parsed exactly as 5/8. |
Why Unit Fractions Matter
Egyptian fraction notation highlights how a rational number can be built from distinct unit fractions. It is useful for number theory practice, historical math context, fraction decomposition, and understanding why exact rational arithmetic can have many valid representations.
Keep the research moving with Fraction Calculator, LCM / GCF Calculator, GCF Calculator, and Integer Calculator.
Frequently Asked Questions
Related Calculators
Fraction Calculator
Add, subtract, multiply, divide, simplify, and convert mixed numbers.
Use Fraction CalculatorLCM / GCF Calculator
Calculate least common multiple, greatest common factor, and Euclidean steps.
Use LCM / GCF CalculatorGCF Calculator
Calculate greatest common factors with Euclidean steps and prime factors.
Use GCF CalculatorInteger Calculator
Calculate signed integer arithmetic, quotient and remainder, GCD, LCM, and powers.
Use Integer CalculatorExpanded Form Calculator
Convert whole numbers and decimals to expanded form and powers of 10.
Use Expanded Form CalculatorSources & References
- 1.Wolfram MathWorld - Egyptian Fraction(Accessed May 2026)
- 2.Wolfram MathWorld - Egyptian Unit Fraction(Accessed May 2026)
- 3.David Eppstein - Egyptian Fractions(Accessed May 2026)