Skip to content
Allin

Egyptian fraction calculator

Every proper fraction can be written as a sum of distinct unit fractions (1/2 + 1/3 …), the way ancient Egyptian scribes did. This runs Fibonacci's greedy algorithm and shows the decomposition.

Decimal to fraction calculatorConvert a decimal number into a simplified fraction.Continued fraction calculatorExpand a number into its continued fraction [a₀; a₁, a₂, …] and list the convergents — the best rational approximations at each step. Feed it a decimal, an exact fraction a/b, or a square root √k: rationals terminate, √k is periodic, and irrationals stream on to the term cap. Continued fractions give the closest fractions for a given size of denominator and reveal the hidden structure of numbers like the golden ratio and π.Fraction CalculatorAdd, subtract, multiply or divide two fractions and get the reduced result plus its decimal value.Multiple fraction calculatorAdd, subtract, multiply or divide any number of fractions in one go — not just two. Enter as many numerator/denominator rows as you like, pick the operation, and it chains them left to right and reduces the answer to lowest terms, with the decimal and mixed-number forms.Fraction simplifierReduce a fraction to its simplest form and see its decimal value.Percent to Fraction CalculatorConvert a percentage into its reduced fraction and equivalent decimal (e.g. 12.5% → 1/8).Partial Fraction Decomposition CalculatorBreaks a rational function into simple fractions, covering distinct linear factors, repeated factors and irreducible quadratics. The setup and the linear system solved for the coefficients are both shown, since that is the part being learned.Comparing fractions calculatorWhich fraction is bigger? Enter two and it cross-multiplies to compare them exactly — no rounding — and shows both as decimals so you can see how close they are.

The Egyptian fraction calculator turns Numerator, Denominator into Egyptian fraction, Number of terms, instantly and for free. For instance, with Numerator = 5 and Denominator = 8 it returns Egyptian fraction = 1/2 + 1/8 and Number of terms = 2.

How to use it

  1. Enter your values: Numerator, Denominator.
  2. Read the result instantly: Egyptian fraction, Number of terms.

Frequently asked questions

What does the Egyptian fraction calculator actually compute?

It takes Numerator and Denominator and derives Egyptian fraction and Number of terms from them. The calculation is live as you type, so the result updates on every change.

What information do I need to provide?

2 values: Numerator and Denominator. Nothing else is required — no account, no file upload.

Can you show a worked example?

With Numerator = 5 and Denominator = 8, the calculator returns Egyptian fraction = 1/2 + 1/8 and Number of terms = 2. Those figures come from running this exact tool, so you can reproduce them by entering the same values.

When would I actually use this?

Reading a number written another way: a Roman numeral on a monument, a hexadecimal colour, a binary byte, or a fraction that needs reducing.

What is the most common mistake?

Assuming a decimal fraction survives a change of base. A tenth is exact in decimal and infinitely repeating in binary, which is why 0.1 + 0.2 is not 0.3 in most programming languages.

What is the difference between the Egyptian fraction calculator and the Decimal to fraction calculator?

This one returns Egyptian fraction and Number of terms; the Decimal to fraction calculator returns Fraction. That is the whole difference — open the one whose figure you need.

Is there a tool for the next step?

Continued fraction calculator is the closest one after this: Expand a number into its continued fraction [a₀; a₁, a₂, …] and list the convergents — the best rational approximations at each step. Feed it a decimal, an exact fraction a/b, or a square root √k: rationals terminate, √k is periodic, and irrationals stream on to the term cap. Continued fractions give the closest fractions for a given size of denominator and reveal the hidden structure of numbers like the golden ratio and π.

What else is worth having open alongside it?

Fraction Calculator and Multiple fraction calculator — they come up in the same task often enough to be worth a second tab.

Where do the figures come from, and how current are they?

Base conversion and number-theory results are exact. Roman numerals follow the standard subtractive form used since the Middle Ages, which is not the only one the Romans themselves used.

Further reading

All guides