CalculatorWallah logoCalculatorWallah

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...

StepCurrent remainderChoose unit fractionNew remainder
Step 143/481/219/48
Step 219/481/31/16
Step 31/161/160

Method note

Greedy decomposition completed exactly.

Unit fractions

A unit fraction has numerator 1. Egyptian fractions write a rational value as a sum of distinct unit fractions.

Greedy choice

Each step chooses the largest unit fraction no greater than the current positive remainder.

Exact check

The remainder column shows the exact fraction left after subtracting each selected unit fraction.

Terms Used

TermValueDetail
Unit fraction 11/2Denominator 2
Unit fraction 21/3Denominator 3
Unit fraction 31/16Denominator 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 profile

Topic 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 standards

Methodology & 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.

  1. Step 1: Enter a rational value

    Use a fraction, mixed number, finite decimal, or whole number.

  2. Step 2: Review the unit fractions

    The primary result shows the whole part plus distinct unit fractions.

  3. Step 3: Check greedy steps

    Each table row shows the current remainder, chosen unit fraction, and new remainder.

  4. 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

ConceptFormulaUse
Unit fraction1/nA fraction with numerator 1 and positive integer denominator.
Egyptian fraction1/a + 1/b + 1/c + ...Writes a rational value as distinct unit fractions.
Greedy denominatorceil(d / n)For n/d, choose the largest unit fraction not exceeding the remainder.
Remainder updaten/d - 1/kSubtract the chosen unit fraction and simplify.
Improper inputwhole part + proper remainderSeparate whole numbers before decomposing the proper fraction.

Examples

InputEgyptian fractionNotes
4/131/4 + 1/18 + 1/468Greedy method example.
43/481/2 + 1/3 + 1/16Near one whole.
5/1211/25 + 1/757 + 1/763,309 + ...Can create large denominators.
2 3/72 + 1/3 + 1/11 + 1/231Whole part plus unit fractions.
0.6251/2 + 1/8Decimal 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

An Egyptian fraction is a sum of distinct unit fractions, where each unit fraction has numerator 1.

It uses the greedy method: at each step, choose the largest unit fraction that is no greater than the current positive remainder.

No. The greedy method is systematic and exact, but it does not always minimize the number of terms or the largest denominator.

Yes. Finite decimals are parsed exactly, so 0.625 is treated as 625/1000 and simplified to 5/8 before decomposition.

The calculator decomposes the absolute value and applies the negative sign to the whole Egyptian-fraction expression.

Related Calculators

Sources & References

  1. 1.Wolfram MathWorld - Egyptian Fraction(Accessed May 2026)
  2. 2.Wolfram MathWorld - Egyptian Unit Fraction(Accessed May 2026)
  3. 3.David Eppstein - Egyptian Fractions(Accessed May 2026)