How would you find the most amount of unique rationals summed together, in the form of 1/x, that sum to 1, However your x has to be between 2-2023?
So basically 1/2 + 1/3 + 1/6 = 1
thats 3 rational numbers
I need to get the most amount of rational numbers that equal to 1 altogether, please let me know if any methods or anything, thanks
1 Answer
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- 1 Answer
- 384 views
- Pro Bono
Related Questions
- Use first set of data to derive a second set
- Fluid Mechanics - algebra
- Prove that language L = {a^p ; p is prime} isn't regular using Myhill-Nerode theorem.
- How do you do absolute value equations with inequalities?
- Representation theory quick question
- Is the $\mathbb{C}$-algebra $Fun(X,\mathbb{C})$ semi-simple?
- Trying to solve this system of simultaneous equations. A solution with work shown would be appreciated.
- Is the infinite series $\sum_{n=1}^{\infty}\frac{1}{n \ln n}$ convergent or divergent?
This is a challenging and very time consuming problem. A user who may want to answer it definitely deserves a bounty!
See the greedy algorithm for egyptian fractions : https://rosettacode.org/wiki/Greedy_algorithm_for_Egyptian_fractions#REXX