The Greedy Algorithm

You have investigated how the Egyptians expressed fractions as the sum of different unit fractions. A famous mathematician, Fibonacci, found a strategy for generating Egyptian fractions called the Greedy Algorithm.

At every stage of the algorithm, find the largest possible unit fraction that is smaller than the fraction you’re working on. Consider the fraction 1112. The largest unit fraction that is smaller than 1112 is 12 , and 111212 = 512:.

1112 = 12 + 512

The largest unit fraction that is smaller than 512 is 13, and 51213 = 112:

1112 = 12 + 13 + 112

Since 1112 is now expressed as the sum of unit fractions, we are done!

Use the Greedy Algorithm for the following fractions: